You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2012/08/03 22:41:33 UTC

svn commit: r1369200 - /sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java

Author: jarcec
Date: Fri Aug  3 20:41:33 2012
New Revision: 1369200

URL: http://svn.apache.org/viewvc?rev=1369200&view=rev
Log:
SQOOP-537. TestMPersistableEntity does not contain license header.

(Abhijeet Gaikwad via Jarek Jarcec Cecho)

Modified:
    sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java

Modified: sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java
URL: http://svn.apache.org/viewvc/sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java?rev=1369200&r1=1369199&r2=1369200&view=diff
==============================================================================
--- sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java (original)
+++ sqoop/branches/sqoop2/common/src/test/java/org/apache/sqoop/model/TestMPersistableEntity.java Fri Aug  3 20:41:33 2012
@@ -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.sqoop.model;
 
 import static org.junit.Assert.*;