Author: chtompki
Date: Sat Sep  9 14:51:59 2017
New Revision: 1807912

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.xml
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/Config.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/LocalizationContext.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetBundleTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/TestFMTSuite.java
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/abc.properties
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/suite.jelly
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz.properties
    
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz_zh.properties
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/fmt/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/build.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/build.xml Sat Sep  9 
14:51:59 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-fmt" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/fmt/maven.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/maven.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/maven.xml Sat Sep  9 
14:51:59 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
-  
+<!---
+  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="jar:jar">
 </project>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.properties?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.properties 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.properties Sat Sep 
 9 14:51:59 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/fmt/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/project.xml Sat Sep  9 
14:51:59 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 2002,2005 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.
--->
+ -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
   <id>commons-jelly-tags-fmt</id>

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/Config.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/Config.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/Config.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/Config.java
 Sat Sep  9 14:51:59 2017
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,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/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/LocalizationContext.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/LocalizationContext.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/LocalizationContext.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/LocalizationContext.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetBundleTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetBundleTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetBundleTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetBundleTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetTimeZoneTag.java
 Sat Sep  9 14:51:59 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/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java
 Sat Sep  9 14:51:59 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/fmt/src/test/org/apache/commons/jelly/tags/fmt/TestFMTSuite.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/TestFMTSuite.java?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/TestFMTSuite.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/TestFMTSuite.java
 Sat Sep  9 14:51:59 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/fmt/src/test/org/apache/commons/jelly/tags/fmt/abc.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/abc.properties?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/abc.properties
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/abc.properties
 Sat Sep  9 14:51:59 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.
 #
 
 # Sample ResourceBundle properties file

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

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz.properties?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz.properties
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz.properties
 Sat Sep  9 14:51:59 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.
 #
 
 # Sample ResourceBundle properties file

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz_zh.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz_zh.properties?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz_zh.properties
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/fmt/src/test/org/apache/commons/jelly/tags/fmt/xyz_zh.properties
 Sat Sep  9 14:51:59 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.
 #
 
 # Sample ResourceBundle properties file

Modified: commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/changes.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/changes.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/changes.xml Sat Sep  
9 14:51:59 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/fmt/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/index.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/index.xml Sat Sep  9 
14:51:59 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/fmt/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/navigation.xml?rev=1807912&r1=1807911&r2=1807912&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/navigation.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/fmt/xdocs/navigation.xml Sat 
Sep  9 14:51:59 2017
@@ -1,19 +1,19 @@
-<?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="Formatting Tag Library">
 
   <title>Formatting Tag Library</title>


Reply via email to