You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/08 17:47:42 UTC

svn commit: r1807790 [1/3] - in /commons/proper/jelly/branches/1.X: ./ docker/ src/bin/ src/java/org/apache/commons/jelly/ src/java/org/apache/commons/jelly/expression/ src/java/org/apache/commons/jelly/expression/jexl/ src/java/org/apache/commons/jell...

Author: chtompki
Date: Fri Sep  8 17:47:40 2017
New Revision: 1807790

URL: http://svn.apache.org/viewvc?rev=1807790&view=rev
Log:
src, root: license-header update.

Modified:
    commons/proper/jelly/branches/1.X/BUILDING.md
    commons/proper/jelly/branches/1.X/Dockerfile
    commons/proper/jelly/branches/1.X/LICENSE.txt
    commons/proper/jelly/branches/1.X/README-binary-dist.txt
    commons/proper/jelly/branches/1.X/README.txt
    commons/proper/jelly/branches/1.X/build.properties.sample
    commons/proper/jelly/branches/1.X/build.xml
    commons/proper/jelly/branches/1.X/docker/install.sh
    commons/proper/jelly/branches/1.X/maven.xml
    commons/proper/jelly/branches/1.X/parent-project.xml
    commons/proper/jelly/branches/1.X/pom.xml
    commons/proper/jelly/branches/1.X/project.properties
    commons/proper/jelly/branches/1.X/project.xml
    commons/proper/jelly/branches/1.X/short-license.txt
    commons/proper/jelly/branches/1.X/src/bin/forehead.conf
    commons/proper/jelly/branches/1.X/src/bin/jelly
    commons/proper/jelly/branches/1.X/src/bin/jelly.bat
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DefaultTagLibraryResolver.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicDynaBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/DynamicTagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Embedded.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ExpressionScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/ScriptBlock.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/StaticTagScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagFactory.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagLibraryResolver.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TagScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/TextScript.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/jelly.properties
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/DefaultNamespaceFilter.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/XMLParser.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/parser/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServlet.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/JellyServletContext.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/servlet/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/Resources.properties
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ArgTagParent.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BaseClassLoaderTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/BreakTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CaseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CatchTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ChooseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/CoreTagLibrary.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/DefaultTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ExprTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/FileTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ForEachTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/GetStaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IfTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ImportTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/IncludeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeStaticTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/InvokeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/JellyTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/MuteTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/NewTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/OtherwiseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ParseTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/RemoveTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ScopeTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetPropertiesTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SetTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/SwitchTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/ThreadTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/package.html
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java
    commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java

Modified: commons/proper/jelly/branches/1.X/BUILDING.md
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/BUILDING.md?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/BUILDING.md (original)
+++ commons/proper/jelly/branches/1.X/BUILDING.md Fri Sep  8 17:47:40 2017
@@ -1,3 +1,20 @@
+<!--
+   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.
+-->
+
 Building the 1.X branch.
 ========================
 

Modified: commons/proper/jelly/branches/1.X/Dockerfile
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/Dockerfile?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/Dockerfile (original)
+++ commons/proper/jelly/branches/1.X/Dockerfile Fri Sep  8 17:47:40 2017
@@ -1,3 +1,17 @@
+#   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.
 # DESCRIPTION:    commons-jelly-build-env
 # REQUIRED:       jdk-1_5_0_22-linux-amd64.bin downloaded from oracle before building.
 

Modified: commons/proper/jelly/branches/1.X/LICENSE.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/LICENSE.txt?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/LICENSE.txt (original)
+++ commons/proper/jelly/branches/1.X/LICENSE.txt Fri Sep  8 17:47:40 2017
@@ -1,3 +1,4 @@
+
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -198,4 +199,4 @@
    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.
+   limitations under the License.
\ No newline at end of file

Modified: commons/proper/jelly/branches/1.X/README-binary-dist.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/README-binary-dist.txt?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/README-binary-dist.txt (original)
+++ commons/proper/jelly/branches/1.X/README-binary-dist.txt Fri Sep  8 17:47:40 2017
@@ -1,16 +1,17 @@
-  Copyright 2001-2017 The Apache Software Foundation.
-  
-  Licensed 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.
+   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.
 
 Jelly
 =====

Modified: commons/proper/jelly/branches/1.X/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/README.txt?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/README.txt (original)
+++ commons/proper/jelly/branches/1.X/README.txt Fri Sep  8 17:47:40 2017
@@ -1,16 +1,17 @@
-  Copyright 2001-2017 The Apache Software Foundation.
-  
-  Licensed 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.
+   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.
 
 Jelly
 =====

Modified: commons/proper/jelly/branches/1.X/build.properties.sample
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/build.properties.sample?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/build.properties.sample (original)
+++ commons/proper/jelly/branches/1.X/build.properties.sample Fri Sep  8 17:47:40 2017
@@ -1,17 +1,17 @@
+#   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
 #
-# Copyright 2002,2004 The Apache Software Foundation.
-# 
-# Licensed 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.
+#        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: commons/proper/jelly/branches/1.X/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/build.xml?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/build.xml (original)
+++ commons/proper/jelly/branches/1.X/build.xml Fri Sep  8 17:47:40 2017
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 1.0
-  on date June 12 2005, time 1220-->
+<!--
+  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 default="jar" name="commons-jelly" basedir=".">
   <!--Load local and user build preferences-->

Modified: commons/proper/jelly/branches/1.X/docker/install.sh
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/docker/install.sh?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/docker/install.sh (original)
+++ commons/proper/jelly/branches/1.X/docker/install.sh Fri Sep  8 17:47:40 2017
@@ -1,4 +1,19 @@
 #!/bin/bash -x
+#   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.
+#
 
 cd /tmp
 mv something.bin jdk-1_5_0_22-linux-amd64.bin

Modified: commons/proper/jelly/branches/1.X/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/maven.xml?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/maven.xml Fri Sep  8 17:47:40 2017
@@ -1,17 +1,18 @@
-<!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed 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.
+<!---
+ 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 default="jar" xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:util="jelly:util" xmlns:ant="jelly:ant" xmlns:u="jelly:util">

Modified: commons/proper/jelly/branches/1.X/parent-project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/parent-project.xml?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/parent-project.xml (original)
+++ commons/proper/jelly/branches/1.X/parent-project.xml Fri Sep  8 17:47:40 2017
@@ -1,17 +1,18 @@
-<!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed 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.
+<!---
+ 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>

Modified: commons/proper/jelly/branches/1.X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/pom.xml?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/pom.xml (original)
+++ commons/proper/jelly/branches/1.X/pom.xml Fri Sep  8 17:47:40 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002,2004 The Apache Software Foundation.
+   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
 
-  Licensed 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
 
-       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.
+   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>
   <modelVersion>4.0.0</modelVersion>

Modified: commons/proper/jelly/branches/1.X/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/project.properties?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/project.properties (original)
+++ commons/proper/jelly/branches/1.X/project.properties Fri Sep  8 17:47:40 2017
@@ -1,17 +1,17 @@
+#   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
 #
-# Copyright 2002,2004 The Apache Software Foundation.
-# 
-# Licensed 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.
+#        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: commons/proper/jelly/branches/1.X/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/project.xml?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/project.xml (original)
+++ commons/proper/jelly/branches/1.X/project.xml Fri Sep  8 17:47:40 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed 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.
+<!---
+ 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>

Modified: commons/proper/jelly/branches/1.X/short-license.txt
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/short-license.txt?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/short-license.txt (original)
+++ commons/proper/jelly/branches/1.X/short-license.txt Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/bin/forehead.conf
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/bin/forehead.conf?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/bin/forehead.conf (original)
+++ commons/proper/jelly/branches/1.X/src/bin/forehead.conf Fri Sep  8 17:47:40 2017
@@ -1,17 +1,18 @@
 #
-#  Copyright 2002,2004 The Apache Software Foundation.
-#  
-#  Licensed 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.
+#   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.
 #
 
 +jelly.home

Modified: commons/proper/jelly/branches/1.X/src/bin/jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/bin/jelly?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/bin/jelly (original)
+++ commons/proper/jelly/branches/1.X/src/bin/jelly Fri Sep  8 17:47:40 2017
@@ -1,18 +1,19 @@
 #!/bin/sh
 #
-#  Copyright 2002,2004 The Apache Software Foundation.
-#  
-#  Licensed 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.
+#   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.
 #
 
 if [ -z "$JELLY_HOME" ]; then

Modified: commons/proper/jelly/branches/1.X/src/bin/jelly.bat
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/bin/jelly.bat?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/bin/jelly.bat (original)
+++ commons/proper/jelly/branches/1.X/src/bin/jelly.bat Fri Sep  8 17:47:40 2017
@@ -1,18 +1,19 @@
 @echo off
 
-@REM Copyright 2002,2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
-@REM 
-@REM      http://www.apache.org/licenses/LICENSE-2.0
-@REM 
-@REM Unless required by applicable law or agreed to in writing, software
-@REM distributed under the License is distributed on an "AS IS" BASIS,
-@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@REM See the License for the specific language governing permissions and
-@REM limitations under the License.
+@REM   Licensed to the Apache Software Foundation (ASF) under one or more
+@REM   contributor license agreements.  See the NOTICE file distributed with
+@REM   this work for additional information regarding copyright ownership.
+@REM   The ASF licenses this file to You under the Apache License, Version 2.0
+@REM   (the "License"); you may not use this file except in compliance with
+@REM   the License.  You may obtain a copy of the License at
+@REM
+@REM        http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM   Unless required by applicable law or agreed to in writing, software
+@REM   distributed under the License is distributed on an "AS IS" BASIS,
+@REM   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@REM   See the License for the specific language governing permissions and
+@REM   limitations under the License.
 @REM
 
 if "%JELLY_HOME%"=="" goto jelly_home_err

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/CompilableTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaBeanTagSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/DynaTagSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Jelly.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyContext.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyException.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/JellyTagException.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/LocationAware.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MapTagSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/MissingAttributeException.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/NamespaceAwareTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Script.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/Tag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagLibrary.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/TagSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/XMLOutput.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/CompositeExpression.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ConstantExpression.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/Expression.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionFactory.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/ExpressionSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpression.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/package.html?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/package.html (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/jexl/package.html Fri Sep  8 17:47:40 2017
@@ -1,17 +1,18 @@
 <!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed 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.
+   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.
 -->
 
 <html>

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/package.html?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/package.html (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/package.html Fri Sep  8 17:47:40 2017
@@ -1,17 +1,18 @@
 <!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed 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.
+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.
 -->
 
 <html>

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/Attribute.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BeanSource.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/BreakException.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CollectionTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/impl/CompositeTextScriptBlock.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
- *
- * Licensed 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
+ * 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.