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

svn commit: r1807803 - in /commons/proper/jelly/branches/1.X/jelly-tags/betwixt: ./ src/java/org/apache/commons/jelly/tags/betwixt/ src/test/org/apache/commons/digester/rss/ src/test/org/apache/commons/jelly/betwixt/ xdocs/

Author: chtompki
Date: Fri Sep  8 18:57:18 2017
New Revision: 1807803

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Channel.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Image.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Item.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/RSSDigester.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/TextInput.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/common.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/rss-example.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/suite.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/build.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/build.xml Fri Sep  8 18:57:18 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-betwixt" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/maven.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/maven.xml Fri Sep  8 18:57:18 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/betwixt/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.properties?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.properties Fri Sep  8 18:57:18 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/betwixt/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/project.xml Fri Sep  8 18:57:18 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/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html Fri Sep  8 18:57:18 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/betwixt/src/test/org/apache/commons/digester/rss/Channel.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Channel.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Channel.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Channel.java Fri Sep  8 18:57:18 2017
@@ -1,18 +1,19 @@
 /*
- * 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
- * 
+ *
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.digester.rss;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Image.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Image.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Image.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Image.java Fri Sep  8 18:57:18 2017
@@ -1,18 +1,19 @@
 /*
- * 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
- * 
+ *
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.digester.rss;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Item.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Item.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Item.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/Item.java Fri Sep  8 18:57:18 2017
@@ -1,18 +1,19 @@
 /*
- * 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
- * 
+ *
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.digester.rss;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/RSSDigester.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/RSSDigester.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/RSSDigester.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/RSSDigester.java Fri Sep  8 18:57:18 2017
@@ -1,18 +1,19 @@
 /*
- * 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
- * 
+ *
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.digester.rss;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/TextInput.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/TextInput.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/TextInput.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/TextInput.java Fri Sep  8 18:57:18 2017
@@ -1,18 +1,19 @@
 /*
- * 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
- * 
+ *
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.digester.rss;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/package.html?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/package.html Fri Sep  8 18:57:18 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>
 <title>Package Documentation for org.apache.commons.digester.rss Package</title>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/digester/rss/rss-example.xml Fri Sep  8 18:57:18 2017
@@ -1,13 +1,14 @@
 <?xml version="1.0"?>
-<!--
- Copyright 2004 The Apache Software Foundation.
-  
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-  
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
       http://www.apache.org/licenses/LICENSE-2.0
-  
+
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/TestJelly.java?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/TestJelly.java Fri Sep  8 18:57:18 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/betwixt/src/test/org/apache/commons/jelly/betwixt/common.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/common.jelly?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/common.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/common.jelly Fri Sep  8 18:57:18 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.
 -->
 
 <!-- common tests that the channel has been created properly -->

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/rss-example.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/rss-example.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/rss-example.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/rss-example.xml Fri Sep  8 18:57:18 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.
 -->
 
 <!--

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/suite.jelly?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/suite.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/src/test/org/apache/commons/jelly/betwixt/suite.jelly Fri Sep  8 18:57:18 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:test="jelly:junit" xmlns:b="jelly:betwixt">
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/changes.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/changes.xml Fri Sep  8 18:57:18 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/betwixt/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/index.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/index.xml Fri Sep  8 18:57:18 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/betwixt/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/navigation.xml?rev=1807803&r1=1807802&r2=1807803&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/betwixt/xdocs/navigation.xml Fri Sep  8 18:57:18 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="Betwixt Tag Library">