Author: chtompki
Date: Mon Sep 18 12:28:27 2017
New Revision: 1808688

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/memory/project.xml
    
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
    
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/memory/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/project.xml?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/memory/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/memory/project.xml Mon Sep 18 
12:28:27 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>
   <!--

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
 Mon Sep 18 12:28:27 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *
@@ -13,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.jelly.tags.memory;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
 Mon Sep 18 12:28:27 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *
@@ -13,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.jelly.tags.memory;
 
 import org.apache.commons.jelly.JellyTagException;

Modified: 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
 (original)
+++ 
commons/proper/jelly/branches/1.X/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
 Mon Sep 18 12:28:27 2017
@@ -1,9 +1,10 @@
 /*
- * 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
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/changes.xml?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/changes.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/changes.xml Mon 
Sep 18 12:28:27 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/memory/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/index.xml?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/index.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/index.xml Mon Sep 
18 12:28:27 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/memory/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/navigation.xml?rev=1808688&r1=1808687&r2=1808688&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/navigation.xml 
(original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/memory/xdocs/navigation.xml 
Mon Sep 18 12:28:27 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="Memory Tag Library">
 


Reply via email to