You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jb...@apache.org on 2013/09/20 04:29:57 UTC

svn commit: r1524888 - in /tomcat/taglibs/standard/trunk: ./ compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ impl/src/main/resources/META-INF/ impl/src/main/resources/org/apache/taglibs/standard/resources/ jstlel/src/main/resources/ME...

Author: jboynes
Date: Fri Sep 20 02:29:56 2013
New Revision: 1524888

URL: http://svn.apache.org/r1524888
Log:
add license headers so RAT check passes

Modified:
    tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForEachTag.java
    tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java
    tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_0-rt.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_1.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt-1_0-rt.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fn.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/permittedTaglibs.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/scriptfree.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql-1_0-rt.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x-1_0-rt.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x.tld
    tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources.properties
    tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources_ja.properties
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/c-1_0.tld
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/fmt-1_0.tld
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/sql-1_0.tld
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/x-1_0.tld
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources.properties
    tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources_ja.properties
    tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTests.txt
    tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTestsOutput.txt
    tomcat/taglibs/standard/trunk/pom.xml
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/WEB-INF/web.xml
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/functions/TestEndsWith.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test34109.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.xml
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestOutTag.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestSetTag.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test43831.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.jsp
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.xml
    tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp

Modified: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForEachTag.java
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForEachTag.java?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForEachTag.java (original)
+++ tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForEachTag.java Fri Sep 20 02:29:56 2013
@@ -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.
+ */
 package org.apache.taglibs.standard.tag.compat.core;
 
 import java.util.Collections;

Modified: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java (original)
+++ tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/ForTokensTag.java Fri Sep 20 02:29:56 2013
@@ -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.
+ */
 package org.apache.taglibs.standard.tag.compat.core;
 
 import javax.el.ValueExpression;

Modified: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java (original)
+++ tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/core/IfTag.java Fri Sep 20 02:29:56 2013
@@ -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.
+ */
 package org.apache.taglibs.standard.tag.compat.core;
 
 import javax.el.ValueExpression;

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_0-rt.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_0-rt.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_0-rt.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_0-rt.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_1.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_1.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_1.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c-1_1.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/c.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt-1_0-rt.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt-1_0-rt.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt-1_0-rt.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt-1_0-rt.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fmt.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fn.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fn.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fn.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/fn.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/permittedTaglibs.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/permittedTaglibs.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/permittedTaglibs.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/permittedTaglibs.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/scriptfree.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/scriptfree.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/scriptfree.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/scriptfree.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql-1_0-rt.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql-1_0-rt.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql-1_0-rt.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql-1_0-rt.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/sql.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x-1_0-rt.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x-1_0-rt.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x-1_0-rt.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x-1_0-rt.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x.tld (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/META-INF/x.tld Fri Sep 20 02:29:56 2013
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-
+<!--
+   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.
+-->
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources.properties
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources.properties?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources.properties (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources.properties Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+
 #########################################################################
 # Conventions:
 # - For error messages from particular tags, the resource should

Modified: tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources_ja.properties
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources_ja.properties?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources_ja.properties (original)
+++ tomcat/taglibs/standard/trunk/impl/src/main/resources/org/apache/taglibs/standard/resources/Resources_ja.properties Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+
 #########################################################################
 # Conventions:
 # - For error messages from particular tags, the resource should

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/c-1_0.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/c-1_0.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/c-1_0.tld (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/c-1_0.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/fmt-1_0.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/fmt-1_0.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/fmt-1_0.tld (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/fmt-1_0.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/sql-1_0.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/sql-1_0.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/sql-1_0.tld (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/sql-1_0.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/x-1_0.tld
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/x-1_0.tld?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/x-1_0.tld (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/META-INF/x-1_0.tld Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+   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.
+-->
 <!DOCTYPE taglib
         PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
         "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources.properties
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources.properties?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources.properties (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources.properties Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+
 EXCEPTION_GETTING_BEANINFO=\
 	An Exception occurred getting the BeanInfo for class {0}
 

Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources_ja.properties
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources_ja.properties?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources_ja.properties (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/main/resources/org/apache/taglibs/standard/lang/jstl/Resources_ja.properties Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+
 EXCEPTION_GETTING_BEANINFO=\
 	\u30af\u30e9\u30b9 {0} \u306e BeanInfo \u3092\u53d6\u5f97\u3059\u308b\u904e\u7a0b\u3067\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f
 

Modified: tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTests.txt
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTests.txt?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTests.txt (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTests.txt Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+#
 # testing mixture of strings and expressions
 abc
 ${ 3}

Modified: tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTestsOutput.txt
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTestsOutput.txt?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTestsOutput.txt (original)
+++ tomcat/taglibs/standard/trunk/jstlel/src/test/resources/org/apache/taglibs/standard/lang/jstl/test/parserTestsOutput.txt Fri Sep 20 02:29:56 2013
@@ -1,3 +1,18 @@
+# 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.
+#
 # testing mixture of strings and expressions
 Attribute value: abc
 Parses to: abc

Modified: tomcat/taglibs/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/pom.xml?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/pom.xml Fri Sep 20 02:29:56 2013
@@ -16,7 +16,6 @@
    limitations under the License.
 -->
 <!-- TODO:
-    Generate the examples war
     Enable Cactus tests
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -107,6 +106,13 @@
                 </goals>
               </execution>
             </executions>
+            <configuration>
+              <excludes>
+                <exclude>standard-test/src/test/resources/org/apache/taglibs/standard/tag/el/core/TestOutTag.txt</exclude>
+                <exclude>README_bin.txt</exclude>
+                <exclude>README_src.txt</exclude>
+              </excludes>
+            </configuration>
           </plugin>
         </plugins>
       </build>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/WEB-INF/web.xml?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/WEB-INF/web.xml (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/WEB-INF/web.xml Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <web-app version="2.4"
          xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/functions/TestEndsWith.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/functions/TestEndsWith.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/functions/TestEndsWith.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/functions/TestEndsWith.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="fm" uri="http://java.sun.com/jsp/jstl/functions" %>
 

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test34109.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test34109.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test34109.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test34109.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
 <c:set var="genurl" scope="application">

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.xml?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.xml (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/Test37466.xml Fri Sep 20 02:29:56 2013
@@ -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.
+-->
 <foo>
 	data data data
 </foo>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestOutTag.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestOutTag.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestOutTag.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestOutTag.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 Start
 <c:out value="Hello World"/>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestSetTag.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestSetTag.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestSetTag.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/core/TestSetTag.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 
 <c:set var="var1" value="value1" scope="application"/>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/fmt/TestDateTag.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <!-- Use this via the web browser to show that things are fine             -->
 <!-- Unfortunately with Cactus the server isn't getting the correct locale -->
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test33054.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test43831.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test43831.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test43831.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/sql/Test43831.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.xml?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.xml (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test30068.xml Fri Sep 20 02:29:56 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+   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.
+-->
 <sample>
   <text>42</text>
 </sample>

Modified: tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp?rev=1524888&r1=1524887&r2=1524888&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp (original)
+++ tomcat/taglibs/standard/trunk/standard-test/src/main/webapp/org/apache/taglibs/standard/tag/el/xml/Test35216.jsp Fri Sep 20 02:29:56 2013
@@ -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.
+--%>
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x" %>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org