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 18:09:10 UTC

svn commit: r1807794 [2/3] - in /commons/proper/jelly/branches/1.X: ./ src/test/ src/test/org/apache/commons/jelly/ src/test/org/apache/commons/jelly/benchmark/ src/test/org/apache/commons/jelly/core/ src/test/org/apache/commons/jelly/core/extension/ s...

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/example3.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/example3.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/example3.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/example3.jelly Fri Sep  8 18:09:08 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
-  
-       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 xmlns="jelly:core">
 

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestDynaBeans.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/expression/TestExpressions.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/expression/TestExpressions.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/hello_world.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/hello_world.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/hello_world.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/hello_world.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 <j:jelly xmlns:j="jelly:core">
 

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/impl/TestTagLibraryResolver.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/import1.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/import1.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/import1.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/import1.jelly Fri Sep  8 18:09:08 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
-  
-       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 xmlns="jelly:core">
 

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputBad.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputBad.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputData.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputData.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputData.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputData.jelly Fri Sep  8 18:09:08 2017
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <j:jelly xmlns:j="jelly:core"><j:mute>
 	<!-- this test should output exactly the toString() of a list with one item, string -->
 	<j:new var="o1" className="java.util.LinkedList"/>

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputGood.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/outputGood.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/run_all.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/run_all.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/run_all.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/run_all.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <j:jelly xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_args.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_args.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_args.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_args.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <!-- displays the current command line arguments -->

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_properties.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_properties.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_properties.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/show_properties.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <j:jelly xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/suite.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/suite.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/suite.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <test:suite 

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertEqualsTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/AssertTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertTagSupport.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/AssertThrowsTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/CaseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/FailTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/FailTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyAssertionFailedError.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/JellyTestSuite.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyTestSuite.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyTestSuite.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/JellyTestSuite.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/RunTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/RunTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/RunTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/RunTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/SuiteTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/tags/junit/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/package.html?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/package.html (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/tags/junit/package.html Fri Sep  8 18:09:08 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>
 <head>

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTag.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTag.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/impl/DummyTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTagLibrary.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/DummyTagLibrary.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/impl/TestEmbedded.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/TestEmbedded.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/TestEmbedded.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/impl/TestEmbedded.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestCData.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestCData.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestCData.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestCData.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestDefaultNamespaceFilter.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDefaultNamespaceFilter.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDefaultNamespaceFilter.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDefaultNamespaceFilter.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestDummyXMLOutput.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDummyXMLOutput.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDummyXMLOutput.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestDummyXMLOutput.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java Fri Sep  8 18:09:08 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/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/invalidScript1.jelly Fri Sep  8 18:09:08 2017
@@ -10,20 +10,21 @@
                   value CDATA #REQUIRED>
 
 ]>
-<!--
-  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.
 -->
 <j:jelly 
     xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nonexistentTags1.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 <j:jelly 
     xmlns:j="jelly:core" xmlns:x="jelly:org.apache.commons.jelly.DOESNOTEXIST">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/nsFilterTest.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 <j:jelly 
     xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/producesOutput.jelly Fri Sep  8 18:09:08 2017
@@ -10,20 +10,21 @@
                   value CDATA #REQUIRED>
 
 ]>
-<!--
-  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.
 -->
 <j:jelly 
     xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/testCData.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/testCData.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/testCData.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/testCData.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <j:file xmlns:j="jelly:core" var="foo" escapeText="false">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test/xml/validScript1.jelly Fri Sep  8 18:09:08 2017
@@ -10,20 +10,21 @@
                   value CDATA #REQUIRED>
 
 ]>
-<!--
-  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.
 -->
 <j:jelly 
     xmlns:j="jelly:core">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testCmdLineOptions.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testCmdLineOptions.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testCmdLineOptions.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testCmdLineOptions.jelly Fri Sep  8 18:09:08 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 xmlns="jelly:core" >

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testFindVariable.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testFindVariable.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testFindVariable.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testFindVariable.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 <j:jelly xmlns:j="jelly:core">
   <j:if test='${context.findVariable("foo") != "bar"}'>

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testStatic.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testStatic.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testStatic.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/testStatic.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 <j:jelly trim="false" xmlns:j="jelly:core">
   <x:foo xmlns:x="http://www.acme.com/foo">

Modified: commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test_args.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test_args.jelly?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test_args.jelly (original)
+++ commons/proper/jelly/branches/1.X/src/test/org/apache/commons/jelly/test_args.jelly Fri Sep  8 18:09:08 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
-  
-       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.
 -->
 
 <!-- displays the current command line arguments -->

Modified: commons/proper/jelly/branches/1.X/src/test/simplelog.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/test/simplelog.properties?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/test/simplelog.properties (original)
+++ commons/proper/jelly/branches/1.X/src/test/simplelog.properties Fri Sep  8 18:09:08 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.
 #
 
 # uncomment these lines to turn on debugging

Modified: commons/proper/jelly/branches/1.X/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/changes.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/changes.xml Fri Sep  8 18:09:08 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>

Modified: commons/proper/jelly/branches/1.X/xdocs/faq.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/faq.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/faq.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/faq.xml Fri Sep  8 18:09:08 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
-  
-       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>
 

Modified: commons/proper/jelly/branches/1.X/xdocs/gettingstarted.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/gettingstarted.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/gettingstarted.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/gettingstarted.xml Fri Sep  8 18:09:08 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
-  
-       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>

Modified: commons/proper/jelly/branches/1.X/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/index.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/index.xml Fri Sep  8 18:09:08 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
-  
-       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>

Modified: commons/proper/jelly/branches/1.X/xdocs/irc.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/irc.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/irc.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/irc.xml Fri Sep  8 18:09:08 2017
@@ -1,20 +1,20 @@
 <?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
-  
-       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>

Modified: commons/proper/jelly/branches/1.X/xdocs/jellydoc.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/xdocs/jellydoc.xml?rev=1807794&r1=1807793&r2=1807794&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/xdocs/jellydoc.xml (original)
+++ commons/proper/jelly/branches/1.X/xdocs/jellydoc.xml Fri Sep  8 18:09:08 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
-  
-       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>