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:36:10 UTC

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

Author: chtompki
Date: Mon Sep 18 12:36:10 2017
New Revision: 1808692

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

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/build.xml
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/maven.xml
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.properties
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.xml
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/conf/log4j.properties
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/xdocs/changes.xml
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/xdocs/index.xml
    commons/proper/jelly/branches/1.X/jelly-tags/quartz/xdocs/navigation.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/build.xml?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/build.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/build.xml Mon Sep 18 12:36: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 2302-->
 <project default="jar" name="commons-jelly-tags-quartz" basedir=".">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/maven.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/maven.xml?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/maven.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/maven.xml Mon Sep 18 12:36: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/quartz/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.properties?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.properties Mon Sep 18 12:36: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/quartz/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.xml?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/project.xml Mon Sep 18 12:36: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/quartz/src/conf/log4j.properties
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/conf/log4j.properties?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/conf/log4j.properties (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/conf/log4j.properties Mon Sep 18 12:36: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.
 #
 
 log4j.rootLogger=DEBUG, A1

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import java.text.ParseException;
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import org.apache.commons.jelly.JellyContext;
 import org.apache.commons.jelly.Script;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import org.apache.commons.jelly.JellyTagException;
 import org.apache.commons.jelly.XMLOutput;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import org.apache.commons.jelly.TagLibrary;
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import org.apache.commons.jelly.TagSupport;
 import org.quartz.Scheduler;

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 /** Abstract base for all triggers.
  *

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java Mon Sep 18 12:36:10 2017
@@ -1,11 +1,10 @@
-package org.apache.commons.jelly.tags.quartz;
-
 /*
- * 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
  *
@@ -15,6 +14,7 @@ package org.apache.commons.jelly.tags.qu
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.apache.commons.jelly.tags.quartz;
 
 import org.apache.commons.jelly.XMLOutput;
 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html Mon Sep 18 12:36: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/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly?rev=1808692&r1=1808691&r2=1808692&view=diff
==============================================================================
Binary files - no diff available.

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