Add missing license header

git-svn-id: https://svn.apache.org/repos/asf/onami/trunk@1610206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/BaseMultiplePuTest.java b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/BaseMultiplePuTest.java
index 74e5c0f..83faa47 100644
--- a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/BaseMultiplePuTest.java
+++ b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/BaseMultiplePuTest.java
@@ -1,5 +1,22 @@
 package org.apache.onami.persist.test.multipersistenceunits;
 
+/*
+ * 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.
+ */
+
 import com.google.inject.Guice;
 import com.google.inject.Injector;
 import com.google.inject.Key;
diff --git a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/FirstPU.java b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/FirstPU.java
index a37bf2a..c9c3716 100644
--- a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/FirstPU.java
+++ b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/FirstPU.java
@@ -1,5 +1,22 @@
 package org.apache.onami.persist.test.multipersistenceunits;
 
+/*
+ * 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.
+ */
+
 import javax.inject.Qualifier;
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
diff --git a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/SecondPU.java b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/SecondPU.java
index c0f0b8d..3f3caf6 100644
--- a/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/SecondPU.java
+++ b/persist/src/test/java/org/apache/onami/persist/test/multipersistenceunits/SecondPU.java
@@ -1,5 +1,22 @@
 package org.apache.onami.persist.test.multipersistenceunits;
 
+/*
+ * 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.
+ */
+
 import javax.inject.Qualifier;
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
diff --git a/test/src/test/java/org/apache/onami/test/OnamiSuiteTest.java b/test/src/test/java/org/apache/onami/test/OnamiSuiteTest.java
index e133f9b..5efdd05 100644
--- a/test/src/test/java/org/apache/onami/test/OnamiSuiteTest.java
+++ b/test/src/test/java/org/apache/onami/test/OnamiSuiteTest.java
@@ -1,5 +1,22 @@
 package org.apache.onami.test;
 
+/*
+ * 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.
+ */
+
 import org.junit.runner.RunWith;
 import org.junit.runners.Suite.SuiteClasses;