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/09 14:56:15 UTC

svn commit: r1807913 - in /commons/proper/jelly/branches/1.X/jelly-tags/html: ./ src/java/org/apache/commons/jelly/tags/html/ src/test/org/apache/commons/jelly/html/ xdocs/

Author: chtompki
Date: Sat Sep  9 14:56:15 2017
New Revision: 1807913

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/html/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/html/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/html/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/html/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/HTMLTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/ParseTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example2.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/index.html
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/radioToPDA.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/build.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/build.xml Sat Sep  9 14:56:15 2017
@@ -1,5 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
 
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
   on date May 24 2004, time 2301-->
 <project default="jar" name="commons-jelly-tags-html" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/maven.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/maven.xml Sat Sep  9 14:56:15 2017
@@ -1,17 +1,18 @@
-<!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-  
-       http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
 -->
 <project default="java:jar">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/project.properties?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/project.properties Sat Sep  9 14:56:15 2017
@@ -1,17 +1,17 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   The ASF licenses this file to You under the Apache License, Version 2.0
+#   (the "License"); you may not use this file except in compliance with
+#   the License.  You may obtain a copy of the License at
 #
-# Copyright 2002,2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-# 
-#      http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
 #
 
 # -------------------------------------------------------------------

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/project.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/project.xml Sat Sep  9 14:56:15 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--
-  Copyright 2002,2004 The Apache Software Foundation.
-  
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-  
-       http://www.apache.org/licenses/LICENSE-2.0
-  
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
 -->
 
 <project>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/HTMLTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/HTMLTagLibrary.java?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/HTMLTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/HTMLTagLibrary.java Sat Sep  9 14:56:15 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/html/src/java/org/apache/commons/jelly/tags/html/ParseTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/ParseTag.java?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/ParseTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/ParseTag.java Sat Sep  9 14:56:15 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/html/src/java/org/apache/commons/jelly/tags/html/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/package.html?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/java/org/apache/commons/jelly/tags/html/package.html Sat Sep  9 14:56:15 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/jelly-tags/html/src/test/org/apache/commons/jelly/html/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/TestJelly.java?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/TestJelly.java Sat Sep  9 14:56:15 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/html/src/test/org/apache/commons/jelly/html/example.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example.jelly?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example.jelly Sat Sep  9 14:56:15 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:xml" xmlns:html="jelly:html">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example2.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example2.jelly?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example2.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/example2.jelly Sat Sep  9 14:56:15 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:xml" xmlns:html="jelly:html">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/index.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/index.html?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/index.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/index.html Sat Sep  9 14:56:15 2017
@@ -1,20 +1,21 @@
   <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN"
       "http://www.collabnet.com/dtds/collabnet_transitional_10.dtd">
-<!--
-  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/jelly-tags/html/src/test/org/apache/commons/jelly/html/radioToPDA.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/radioToPDA.jelly?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/radioToPDA.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/radioToPDA.jelly Sat Sep  9 14:56:15 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/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/src/test/org/apache/commons/jelly/html/suite.jelly?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
Binary files - no diff available.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/changes.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/changes.xml Sat Sep  9 14:56:15 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/html/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/index.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/index.xml Sat Sep  9 14:56:15 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/html/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/navigation.xml?rev=1807913&r1=1807912&r2=1807913&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/html/xdocs/navigation.xml Sat Sep  9 14:56:15 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="HTML Tag Library">