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/20 10:50:42 UTC

svn commit: r1808985 [1/2] - in /commons/proper/jelly/branches/1.X: ./ jelly-tags/xml/ jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/ jelly-tags/xml/src/test/org/apache/commons/jell...

Author: chtompki
Date: Wed Sep 20 10:50:41 2017
New Revision: 1808985

URL: http://svn.apache.org/viewvc?rev=1808985&view=rev
Log:
jelly-tags -> xml: license-header update.

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/xml/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/xml/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CommentTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyOfTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/DoctypeTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ElementTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ExprTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/IfTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParamTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SortTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestImport.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestXMLTags.java
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/input.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/makeBetwixt.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/dummy.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/entity.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example2.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/filesetExample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/schematron-wrapper.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/source.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/test-schematron.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/transformSchematronExample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testDoctype.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testExpressions.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testForEach.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testThread.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample1.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample2.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample3.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample4.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample5.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleAllInLine.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutput.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutputNestedTransforms.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample2.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/xpathSortExample.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.xsl
    commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/navigation.xml
    commons/proper/jelly/branches/1.X/pom.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/build.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/build.xml Wed Sep 20 10:50:41 2017
@@ -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.
+-->
 <!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
   on date May 24 2004, time 2301-->
 <project default="jar" name="commons-jelly-tags-xml" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/maven.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/maven.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?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
+<!---
+ 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.
+ 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="java:jar">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/project.properties?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/project.properties Wed Sep 20 10:50:41 2017
@@ -1,17 +1,18 @@
-
-# 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.
 
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/project.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/project.xml Wed Sep 20 10:50:41 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
+<!---
+ 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.
+ 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/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/AttributeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/AttributeTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/AttributeTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/AttributeTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CommentTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CommentTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CommentTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CommentTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyOfTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyOfTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyOfTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyOfTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/CopyTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/DoctypeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/DoctypeTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/DoctypeTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/DoctypeTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ElementTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ElementTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ElementTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ElementTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ExprTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ExprTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ExprTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ExprTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ForEachTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ForEachTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ForEachTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ForEachTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/IfTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/IfTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/IfTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/IfTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParamTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParamTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParamTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParamTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/ParseTagSupport.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SetTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SortTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SortTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SortTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/SortTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *
@@ -13,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.jelly.tags.xml;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/TransformTag.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/XMLTagLibrary.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/package.html?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/java/org/apache/commons/jelly/tags/xml/package.html Wed Sep 20 10:50:41 2017
@@ -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.
+-->
 <html>
 <head>
 </head>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestImport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestImport.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestImport.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestImport.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestJelly.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestJelly.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestXMLTags.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestXMLTags.java?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestXMLTags.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/TestXMLTags.java Wed Sep 20 10:50:41 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/input.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/input.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/input.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/input.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <transactionBean
   className="org.zenplex.tambora.transaction.PO"

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/makeBetwixt.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/betwixt/makeBetwixt.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/dummy.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/dummy.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/dummy.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/dummy.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <dummy>
   <entry id="1">This is some sample XML</entry>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/entity.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/entity.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/entity.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/entity.xml Wed Sep 20 10:50:41 2017
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <!DOCTYPE a [
 <!ENTITY x "y">
 ]>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example2.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/example2.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/filesetExample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/filesetExample.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/schematron-wrapper.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/schematron-wrapper.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/schematron-wrapper.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/schematron-wrapper.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?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
+<!---
+ 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.
+ 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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/source.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/source.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/source.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/source.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <house>
          <wall/>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/test-schematron.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/test-schematron.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/test-schematron.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/test-schematron.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?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
+<!---
+ 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.
+ 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.
 -->
 <sch:schema xmlns:sch="http://www.ascc.net/xml/schematron"
                  icon="http://www.ascc.net/xml/resource/schematron/bilby.jpg"

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/transformSchematronExample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/transformSchematronExample.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/suite.jelly Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <test:suite 
     xmlns:j="jelly:core" 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testDoctype.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testDoctype.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testExpressions.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testExpressions.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testForEach.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testForEach.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testThread.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/testThread.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample1.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample1.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample1.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample1.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample2.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample2.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample2.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample2.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample3.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample3.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample3.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample3.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample4.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample4.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample4.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample4.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample5.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample5.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample5.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExample5.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleAllInLine.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleAllInLine.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutput.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutput.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutputNestedTransforms.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleSAXOutputNestedTransforms.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformExampleXmlVar.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
     <document>
       <chapter>It works!</chapter>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xml Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <doc>Hello</doc>
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample.xsl Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
-<!--
-  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.
-  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.
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:param name="param1" select="'default value'"/>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample2.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/transformParamExample2.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/xpathSortExample.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/xpathSortExample.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.jelly?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.jelly Wed Sep 20 10:50:41 2017
@@ -1,18 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  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.
-  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.
 -->
 <j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" >
 <x:transform xslt="import.xsl">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.xsl
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.xsl?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.xsl (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/src/test/resources/import.xsl Wed Sep 20 10:50:41 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
+<!---
+ 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.
+ 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.
 -->
 <xsl:stylesheet version="1.0"
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

Modified: commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/changes.xml?rev=1808985&r1=1808984&r2=1808985&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/xml/xdocs/changes.xml Wed Sep 20 10:50:41 2017
@@ -1,22 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- 
-/*
- * Copyright 2001-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.
+-->
 
 <document>
   <properties>