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

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

Author: chtompki
Date: Mon Sep 18 12:14:05 2017
New Revision: 1808683

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/OperationTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/RegisterTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ServerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/jndi.properties
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/Dummy.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/DummyMBean.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/TestJelly.java
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/example.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/suite.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jmx/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/maven.xml?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/maven.xml Mon Sep 18 12:14:05 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/jmx/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.properties?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.properties Mon Sep 18 12:14:05 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/jmx/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.xml?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/project.xml Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/JMXTagLibrary.java Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ObjectNameConverter.java Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/OperationTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/OperationTag.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/OperationTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/OperationTag.java Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/RegisterTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/RegisterTag.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/RegisterTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/RegisterTag.java Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/ServerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ServerTag.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ServerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/ServerTag.java Mon Sep 18 12:14:05 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/jmx/src/java/org/apache/commons/jelly/tags/jmx/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/package.html?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/java/org/apache/commons/jelly/tags/jmx/package.html Mon Sep 18 12:14:05 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/jmx/src/test/jndi.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/jndi.properties?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/jndi.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/jndi.properties Mon Sep 18 12:14:05 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.
 #
 java.naming.factory.initial = com.sun.jndi.rmi.registry.RegistryContextFactory
 java.naming.provider.url = rmi://localhost:1099

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/Dummy.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/Dummy.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/Dummy.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/Dummy.java Mon Sep 18 12:14:05 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/jmx/src/test/org/apache/commons/jelly/tags/jmx/DummyMBean.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/DummyMBean.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/DummyMBean.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/DummyMBean.java Mon Sep 18 12:14:05 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/jmx/src/test/org/apache/commons/jelly/tags/jmx/TestJelly.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/TestJelly.java?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/TestJelly.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/TestJelly.java Mon Sep 18 12:14:05 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/jmx/src/test/org/apache/commons/jelly/tags/jmx/example.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/example.jelly?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/example.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/example.jelly Mon Sep 18 12:14:05 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.
 -->
 
 <server xmlns="jelly:jmx">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/suite.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/suite.jelly?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/suite.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/src/test/org/apache/commons/jelly/tags/jmx/suite.jelly Mon Sep 18 12:14:05 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 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/changes.xml?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/changes.xml Mon Sep 18 12:14:05 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/jmx/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/index.xml?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/index.xml Mon Sep 18 12:14:05 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.
 -->
 
 <document>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/navigation.xml?rev=1808683&r1=1808682&r2=1808683&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jmx/xdocs/navigation.xml Mon Sep 18 12:14:05 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
-  
-       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 name="JellyMBean">