You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2006/11/12 04:51:59 UTC

svn commit: r473861 [10/22] - in /lenya/trunk: ./ legal/ src/cocoon/ src/confpatch/ src/impl/java/org/apache/lenya/ src/impl/java/org/apache/lenya/cms/metadata/ src/impl/java/org/apache/lenya/cms/module/ src/impl/java/org/apache/lenya/cms/publication/ ...

Modified: lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-input-module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-input-module.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-input-module.xconf (original)
+++ lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-input-module.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-metadata.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-metadata.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-metadata.xconf (original)
+++ lenya/trunk/src/modules-core/workflow-impl/config/cocoon-xconf/workflow-metadata.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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
   
@@ -27,4 +28,4 @@
       <element name="workflowVersion" multiple="true" onCopy="delete"/>
     </component-instance>
   </xconf>
-  
\ No newline at end of file
+  

Modified: lenya/trunk/src/modules-core/workflow-impl/config/sitemap/actions.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/config/sitemap/actions.xmap?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/config/sitemap/actions.xmap (original)
+++ lenya/trunk/src/modules-core/workflow-impl/config/sitemap/actions.xmap Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-core/workflow-impl/config/sitemap/transformers.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/config/sitemap/transformers.xmap?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/config/sitemap/transformers.xmap (original)
+++ lenya/trunk/src/modules-core/workflow-impl/config/sitemap/transformers.xmap Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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
 
@@ -19,4 +20,4 @@
   unless="/sitemap/components/transformers/transformer[@name = 'workflowmenu']"
   xmlns:map="http://apache.org/cocoon/sitemap/1.0">
     <map:transformer name="workflowmenu" logger="lenya.sitemap.transformer.workflowmenu" src="org.apache.lenya.cms.cocoon.transformation.WorkflowMenuTransformer"/>
-</xmap>
\ No newline at end of file
+</xmap>

Modified: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/acting/WorkflowInvokerAction.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/acting/WorkflowInvokerAction.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/acting/WorkflowInvokerAction.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/acting/WorkflowInvokerAction.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/WorkflowModule.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/WorkflowModule.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/WorkflowModule.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/components/modules/input/WorkflowModule.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/transformation/WorkflowMenuTransformer.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/transformation/WorkflowMenuTransformer.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/transformation/WorkflowMenuTransformer.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/cocoon/transformation/WorkflowMenuTransformer.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/CheckWorkflow.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/CheckWorkflow.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/CheckWorkflow.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/CheckWorkflow.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/History.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/History.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/History.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/History.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/InvokeWorkflow.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/InvokeWorkflow.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/InvokeWorkflow.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/cms/workflow/usecases/InvokeWorkflow.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/AbstractCondition.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/AbstractCondition.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/AbstractCondition.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/AbstractCondition.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ActionImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ActionImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ActionImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ActionImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableAssignmentImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableAssignmentImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableAssignmentImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableAssignmentImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableCondition.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableCondition.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableCondition.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableCondition.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/BooleanVariableImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ConditionFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ConditionFactory.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ConditionFactory.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/ConditionFactory.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/TransitionImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/TransitionImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/TransitionImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/TransitionImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/VersionImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/VersionImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/VersionImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/VersionImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowBuilder.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowBuilder.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowBuilder.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowBuilder.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowEngineImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowEngineImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowEngineImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowEngineImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowManagerImpl.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowManagerImpl.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowManagerImpl.java (original)
+++ lenya/trunk/src/modules-core/workflow-impl/java/src/org/apache/lenya/workflow/impl/WorkflowManagerImpl.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-core/workflow-impl/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow-impl/module.xml?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-core/workflow-impl/module.xml (original)
+++ lenya/trunk/src/modules-core/workflow-impl/module.xml Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap (original)
+++ lenya/trunk/src/modules-legacy/task/config/sitemap/actions.xmap Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/ant/LenyaProject.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/ant/LenyaProject.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/ant/LenyaProject.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/ant/LenyaProject.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/acting/TaskAction.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/acting/TaskAction.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/acting/TaskAction.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/acting/TaskAction.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/scheduler/SchedulerHelper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/scheduler/SchedulerHelper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/scheduler/SchedulerHelper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/scheduler/SchedulerHelper.java Sat Nov 11 19:51:14 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
  * 
@@ -89,4 +91,4 @@
         return map;
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/task/CocoonTaskWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/task/CocoonTaskWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/task/CocoonTaskWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/cocoon/task/CocoonTaskWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/publishing/PublishingEnvironment.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/publishing/PublishingEnvironment.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/publishing/PublishingEnvironment.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/publishing/PublishingEnvironment.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/AbstractSchedulerListener.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/AbstractSchedulerListener.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/AbstractSchedulerListener.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/AbstractSchedulerListener.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/JobWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/JobWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/JobWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/JobWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/LoadQuartzServlet.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/LoadQuartzServlet.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/LoadQuartzServlet.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/LoadQuartzServlet.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerStore.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerStore.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerStore.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerStore.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/SchedulerWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJob.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJob.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJob.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJob.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJobFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJobFactory.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJobFactory.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/ServletJobFactory.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/TaskJob.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/TaskJob.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/TaskJob.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/TaskJob.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/xml/TriggerHelper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/xml/TriggerHelper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/xml/TriggerHelper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/scheduler/xml/TriggerHelper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AbstractTask.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AbstractTask.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AbstractTask.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AbstractTask.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AntTask.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AntTask.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AntTask.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/AntTask.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/CommandLineTask.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/CommandLineTask.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/CommandLineTask.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/CommandLineTask.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/DefaultTaskWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/DefaultTaskWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/DefaultTaskWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/DefaultTaskWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/EmptyTask.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/EmptyTask.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/EmptyTask.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/EmptyTask.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ExecutionException.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ExecutionException.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ExecutionException.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ExecutionException.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/HelloWorldTask.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/HelloWorldTask.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/HelloWorldTask.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/HelloWorldTask.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Notifier.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Notifier.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Notifier.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Notifier.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ParameterWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ParameterWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ParameterWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/ParameterWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Task.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Task.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Task.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/Task.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskFactory.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskFactory.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskFactory.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskManager.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskManager.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskManager.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskManager.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskParameters.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskParameters.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskParameters.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskParameters.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-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
  * 
@@ -100,4 +101,4 @@
         put(Task.PARAMETER_SERVLET_CONTEXT, servletContextPath);
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskSequence.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskSequence.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskSequence.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskSequence.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapper.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapper.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapper.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapper.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapperParameters.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapperParameters.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapperParameters.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/TaskWrapperParameters.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/WorkflowInvoker.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/WorkflowInvoker.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/WorkflowInvoker.java (original)
+++ lenya/trunk/src/modules-legacy/task/java/src/org/apache/lenya/cms/task/WorkflowInvoker.java Sat Nov 11 19:51:14 2006
@@ -1,8 +1,10 @@
 /*
- * Copyright 1999-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
  * 
@@ -238,4 +240,4 @@
         return keys;
     }
 
-}
\ No newline at end of file
+}

Modified: lenya/trunk/src/modules-legacy/task/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-legacy/task/module.xml?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-legacy/task/module.xml (original)
+++ lenya/trunk/src/modules-legacy/task/module.xml Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/repository.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/repository.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/repository.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/repository.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/sourcefactory.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/sourcefactory.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/sourcefactory.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/sourcefactory.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-export.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-export.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-export.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-export.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-import.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-import.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-import.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-import.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport-tab.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport-tab.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport-tab.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport-tab.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport.xconf?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport.xconf (original)
+++ lenya/trunk/src/modules-optional/jcrsource/config/cocoon-xconf/usecase-importExport.xconf Sat Nov 11 19:51:14 2006
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 1999-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: lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRNodeFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRNodeFactory.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRNodeFactory.java (original)
+++ lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRNodeFactory.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRSourceNode.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRSourceNode.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRSourceNode.java (original)
+++ lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/JCRSourceNode.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaJCRSourceFactory.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaJCRSourceFactory.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaJCRSourceFactory.java (original)
+++ lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaJCRSourceFactory.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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: lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaRepository.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaRepository.java?view=diff&rev=473861&r1=473860&r2=473861
==============================================================================
--- lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaRepository.java (original)
+++ lenya/trunk/src/modules-optional/jcrsource/java/src/org/apache/lenya/cms/jcr/LenyaRepository.java Sat Nov 11 19:51:14 2006
@@ -1,9 +1,10 @@
 /*
- * Copyright  1999-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
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org