Author: markt
Date: Sun Aug 12 15:27:07 2007
New Revision: 565186
URL: http://svn.apache.org/viewvc?view=rev&rev=565186
Log:
Fix licensing for jsr152 source
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/build.xml
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/forward.jsp
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/fwd.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/one.jsp
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/two.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/el/implicit-objects.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/basic.jspx
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/textRotate.jspx
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/coda.jspf
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/prelude.jspf
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/tagfiles/products.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/el/package.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/package.html
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/tagext/package.html
Modified: tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/build.xml?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/build.xml (original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/build.xml Sun Aug 12
15:27:07 2007
@@ -1,3 +1,20 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<project name="JSP API Classes" default="compile" basedir=".">
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/forward.jsp
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/forward.jsp?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/forward.jsp
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/forward.jsp
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<%
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/fwd.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/fwd.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/fwd.html
(original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/fwd.html
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<head>
<title>Untitled Document</title>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/one.jsp
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/one.jsp?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/one.jsp
(original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/one.jsp
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<body bgcolor="white">
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/two.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/two.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/two.html
(original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/forward/two.html
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<body bgcolor="white">
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/el/implicit-objects.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/el/implicit-objects.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/el/implicit-objects.html
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/el/implicit-objects.html
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<head>
<title>View Source Code</title>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/basic.jspx
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/basic.jspx?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/basic.jspx
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/basic.jspx
Sun Aug 12 15:27:07 2007
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<tags:xhtmlbasic xmlns:tags="urn:jsptagdir:/WEB-INF/tags"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/textRotate.jspx
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/textRotate.jspx?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/textRotate.jspx
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/jspx/textRotate.jspx
Sun Aug 12 15:27:07 2007
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<!--
- This example is based off the textRotate.svg example that comes
- with Batik. The original example was written by Bill Haneman.
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/coda.jspf
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/coda.jspf?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/coda.jspf
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/coda.jspf
Sun Aug 12 15:27:07 2007
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<hr>
<center>
This banner included with <include-coda>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/prelude.jspf
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/prelude.jspf?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/prelude.jspf
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/misc/prelude.jspf
Sun Aug 12 15:27:07 2007
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<hr>
<center>
This banner included with <include-prelude>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/tagfiles/products.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/tagfiles/products.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/tagfiles/products.html
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/jsp2/tagfiles/products.html
Sun Aug 12 15:27:07 2007
@@ -1,7 +1,19 @@
<html>
<!--
- Copyright (c) 1999 The Apache Software Foundation. All rights
- reserved.
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<head>
<title>View Source Code</title>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/el/package.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/el/package.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/el/package.html
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/el/package.html
Sun Aug 12 15:27:07 2007
@@ -1,61 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
-<head>
<!--
- - The Apache Software License, Version 1.1
- -
- - Copyright (c) 1999 The Apache Software Foundation. All rights
- - reserved.
- -
- - Redistribution and use in source and binary forms, with or without
- - modification, are permitted provided that the following conditions
- - are met:
- -
- - 1. Redistributions of source code must retain the above copyright
- - notice, this list of conditions and the following disclaimer.
- -
- - 2. Redistributions in binary form must reproduce the above copyright
- - notice, this list of conditions and the following disclaimer in
- - the documentation and/or other materials provided with the
- - distribution.
- -
- - 3. The end-user documentation included with the redistribution, if
- - any, must include the following acknowlegement:
- - "This product includes software developed by the
- - Apache Software Foundation (http://www.apache.org/)."
- - Alternately, this acknowlegement may appear in the software itself,
- - if and wherever such third-party acknowlegements normally appear.
- -
- - 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
- - Foundation" must not be used to endorse or promote products derived
- - from this software without prior written permission. For written
- - permission, please contact [EMAIL PROTECTED]
- -
- - 5. Products derived from this software may not be called "Apache"
- - nor may "Apache" appear in their names without prior written
- - permission of the Apache Group.
- -
- - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- - DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- - ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- - USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- - OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- - SUCH DAMAGE.
- - ====================================================================
- -
- - This software consists of voluntary contributions made by many
- - individuals on behalf of the Apache Software Foundation. For more
- - information on the Apache Software Foundation, please see
- - <http://www.apache.org/>.
- -
- -->
-</head>
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<body bgcolor="white">
Classes and interfaces for the JSP 2.0 Expression Language API.
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/package.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/package.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/package.html
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/package.html
Sun Aug 12 15:27:07 2007
@@ -1,61 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
-<head>
<!--
- - The Apache Software License, Version 1.1
- -
- - Copyright (c) 1999 The Apache Software Foundation. All rights
- - reserved.
- -
- - Redistribution and use in source and binary forms, with or without
- - modification, are permitted provided that the following conditions
- - are met:
- -
- - 1. Redistributions of source code must retain the above copyright
- - notice, this list of conditions and the following disclaimer.
- -
- - 2. Redistributions in binary form must reproduce the above copyright
- - notice, this list of conditions and the following disclaimer in
- - the documentation and/or other materials provided with the
- - distribution.
- -
- - 3. The end-user documentation included with the redistribution, if
- - any, must include the following acknowlegement:
- - "This product includes software developed by the
- - Apache Software Foundation (http://www.apache.org/)."
- - Alternately, this acknowlegement may appear in the software itself,
- - if and wherever such third-party acknowlegements normally appear.
- -
- - 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
- - Foundation" must not be used to endorse or promote products derived
- - from this software without prior written permission. For written
- - permission, please contact [EMAIL PROTECTED]
- -
- - 5. Products derived from this software may not be called "Apache"
- - nor may "Apache" appear in their names without prior written
- - permission of the Apache Group.
- -
- - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- - DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- - ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- - USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- - OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- - SUCH DAMAGE.
- - ====================================================================
- -
- - This software consists of voluntary contributions made by many
- - individuals on behalf of the Apache Software Foundation. For more
- - information on the Apache Software Foundation, please see
- - <http://www.apache.org/>.
- -
- -->
-</head>
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<body bgcolor="white">
Classes and interfaces for the Core JSP 2.0 API.
<p>
Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/tagext/package.html
URL:
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/tagext/package.html?view=diff&rev=565186&r1=565185&r2=565186
==============================================================================
---
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/tagext/package.html
(original)
+++
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/src/share/javax/servlet/jsp/tagext/package.html
Sun Aug 12 15:27:07 2007
@@ -1,61 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
-<head>
<!--
- - The Apache Software License, Version 1.1
- -
- - Copyright (c) 1999 The Apache Software Foundation. All rights
- - reserved.
- -
- - Redistribution and use in source and binary forms, with or without
- - modification, are permitted provided that the following conditions
- - are met:
- -
- - 1. Redistributions of source code must retain the above copyright
- - notice, this list of conditions and the following disclaimer.
- -
- - 2. Redistributions in binary form must reproduce the above copyright
- - notice, this list of conditions and the following disclaimer in
- - the documentation and/or other materials provided with the
- - distribution.
- -
- - 3. The end-user documentation included with the redistribution, if
- - any, must include the following acknowlegement:
- - "This product includes software developed by the
- - Apache Software Foundation (http://www.apache.org/)."
- - Alternately, this acknowlegement may appear in the software itself,
- - if and wherever such third-party acknowlegements normally appear.
- -
- - 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
- - Foundation" must not be used to endorse or promote products derived
- - from this software without prior written permission. For written
- - permission, please contact [EMAIL PROTECTED]
- -
- - 5. Products derived from this software may not be called "Apache"
- - nor may "Apache" appear in their names without prior written
- - permission of the Apache Group.
- -
- - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- - DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- - ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- - USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- - OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- - OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- - SUCH DAMAGE.
- - ====================================================================
- -
- - This software consists of voluntary contributions made by many
- - individuals on behalf of the Apache Software Foundation. For more
- - information on the Apache Software Foundation, please see
- - <http://www.apache.org/>.
- -
- -->
-</head>
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<body bgcolor="white">
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]