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/18 12:17:32 UTC

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

Author: chtompki
Date: Mon Sep 18 12:17:31 2017
New Revision: 1808684

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/ApplyTemplatesTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JellyStylesheet.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StyleTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/XPathPatternExpression.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSLSuite.java
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example2.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/build.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/build.xml Mon Sep 18 12:17:31 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.1-SNAPSHOT
   on date December 21 2004, time 2157-->
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/maven.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/maven.xml Mon Sep 18 12:17:31 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/jsl/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.properties?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.properties Mon Sep 18 12:17:31 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/jsl/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/project.xml Mon Sep 18 12:17:31 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
-  
-       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>
   <extend>${basedir}/../tag-project.xml</extend>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/ApplyTemplatesTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/ApplyTemplatesTag.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/ApplyTemplatesTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/ApplyTemplatesTag.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JSLTagLibrary.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/JellyStylesheet.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JellyStylesheet.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JellyStylesheet.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/JellyStylesheet.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/StyleTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StyleTag.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StyleTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StyleTag.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/StylesheetTag.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/TemplateTag.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/XPathPatternExpression.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/XPathPatternExpression.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/XPathPatternExpression.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/XPathPatternExpression.java Mon Sep 18 12:17:31 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/jsl/src/java/org/apache/commons/jelly/tags/jsl/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/package.html?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/java/org/apache/commons/jelly/tags/jsl/package.html Mon Sep 18 12:17:31 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/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java Mon Sep 18 12:17:31 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/jsl/src/test/org/apache/commons/jelly/jsl/TestJSLSuite.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSLSuite.java?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSLSuite.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSLSuite.java Mon Sep 18 12:17:31 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/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/example.jelly?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
Binary files - no diff available.

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

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/suite.jelly Mon Sep 18 12:17:31 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 xmlns:j="jelly:core" 
             xmlns:jsl="jelly:jsl"

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/changes.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/changes.xml Mon Sep 18 12:17:31 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/jsl/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/index.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/index.xml Mon Sep 18 12:17:31 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/jsl/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/navigation.xml?rev=1808684&r1=1808683&r2=1808684&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/xdocs/navigation.xml Mon Sep 18 12:17:31 2017
@@ -1,19 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  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.
--->
+ -->
 <project name="JSL Tag Library">
 
   <title>JSL Tag Library</title>