You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ka...@apache.org on 2011/09/13 22:41:28 UTC

svn commit: r1170339 [1/2] - in /incubator/oozie/trunk: client/ client/src/test/resources/ core/ core/src/main/conf/ core/src/main/resources/ core/src/main/resources/META-INF/ core/src/test/resources/ distro/ distro/src/main/tomcat/ distro/src/main/tom...

Author: kamrul
Date: Tue Sep 13 20:41:27 2011
New Revision: 1170339

URL: http://svn.apache.org/viewvc?rev=1170339&view=rev
Log:
Adding Apache License 2.0 into part of xml files

Modified:
    incubator/oozie/trunk/client/pom.xml
    incubator/oozie/trunk/client/src/test/resources/invalid.xml
    incubator/oozie/trunk/client/src/test/resources/valid.xml
    incubator/oozie/trunk/core/pom.xml
    incubator/oozie/trunk/core/src/main/conf/oozie-site.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-derby-orm.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-hsqldb-orm.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-oracle-orm.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-postgresql-orm.xml
    incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml
    incubator/oozie/trunk/core/src/main/resources/hadoop-streaming.xml
    incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
    incubator/oozie/trunk/core/src/test/resources/auth-disabled-oozie-site.xml
    incubator/oozie/trunk/core/src/test/resources/bundle-submit-job.xml
    incubator/oozie/trunk/core/src/test/resources/coord-action-for-action-input-check.xml
    incubator/oozie/trunk/core/src/test/resources/coord-action-get.xml
    incubator/oozie/trunk/core/src/test/resources/coord-action-start-escape-strings.xml
    incubator/oozie/trunk/core/src/test/resources/coord-job-bundle-negative.xml
    incubator/oozie/trunk/core/src/test/resources/coord-job-bundle.xml
    incubator/oozie/trunk/core/src/test/resources/coord-job-for-action-input-check.xml
    incubator/oozie/trunk/core/src/test/resources/coord-job-get.xml
    incubator/oozie/trunk/core/src/test/resources/coord-matLookup-trigger.xml
    incubator/oozie/trunk/core/src/test/resources/coord-matd-job.xml
    incubator/oozie/trunk/core/src/test/resources/coord-rerun-action1.xml
    incubator/oozie/trunk/core/src/test/resources/coord-rerun-action2.xml
    incubator/oozie/trunk/core/src/test/resources/coord-rerun-action3.xml
    incubator/oozie/trunk/core/src/test/resources/coord-rerun-job.xml
    incubator/oozie/trunk/core/src/test/resources/failover-fs-wf.xml
    incubator/oozie/trunk/core/src/test/resources/hadoop-site.xml
    incubator/oozie/trunk/core/src/test/resources/mysql-oozie-site.xml
    incubator/oozie/trunk/core/src/test/resources/oozie-site-instrumentation.xml
    incubator/oozie/trunk/core/src/test/resources/oozie-site-with-security.xml
    incubator/oozie/trunk/core/src/test/resources/oozie-site1.xml
    incubator/oozie/trunk/core/src/test/resources/oozie-site2.xml
    incubator/oozie/trunk/core/src/test/resources/oozie-sitealternate.xml
    incubator/oozie/trunk/core/src/test/resources/postgresql-oozie-site.xml
    incubator/oozie/trunk/core/src/test/resources/recovery-wf.xml
    incubator/oozie/trunk/core/src/test/resources/rerun-el-wf.xml
    incubator/oozie/trunk/core/src/test/resources/rerun-elerr-wf.xml
    incubator/oozie/trunk/core/src/test/resources/rerun-wf.xml
    incubator/oozie/trunk/core/src/test/resources/test-oozie-default.xml
    incubator/oozie/trunk/core/src/test/resources/wf-credentials.xml
    incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-invalid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid-user-retry.xml
    incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-loop1-invalid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-loop2-invalid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-schema-action-name-too-long.xml
    incubator/oozie/trunk/core/src/test/resources/wf-schema-invalid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-schema-valid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-test-kill-node-message.xml
    incubator/oozie/trunk/core/src/test/resources/wf-transition-invalid.xml
    incubator/oozie/trunk/core/src/test/resources/wf-unsupported-action.xml
    incubator/oozie/trunk/core/src/test/resources/wf-url-template.xml
    incubator/oozie/trunk/distro/pom.xml
    incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml
    incubator/oozie/trunk/distro/src/main/tomcat/server.xml
    incubator/oozie/trunk/docs/pom.xml
    incubator/oozie/trunk/docs/src/main/webapp/WEB-INF/web.xml

Modified: incubator/oozie/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/client/pom.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/client/pom.xml (original)
+++ incubator/oozie/trunk/client/pom.xml Tue Sep 13 20:41:27 2011
@@ -1,17 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/oozie/trunk/client/src/test/resources/invalid.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/client/src/test/resources/invalid.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/client/src/test/resources/invalid.xml (original)
+++ incubator/oozie/trunk/client/src/test/resources/invalid.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="test-wf">
     <start to="e"/>

Modified: incubator/oozie/trunk/client/src/test/resources/valid.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/client/src/test/resources/valid.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/client/src/test/resources/valid.xml (original)
+++ incubator/oozie/trunk/client/src/test/resources/valid.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="test-wf">
     <start to="e"/>

Modified: incubator/oozie/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/pom.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/pom.xml (original)
+++ incubator/oozie/trunk/core/pom.xml Tue Sep 13 20:41:27 2011
@@ -1,17 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/oozie/trunk/core/src/main/conf/oozie-site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/conf/oozie-site.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/conf/oozie-site.xml (original)
+++ incubator/oozie/trunk/core/src/main/conf/oozie-site.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
 <!--

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-derby-orm.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-derby-orm.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-derby-orm.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-derby-orm.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-hsqldb-orm.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-hsqldb-orm.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-hsqldb-orm.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-hsqldb-orm.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-oracle-orm.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-oracle-orm.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-oracle-orm.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-oracle-orm.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-postgresql-orm.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-postgresql-orm.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-postgresql-orm.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/oozie-postgresql-orm.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm"
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"

Modified: incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/META-INF/persistence.xml Tue Sep 13 20:41:27 2011
@@ -1,21 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
- 
- http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.   
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
 -->
 <persistence xmlns="http://java.sun.com/xml/ns/persistence"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/oozie/trunk/core/src/main/resources/hadoop-streaming.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/hadoop-streaming.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/hadoop-streaming.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/hadoop-streaming.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <configuration>
 

Modified: incubator/oozie/trunk/core/src/main/resources/oozie-default.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/main/resources/oozie-default.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/main/resources/oozie-default.xml (original)
+++ incubator/oozie/trunk/core/src/main/resources/oozie-default.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <!--
   Copyright (c) 2010 Yahoo! Inc. All rights reserved.

Modified: incubator/oozie/trunk/core/src/test/resources/auth-disabled-oozie-site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/auth-disabled-oozie-site.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/auth-disabled-oozie-site.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/auth-disabled-oozie-site.xml Tue Sep 13 20:41:27 2011
@@ -1,17 +1,20 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <configuration>
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/bundle-submit-job.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/bundle-submit-job.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/bundle-submit-job.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/bundle-submit-job.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <bundle-app name='BUNDLE-TEST' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='uri:oozie:bundle:0.1'>
           <controls> 
@@ -50,4 +53,4 @@
                      </property>
                  </configuration>
           </coordinator>
-</bundle-app>
\ No newline at end of file
+</bundle-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-action-for-action-input-check.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-action-for-action-input-check.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-action-for-action-input-check.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-action-for-action-input-check.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="NAME" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="1" action-nominal-time="2009-02-01T23:59Z" action-actual-time="2010-10-01T00:00Z">
   <controls>
@@ -50,4 +53,4 @@
       </configuration>
     </workflow>
   </action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-action-get.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-action-get.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-action-get.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-action-get.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="1" action-nominal-time="2009-12-15T01:00Z" action-actual-time="2010-10-01T00:00Z">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-action-start-escape-strings.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-action-start-escape-strings.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-action-start-escape-strings.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-action-start-escape-strings.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="1" action-nominal-time="2009-12-15T01:00Z" action-actual-time="2010-10-01T00:00Z">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-job-bundle-negative.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-job-bundle-negative.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-job-bundle-negative.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-job-bundle-negative.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app name="COORD-TEST" frequency="${coord:days(1)}"
 	start="${START_TIME_XXX}" end="${END_TIME_YYY}" timezone="UTC"
@@ -56,4 +59,4 @@
 			</configuration>
 		</workflow>
 	</action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-job-bundle.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-job-bundle.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-job-bundle.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-job-bundle.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app name="COORD-TEST" frequency="${coord:days(1)}"
 	start="${START_TIME}" end="${END_TIME}" timezone="UTC"
@@ -56,4 +59,4 @@
 			</configuration>
 		</workflow>
 	</action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-job-for-action-input-check.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-job-for-action-input-check.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-job-for-action-input-check.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-job-for-action-input-check.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns='uri:oozie:coordinator:0.2' name='NAME'
 	frequency="1" start='2009-02-01T01:00Z' end='2009-02-03T23:59Z'
@@ -56,4 +59,4 @@
 			</configuration>
 		</workflow>
 	</action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-job-get.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-job-get.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-job-get.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-job-get.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" start="2009-12-15T01:00Z" end="2009-12-17T01:00Z" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-matLookup-trigger.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-matLookup-trigger.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-matLookup-trigger.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-matLookup-trigger.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" start="#start" end="#end" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE">
         <controls>
@@ -23,4 +26,4 @@
         	<app-path>hdfs:///tmp/workflows/</app-path>
         	</workflow>
         </action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-matd-job.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-matd-job.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-matd-job.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-matd-job.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns='uri:oozie:coordinator:0.2'
 	xmlns:sla='uri:oozie:sla:0.1' name='NAME' frequency="5"
@@ -39,4 +42,4 @@
 			<sla:se-contact>abc@yahoo.com</sla:se-contact>
 		</sla:info>
 	</action>
-</coordinator-app>
\ No newline at end of file
+</coordinator-app>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-rerun-action1.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-rerun-action1.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-rerun-action1.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-rerun-action1.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="1" action-nominal-time="2009-12-15T01:00Z" action-actual-time="2010-10-01T00:00Z">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-rerun-action2.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-rerun-action2.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-rerun-action2.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-rerun-action2.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="2" action-nominal-time="2009-12-16T01:00Z" action-actual-time="2010-10-01T00:00Z">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-rerun-action3.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-rerun-action3.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-rerun-action3.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-rerun-action3.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE" instance-number="1" action-nominal-time="2009-12-15T01:00Z" action-actual-time="2010-10-01T00:00Z">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/coord-rerun-job.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/coord-rerun-job.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/coord-rerun-job.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/coord-rerun-job.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <coordinator-app xmlns="uri:oozie:coordinator:0.2" name="COORD-TEST" frequency="1" start="2009-12-15T01:00Z" end="2009-12-17T01:00Z" timezone="UTC" freq_timeunit="DAY" end_of_duration="NONE">
   <controls>

Modified: incubator/oozie/trunk/core/src/test/resources/failover-fs-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/failover-fs-wf.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/failover-fs-wf.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/failover-fs-wf.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="failover-fs-wf">
     <start to="fs"/>

Modified: incubator/oozie/trunk/core/src/test/resources/hadoop-site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/hadoop-site.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/hadoop-site.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/hadoop-site.xml Tue Sep 13 20:41:27 2011
@@ -1,18 +1,20 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <!-- Dummy file for Pig not to fail during tests with minicluster -->
 <!-- because there is no hadoop-site.xml nor core-site.xml        -->
 

Modified: incubator/oozie/trunk/core/src/test/resources/mysql-oozie-site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/mysql-oozie-site.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/mysql-oozie-site.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/mysql-oozie-site.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <!--
   Copyright (c) 2010 Yahoo! Inc. All rights reserved.

Modified: incubator/oozie/trunk/core/src/test/resources/oozie-site-instrumentation.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/oozie-site-instrumentation.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/oozie-site-instrumentation.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/oozie-site-instrumentation.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/oozie-site-with-security.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/oozie-site-with-security.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/oozie-site-with-security.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/oozie-site-with-security.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/oozie-site1.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/oozie-site1.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/oozie-site1.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/oozie-site1.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
 </configuration>

Modified: incubator/oozie/trunk/core/src/test/resources/oozie-site2.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/oozie-site2.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/oozie-site2.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/oozie-site2.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/oozie-sitealternate.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/oozie-sitealternate.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/oozie-sitealternate.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/oozie-sitealternate.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/postgresql-oozie-site.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/postgresql-oozie-site.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/postgresql-oozie-site.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/postgresql-oozie-site.xml Tue Sep 13 20:41:27 2011
@@ -1,4 +1,21 @@
 <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <!--
   Copyright (c) 2010 Yahoo! Inc. All rights reserved.

Modified: incubator/oozie/trunk/core/src/test/resources/recovery-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/recovery-wf.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/recovery-wf.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/recovery-wf.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="recovery-el-wf">
     <start to="hadoop"/>

Modified: incubator/oozie/trunk/core/src/test/resources/rerun-el-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/rerun-el-wf.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/rerun-el-wf.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/rerun-el-wf.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="recovery-el-wf">
     <start to="hdfs11"/>

Modified: incubator/oozie/trunk/core/src/test/resources/rerun-elerr-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/rerun-elerr-wf.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/rerun-elerr-wf.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/rerun-elerr-wf.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="recovery-el-wf">
     <start to="hdfs11"/>

Modified: incubator/oozie/trunk/core/src/test/resources/rerun-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/rerun-wf.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/rerun-wf.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/rerun-wf.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="recovery-wf">
     <start to="fs1"/>

Modified: incubator/oozie/trunk/core/src/test/resources/test-oozie-default.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/test-oozie-default.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/test-oozie-default.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/test-oozie-default.xml Tue Sep 13 20:41:27 2011
@@ -1,19 +1,21 @@
 <?xml version="1.0"?>
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
-
 <configuration>
 
     <property>

Modified: incubator/oozie/trunk/core/src/test/resources/wf-credentials.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/wf-credentials.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/wf-credentials.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/wf-credentials.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.2.5" name="test-wf-cred">
     <credentials>

Modified: incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-invalid.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-invalid.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-invalid.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-invalid.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="test-wf">
 

Modified: incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid-user-retry.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid-user-retry.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid-user-retry.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid-user-retry.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.3" name="test-wf">
 

Modified: incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/wf-ext-schema-valid.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="test-wf">
 

Modified: incubator/oozie/trunk/core/src/test/resources/wf-loop1-invalid.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/src/test/resources/wf-loop1-invalid.xml?rev=1170339&r1=1170338&r2=1170339&view=diff
==============================================================================
--- incubator/oozie/trunk/core/src/test/resources/wf-loop1-invalid.xml (original)
+++ incubator/oozie/trunk/core/src/test/resources/wf-loop1-invalid.xml Tue Sep 13 20:41:27 2011
@@ -1,16 +1,19 @@
 <!--
-  Copyright (c) 2010 Yahoo! Inc. All rights reserved.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+       http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
+  limitations under the License.
 -->
 <workflow-app xmlns="uri:oozie:workflow:0.1" name="test-wf">
     <start to="a"/>