You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/20 10:34:15 UTC

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

Author: chtompki
Date: Wed Sep 20 10:34:15 2017
New Revision: 1808984

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/MergeTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/VelocityTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/VelocityTagSupport.java
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/test/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/build.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/build.xml Wed Sep 20 10:34: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 2302-->
 <project default="jar" name="commons-jelly-tags-velocity" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/maven.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/maven.xml Wed Sep 20 10:34:15 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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 default="java:jar">
 
 </project>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.properties?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.properties Wed Sep 20 10:34:15 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/velocity/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/project.xml Wed Sep 20 10:34:15 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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>
   <extend>${basedir}/../tag-project.xml</extend>
   <id>commons-jelly-tags-velocity</id>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/java/org/apache/commons/jelly/tags/velocity/JellyContextAdapter.java Wed Sep 20 10:34:15 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.velocity;
-
 /*
- * 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
+ * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.ve
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.velocity;
 
 import java.util.Set;
 import java.util.HashSet;

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

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

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

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/test/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/test/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/test/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/src/test/org/apache/commons/jelly/tags/velocity/JellyContextAdapterTest.java Wed Sep 20 10:34:15 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.velocity;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.ve
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.velocity;
 
 import java.util.Set;
 import java.util.HashSet;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/changes.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/changes.xml Wed Sep 20 10:34:15 2017
@@ -1,21 +1,20 @@
 <?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>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/index.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/index.xml Wed Sep 20 10:34:15 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
-<!--
-  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.
--->
+ -->
 
 <document>
   <properties>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/navigation.xml?rev=1808984&r1=1808983&r2=1808984&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/velocity/xdocs/navigation.xml Wed Sep 20 10:34:15 2017
@@ -1,19 +1,20 @@
 <?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="Velocity Tag Library">
 
   <title>Velocity Tag Library</title>