Author: rmannibucau
Date: Wed Mar 13 16:02:33 2013
New Revision: 1456014

URL: http://svn.apache.org/r1456014
Log:
missing headers

Modified:
    
tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/util/doc/Revisit.java
    
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/testng/TestNGAppComposerTest.java
    
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/util/PropertyPlaceHolderTest.java
    
tomee/tomee/trunk/container/openejb-jee-accessors/src/test/resources/ejb-jar-example1.xml
    
tomee/tomee/trunk/container/openejb-jee/src/test/resources/ejb-jar-example1.xml
    tomee/tomee/trunk/examples/moviefun/src/main/webapp/WEB-INF/web.xml
    tomee/tomee/trunk/examples/moviefun/src/main/webapp/assets/css/movie.css
    
tomee/tomee/trunk/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractSynchronizable.java
    tomee/tomee/trunk/rat.xml
    
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/InstallationEnrichers.java
    
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/SimpleTomEEFormatter.java

Modified: 
tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/util/doc/Revisit.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/util/doc/Revisit.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/util/doc/Revisit.java
 (original)
+++ 
tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/util/doc/Revisit.java
 Wed Mar 13 16:02:33 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.openejb.util.doc;
 
 import java.lang.annotation.Retention;

Modified: 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/testng/TestNGAppComposerTest.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/testng/TestNGAppComposerTest.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/testng/TestNGAppComposerTest.java
 (original)
+++ 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/testng/TestNGAppComposerTest.java
 Wed Mar 13 16:02:33 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.openejb.testng;
 
 import org.apache.openejb.OpenEJB;

Modified: 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/util/PropertyPlaceHolderTest.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/util/PropertyPlaceHolderTest.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/util/PropertyPlaceHolderTest.java
 (original)
+++ 
tomee/tomee/trunk/container/openejb-core/src/test/java/org/apache/openejb/util/PropertyPlaceHolderTest.java
 Wed Mar 13 16:02:33 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.openejb.util;
 
 import org.apache.openejb.loader.SystemInstance;

Modified: 
tomee/tomee/trunk/container/openejb-jee-accessors/src/test/resources/ejb-jar-example1.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-jee-accessors/src/test/resources/ejb-jar-example1.xml?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-jee-accessors/src/test/resources/ejb-jar-example1.xml
 (original)
+++ 
tomee/tomee/trunk/container/openejb-jee-accessors/src/test/resources/ejb-jar-example1.xml
 Wed Mar 13 16:02:33 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"; metadata-complete="true" 
version="3.0">
     <description>String</description>
     <display-name>token</display-name>

Modified: 
tomee/tomee/trunk/container/openejb-jee/src/test/resources/ejb-jar-example1.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/container/openejb-jee/src/test/resources/ejb-jar-example1.xml?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/container/openejb-jee/src/test/resources/ejb-jar-example1.xml 
(original)
+++ 
tomee/tomee/trunk/container/openejb-jee/src/test/resources/ejb-jar-example1.xml 
Wed Mar 13 16:02:33 2013
@@ -1,4 +1,20 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  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.
+-->
 <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"; metadata-complete="true" 
version="3.0">
     <description>String</description>
     <display-name>token</display-name>

Modified: tomee/tomee/trunk/examples/moviefun/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/moviefun/src/main/webapp/WEB-INF/web.xml?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/moviefun/src/main/webapp/WEB-INF/web.xml 
(original)
+++ tomee/tomee/trunk/examples/moviefun/src/main/webapp/WEB-INF/web.xml Wed Mar 
13 16:02:33 2013
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+
 <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
        <welcome-file-list>
                <welcome-file>index.jsp</welcome-file>

Modified: 
tomee/tomee/trunk/examples/moviefun/src/main/webapp/assets/css/movie.css
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/moviefun/src/main/webapp/assets/css/movie.css?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/moviefun/src/main/webapp/assets/css/movie.css 
(original)
+++ tomee/tomee/trunk/examples/moviefun/src/main/webapp/assets/css/movie.css 
Wed Mar 13 16:02:33 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.
+ */
+
 .movie-input-form {
        padding: 20px;
        background-color: #EEE;

Modified: 
tomee/tomee/trunk/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractSynchronizable.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractSynchronizable.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractSynchronizable.java
 (original)
+++ 
tomee/tomee/trunk/maven/tomee-maven-plugin/src/main/java/org/apache/openejb/maven/plugin/AbstractSynchronizable.java
 Wed Mar 13 16:02:33 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.openejb.maven.plugin;
 
 import java.io.File;

Modified: tomee/tomee/trunk/rat.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/rat.xml?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- tomee/tomee/trunk/rat.xml (original)
+++ tomee/tomee/trunk/rat.xml Wed Mar 13 16:02:33 2013
@@ -41,11 +41,13 @@
 
           <exclude 
name="assembly/openejb-standalone/src/main/resources/service.readme.txt"/>
           <exclude 
name="arquillian/arquillian-tomee-embedded/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
+          <exclude 
name="arquillian/arquillian-tomee-embedded/src/main/resources/META-INF/services/org.jboss.arquillian.container.test.spi.RemoteLoadableExtension"
 />
           <exclude 
name="arquillian/arquillian-tomee-remote/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
           <exclude 
name="arquillian/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/jaxrs/foo"/>
           <exclude 
name="arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/test.getresources"/>
           <exclude 
name="arquillian/arquillian-tomee-webapp-remote/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
           <exclude 
name="arquillian/arquillian-openejb-embedded-4/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"
 />
+          <exclude 
name="arquillian/arquillian-openejb-embedded-4/src/main/resources/META-INF/services/cucumber.runtime.io.ResourceIteratorFactory"
 />
           <exclude name="container/openejb-jee/src/main/xsdlist/xsdlist.txt"/>
           <exclude 
name="container/openejb-core/src/main/resources/default.exclusions"/>
           <exclude 
name="container/openejb-core/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider"/>
@@ -71,9 +73,11 @@
           <exclude 
name="tomee/tomee-embedded/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider"/>
           <exclude 
name="tomee/tomee-embedded/src/main/resources/META-INF/services/org.apache.webbeans.spi.plugins.OpenWebBeansPlugin"/>
           <exclude 
name="tomee/tomee-myfaces/src/main/resources/META-INF/services/org.apache.myfaces.spi.AnnotationProviderFactory"/>
+          <exclude 
name="tomee/tomee-myfaces/src/main/resources/META-INF/services/org.apache.myfaces.spi.FacesConfigurationProviderFactory"
 />
           <exclude 
name="tomee/tomee-myfaces/src/main/resources/META-INF/services/org.apache.myfaces.spi.FacesConfigResourceProviderFactory"/>
           <exclude 
name="tomee/tomee-mojarra/src/main/resources/META-INF/services/com.sun.faces.spi.injectionprovider"
 />
           <exclude 
name="tomee/tomee-jdbc/src/test/resources/META-INF/org.apache.openejb.resource.jdbc.cipher.PasswordCipher/Mock"
 />
+          <exclude 
name="tomee/tomee-webapp/src/main/webapp/app/lib/require/**" />
           <exclude 
name="tomee/tomee-webapp/src/main/webapp/app/lib/bootstrap/**" /> 
           <exclude 
name="tomee/tomee-webapp/src/main/webapp/app/lib/codemirror/**" /> 
           <exclude 
name="tomee/tomee-webapp/src/main/webapp/app/lib/handlebars/**" /> 

Modified: 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/InstallationEnrichers.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/InstallationEnrichers.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/InstallationEnrichers.java
 (original)
+++ 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/InstallationEnrichers.java
 Wed Mar 13 16:02:33 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.tomee.util;
 
 import org.apache.openejb.loader.Files;

Modified: 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/SimpleTomEEFormatter.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/SimpleTomEEFormatter.java?rev=1456014&r1=1456013&r2=1456014&view=diff
==============================================================================
--- 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/SimpleTomEEFormatter.java
 (original)
+++ 
tomee/tomee/trunk/tomee/tomee-util/src/main/java/org/apache/tomee/util/SimpleTomEEFormatter.java
 Wed Mar 13 16:02:33 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.tomee.util;
 
 import java.io.PrintWriter;


Reply via email to