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/14 01:15:28 UTC

svn commit: r1170384 - in /incubator/oozie/trunk: ./ distro/src/main/tomcat/ distro/src/main/tomcat/ROOT/WEB-INF/ examples/src/main/apps/bundle/ examples/src/main/apps/custom-main/ examples/src/main/apps/datelist-java-main/ examples/src/main/apps/demo/...

Author: kamrul
Date: Tue Sep 13 23:15:27 2011
New Revision: 1170384

URL: http://svn.apache.org/viewvc?rev=1170384&view=rev
Log:
Adding Apache License 2.0 other xml files

Modified:
    incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml
    incubator/oozie/trunk/distro/src/main/tomcat/server.xml
    incubator/oozie/trunk/examples/src/main/apps/bundle/bundle.xml
    incubator/oozie/trunk/examples/src/main/apps/custom-main/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/demo/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/hadoop-el/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/java-main/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/map-reduce/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/no-op/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/pig/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/streaming/workflow.xml
    incubator/oozie/trunk/examples/src/main/apps/subwf/workflow.xml
    incubator/oozie/trunk/examples/src/test/resources/localoozieexample-wf.xml
    incubator/oozie/trunk/pom.xml
    incubator/oozie/trunk/sharelib/pom.xml
    incubator/oozie/trunk/src/main/assemblies/client.xml
    incubator/oozie/trunk/src/main/assemblies/distro.xml
    incubator/oozie/trunk/src/main/assemblies/docs.xml
    incubator/oozie/trunk/src/main/assemblies/empty.xml
    incubator/oozie/trunk/src/main/assemblies/examples.xml
    incubator/oozie/trunk/src/main/assemblies/sharelib.xml
    incubator/oozie/trunk/webapp/pom.xml
    incubator/oozie/trunk/webapp/src/main/webapp/META-INF/context.xml
    incubator/oozie/trunk/webapp/src/main/webapp/WEB-INF/web.xml

Modified: incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml (original)
+++ incubator/oozie/trunk/distro/src/main/tomcat/ROOT/WEB-INF/web.xml Tue Sep 13 23:15:27 2011
@@ -1,3 +1,20 @@
+<!--
+  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 version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one

Modified: incubator/oozie/trunk/distro/src/main/tomcat/server.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/distro/src/main/tomcat/server.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/distro/src/main/tomcat/server.xml (original)
+++ incubator/oozie/trunk/distro/src/main/tomcat/server.xml Tue Sep 13 23:15:27 2011
@@ -1,3 +1,20 @@
+<!--
+  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 version='1.0' encoding='utf-8'?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one

Modified: incubator/oozie/trunk/examples/src/main/apps/bundle/bundle.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/bundle/bundle.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/bundle/bundle.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/bundle/bundle.xml Tue Sep 13 23:15: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-app' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='uri:oozie:bundle:0.1'>
           <coordinator name='coord-1'>

Modified: incubator/oozie/trunk/examples/src/main/apps/custom-main/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/custom-main/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/custom-main/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/custom-main/workflow.xml Tue Sep 13 23:15: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" name="custom-main-wf">
     <start to="mr-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/datelist-java-main/workflow.xml Tue Sep 13 23:15:27 2011
@@ -6,9 +6,9 @@
   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
-
+  
+       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.

Modified: incubator/oozie/trunk/examples/src/main/apps/demo/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/demo/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/demo/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/demo/workflow.xml Tue Sep 13 23:15: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" name="demo-wf">
 

Modified: incubator/oozie/trunk/examples/src/main/apps/hadoop-el/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/hadoop-el/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/hadoop-el/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/hadoop-el/workflow.xml Tue Sep 13 23:15: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" name="hadoop-el-wf">
     <start to="mr-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/java-main/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/java-main/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/java-main/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/java-main/workflow.xml Tue Sep 13 23:15: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" name="java-main-wf">
     <start to="java-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/map-reduce/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/map-reduce/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/map-reduce/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/map-reduce/workflow.xml Tue Sep 13 23:15: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" name="map-reduce-wf">
     <start to="mr-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/no-op/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/no-op/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/no-op/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/no-op/workflow.xml Tue Sep 13 23:15: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" name="no-op-wf">
     <start to="end"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/pig/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/pig/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/pig/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/pig/workflow.xml Tue Sep 13 23:15: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" name="pig-wf">
     <start to="pig-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/streaming/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/streaming/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/streaming/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/streaming/workflow.xml Tue Sep 13 23:15: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" name="streaming-wf">
     <start to="streaming-node"/>

Modified: incubator/oozie/trunk/examples/src/main/apps/subwf/workflow.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/main/apps/subwf/workflow.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/main/apps/subwf/workflow.xml (original)
+++ incubator/oozie/trunk/examples/src/main/apps/subwf/workflow.xml Tue Sep 13 23:15: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" name="subwf-wf">
     <start to="subworkflow-node"/>

Modified: incubator/oozie/trunk/examples/src/test/resources/localoozieexample-wf.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/src/test/resources/localoozieexample-wf.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/src/test/resources/localoozieexample-wf.xml (original)
+++ incubator/oozie/trunk/examples/src/test/resources/localoozieexample-wf.xml Tue Sep 13 23:15: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="localoozieexample-wf">
     <start to="d"/>

Modified: incubator/oozie/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Tue Sep 13 23:15: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/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/sharelib/pom.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/sharelib/pom.xml (original)
+++ incubator/oozie/trunk/sharelib/pom.xml Tue Sep 13 23:15: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/src/main/assemblies/client.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/client.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/client.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/client.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>client</id>

Modified: incubator/oozie/trunk/src/main/assemblies/distro.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/distro.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/distro.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/distro.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>distro</id>

Modified: incubator/oozie/trunk/src/main/assemblies/docs.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/docs.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/docs.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/docs.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>docs</id>

Modified: incubator/oozie/trunk/src/main/assemblies/empty.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/empty.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/empty.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/empty.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>empty</id>

Modified: incubator/oozie/trunk/src/main/assemblies/examples.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/examples.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/examples.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/examples.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>examples</id>

Modified: incubator/oozie/trunk/src/main/assemblies/sharelib.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/src/main/assemblies/sharelib.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/src/main/assemblies/sharelib.xml (original)
+++ incubator/oozie/trunk/src/main/assemblies/sharelib.xml Tue Sep 13 23:15: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.
 -->
 <assembly>
     <id>sharelib</id>

Modified: incubator/oozie/trunk/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/webapp/pom.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/webapp/pom.xml (original)
+++ incubator/oozie/trunk/webapp/pom.xml Tue Sep 13 23:15: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/webapp/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/webapp/src/main/webapp/META-INF/context.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/webapp/src/main/webapp/META-INF/context.xml (original)
+++ incubator/oozie/trunk/webapp/src/main/webapp/META-INF/context.xml Tue Sep 13 23:15: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.
 -->
 <Context path="/oozie">
 </Context>

Modified: incubator/oozie/trunk/webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/webapp/src/main/webapp/WEB-INF/web.xml?rev=1170384&r1=1170383&r2=1170384&view=diff
==============================================================================
--- incubator/oozie/trunk/webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/oozie/trunk/webapp/src/main/webapp/WEB-INF/web.xml Tue Sep 13 23:15: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.
 -->
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">