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:11:11 UTC

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

Author: chtompki
Date: Mon Sep 18 12:11:10 2017
New Revision: 1808682

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/jms/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jms/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jms/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/jms/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionContext.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConsumerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/DestinationTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/JMSTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapEntryTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapMessageTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageOperationTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ObjectMessageTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/OnMessageTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/PropertyTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ReceiveTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SendTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SubscribeTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/TextMessageTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receive.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveMap.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/receiveObject.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMap.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendMessage.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendObject.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/sendText.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/jms/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jms/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jms/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jms/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/build.xml?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/build.xml Mon Sep 18 12:11:10 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-jms" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jms/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/maven.xml?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/maven.xml Mon Sep 18 12:11:10 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/jms/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/project.properties?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/project.properties Mon Sep 18 12:11:10 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/jms/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/project.xml?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/project.xml Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionContext.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionContext.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionContext.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionContext.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConnectionTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/ConsumerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConsumerTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConsumerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ConsumerTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/DestinationTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/DestinationTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/DestinationTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/DestinationTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/JMSTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/JMSTagLibrary.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/JMSTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/JMSTagLibrary.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/MapEntryTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapEntryTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapEntryTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapEntryTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/MapMessageTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapMessageTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapMessageTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MapMessageTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/MessageOperationTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageOperationTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageOperationTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageOperationTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/MessageTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/MessageTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/ObjectMessageTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ObjectMessageTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ObjectMessageTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ObjectMessageTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/OnMessageTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/OnMessageTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/OnMessageTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/OnMessageTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/PropertyTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/PropertyTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/PropertyTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/PropertyTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/ReceiveTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ReceiveTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ReceiveTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/ReceiveTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/SendTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SendTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SendTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SendTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/StopwatchTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/SubscribeTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SubscribeTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SubscribeTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/SubscribeTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/TextMessageTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/TextMessageTag.java?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/TextMessageTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/TextMessageTag.java Mon Sep 18 12:11:10 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/jms/src/java/org/apache/commons/jelly/tags/jms/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jms/src/java/org/apache/commons/jelly/tags/jms/package.html Mon Sep 18 12:11:10 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/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jms/src/test/org/apache/commons/jelly/tags/jms/flushQueue.jelly?rev=1808682&r1=1808681&r2=1808682&view=diff
==============================================================================
Binary files - no diff available.

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

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

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

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

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

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

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

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