You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2013/02/04 22:24:43 UTC

svn commit: r1442370 - in /oozie/branches/branch-3.3: core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java release-log.txt

Author: rkanter
Date: Mon Feb  4 21:24:42 2013
New Revision: 1442370

URL: http://svn.apache.org/viewvc?rev=1442370&view=rev
Log:
OOZIE-1206 Add license headers to TestCoordActionNotificationXCommand.java and TestNotificationXCommand.java in branch-3.3 (rkanter)

Modified:
    oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
    oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java?rev=1442370&r1=1442369&r2=1442370&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java (original)
+++ oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/coord/TestCoordActionNotificationXCommand.java Mon Feb  4 21:24:42 2013
@@ -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.
+ */
 package org.apache.oozie.command.coord;
 
 import org.apache.oozie.CoordinatorActionBean;

Modified: oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java?rev=1442370&r1=1442369&r2=1442370&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java (original)
+++ oozie/branches/branch-3.3/core/src/test/java/org/apache/oozie/command/wf/TestNotificationXCommand.java Mon Feb  4 21:24:42 2013
@@ -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.
+ */
 package org.apache.oozie.command.wf;
 
 import org.apache.oozie.WorkflowJobBean;

Modified: oozie/branches/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442370&r1=1442369&r2=1442370&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 21:24:42 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 release
 
+OOZIE-1206 Add license headers to TestCoordActionNotificationXCommand.java and TestNotificationXCommand.java in branch-3.3 (rkanter)
 OOZIE-1179 coord action in WAITING when no definition of dataset in coord job xml (mona)
 OOZIE-1194 test-patch shouldn't run the testHive profile because it not longer exists (rkanter)
 OOZIE-1193 upgrade jython to 2.5.3 for Pig in Oozie due to jython 2.5.0 legal issues (bowenzhangusa via rkanter)