Author: chtompki
Date: Tue Sep 19 11:57:51 2017
New Revision: 1808868

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/threads/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/threads/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/threads/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/threads/project.xml
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/Mutex.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/package.html
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/TestJelly.java
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/group1.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/suite.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/sync.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait1.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait2.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait3.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/wait4.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/threads/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/build.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/build.xml Tue Sep 19 
11:57:51 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 2302-->
 <project default="jar" name="commons-jelly-tags-threads" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/threads/maven.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/maven.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/maven.xml Tue Sep 19 
11:57:51 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.
 -->
 <project default="java:jar">
 

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/project.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/project.properties?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/project.properties 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/project.properties Tue 
Sep 19 11:57:51 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/threads/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/project.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/project.xml Tue Sep 19 
11:57:51 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>
   <extend>${basedir}/../tag-project.xml</extend>

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/GroupTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/InterruptTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.XMLOutput;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JellyThread.java
 Tue Sep 19 11:57:51 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/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/JoinTag.java
 Tue Sep 19 11:57:51 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/threads/src/java/org/apache/commons/jelly/tags/threads/Mutex.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/Mutex.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/Mutex.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/Mutex.java
 Tue Sep 19 11:57:51 2017
@@ -1,11 +1,12 @@
 /*
- * 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,

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/MutexTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/NotifyTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.XMLOutput;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RequirementException.java
 Tue Sep 19 11:57:51 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.threads;
 
 /**

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/RunnableStatus.java
 Tue Sep 19 11:57:51 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.threads;
 
 /**

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SleepTag.java
 Tue Sep 19 11:57:51 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/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/SynchronizeTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadTag.java
 Tue Sep 19 11:57:51 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/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/ThreadsTagLibrary.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.TagLibrary;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/TimeoutException.java
 Tue Sep 19 11:57:51 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/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseMutexTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/UseThreadTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitForTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/WaitTag.java
 Tue Sep 19 11:57:51 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.threads;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/package.html?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/package.html
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/java/org/apache/commons/jelly/tags/threads/package.html
 Tue Sep 19 11:57:51 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/threads/src/test/org/apache/commons/jelly/threads/TestJelly.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/TestJelly.java?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/TestJelly.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/TestJelly.java
 Tue Sep 19 11:57:51 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/threads/src/test/org/apache/commons/jelly/threads/basic.jelly
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/src/test/org/apache/commons/jelly/threads/basic.jelly?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

Modified: commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/changes.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/changes.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/changes.xml Tue 
Sep 19 11:57:51 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/jelly-tags/threads/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/index.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/index.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/index.xml Tue 
Sep 19 11:57:51 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>

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/navigation.xml?rev=1808868&r1=1808867&r2=1808868&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/navigation.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/threads/xdocs/navigation.xml 
Tue Sep 19 11:57:51 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.
 -->
 <project name="Threads Tag Library">
 


Reply via email to