Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/TraceTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/TraceTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/TraceTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/TraceTag.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/WarnTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/WarnTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/WarnTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/WarnTag.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/java/org/apache/commons/jelly/tags/log/package.html
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/MockLog.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/MockLog.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/MockLog.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/MockLog.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/TestJelly.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/TestJelly.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/TestJelly.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/TestJelly.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/log/src/test/org/apache/commons/jelly/tags/log/suite.jelly
 Wed Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
   

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/changes.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/changes.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/changes.xml Wed Nov 
29 00:21:15 2006
@@ -2,11 +2,12 @@
 
 <!-- 
 /*
- * 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
+ * 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: jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/index.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/index.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/index.xml Wed Nov 
29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/navigation.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/navigation.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/log/xdocs/navigation.xml Wed 
Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/maven.xml Wed Nov 29 00:21:15 
2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/memory/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/project.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/memory/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/memory/project.xml Wed Nov 29 
00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
+  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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/FreeMemoryTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/GcTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/src/java/org/apache/commons/jelly/tags/memory/MemoryTagLibrary.java
 Wed Nov 29 00:21:15 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 2002,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/changes.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/changes.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/changes.xml Wed 
Nov 29 00:21:15 2006
@@ -2,11 +2,12 @@
 
 <!-- 
 /*
- * 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
+ * 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: jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/index.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/index.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/index.xml Wed 
Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/navigation.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/navigation.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/memory/xdocs/navigation.xml 
Wed Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/maven.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/maven.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/maven.xml Wed Nov 29 
00:21:15 2006
@@ -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: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.properties?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.properties 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.properties Wed 
Nov 29 00:21:15 2006
@@ -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: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml Wed Nov 29 
00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
+  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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/BrokerTag.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/OjbTagLibrary.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/OjbTagLibrary.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/OjbTagLibrary.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/OjbTagLibrary.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/StoreTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/StoreTag.java
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/java/org/apache/commons/jelly/tags/ojb/package.html
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/src/test/org/apache/commons/jelly/tags/ojb/sample.jelly
 Wed Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
   

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/changes.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/changes.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/changes.xml Wed Nov 
29 00:21:15 2006
@@ -2,11 +2,12 @@
 
 <!-- 
 /*
- * 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
+ * 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: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/index.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/index.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/index.xml Wed Nov 
29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/navigation.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/navigation.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/xdocs/navigation.xml Wed 
Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/maven.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/maven.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/maven.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/maven.xml Wed Nov 29 
00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.properties?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.properties 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.properties Wed 
Nov 29 00:21:15 2006
@@ -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: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/project.xml Wed Nov 29 
00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
+  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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/conf/log4j.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/conf/log4j.properties?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/conf/log4j.properties 
(original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/conf/log4j.properties 
Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/CronTriggerTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JellyJob.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/JobTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagLibrary.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/QuartzTagSupport.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/TriggerTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/WaitForSchedulerTag.java
 Wed Nov 29 00:21:15 2006
@@ -1,11 +1,12 @@
 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
  *

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/java/org/apache/commons/jelly/tags/quartz/package.html
 Wed Nov 29 00:21:15 2006
@@ -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: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
 (original)
+++ 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/src/test/org/apache/commons/jelly/tags/quartz/example.jelly
 Wed Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
   

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/changes.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/changes.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/changes.xml Wed 
Nov 29 00:21:15 2006
@@ -2,11 +2,12 @@
 
 <!-- 
 /*
- * 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
+ * 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: jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/index.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/index.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/index.xml Wed 
Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 

Modified: 
jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/navigation.xml?view=diff&rev=480468&r1=480467&r2=480468
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/navigation.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/quartz/xdocs/navigation.xml 
Wed Nov 29 00:21:15 2006
@@ -1,10 +1,11 @@
 <?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
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to