missing headers
diff --git a/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java b/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
index e0ff032..52b4eaf 100644
--- a/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
+++ b/container/openejb-core/src/test/java/org/apache/openejb/cdi/AppScopeInitEventTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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.openejb.cdi;
 
 import org.apache.openejb.junit.ApplicationComposer;
diff --git a/pom.xml b/pom.xml
index c3f8dec..a1e673f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
               <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
               <excludes>
                 <exclude>**/target/**/*</exclude>
-		<exclude>/**/js/livereload.js</exclude>
+		<exclude>**/js/livereload.js</exclude>
 
                 <!-- left around after creating the site -->
                 <exclude>**/cobertura.ser</exclude>
diff --git a/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java b/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
index 309498d..b38eabf 100644
--- a/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
+++ b/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/part/CommonsFileUploadPartFactory.java
@@ -1,3 +1,19 @@
+/*
+ * 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.openejb.server.httpd.part;
 
 import org.apache.commons.fileupload.FileItem;
diff --git a/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java b/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
index f1578a2..5ae2742 100644
--- a/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
+++ b/server/openejb-http/src/test/java/org/apache/openejb/server/httpd/AppScopeInitEventTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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.openejb.server.httpd;
 
 import org.apache.openejb.junit.ApplicationComposer;