Author: rmannibucau
Date: Sun Jul  1 18:40:24 2012
New Revision: 1355977

URL: http://svn.apache.org/viewvc?rev=1355977&view=rev
Log:
headers in xml, html and java

Modified:
    openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/pom.xml
    
openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/src/test/java/org/apache/openejb/arquillian/openejb/LifecycleTest.java
    
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.java
    
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.java
    
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/rules/CheckRestMethodArePublic.java
    
openejb/trunk/openejb/container/openejb-junit/src/test/resources/META-INF/beans.xml
    
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
    
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
    
openejb/trunk/openejb/examples/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
    
openejb/trunk/openejb/examples/datasource-definition/src/main/resources/META-INF/beans.xml
    
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
    
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/my-app-config.properties
    
openejb/trunk/openejb/examples/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
    
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/META-INF/beans.xml
    
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
    openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/conf/tomee.xml
    
openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
    
openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/WEB-INF/web.xml
    openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/index.jsp
    
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
    
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
    
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
    
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
    
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml
    openejb/trunk/openejb/maven/tomee-embedded-maven-plugin/pom.xml
    openejb/trunk/openejb/rat.xml
    
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEContainerListener.java
    
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/event/AfterApplicationCreated.java
    openejb/trunk/openejb/tomee/tomee-jaxrs-webapp/pom.xml
    openejb/trunk/openejb/tomee/tomee-jaxrs/pom.xml
    openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/index.html

Modified: openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/pom.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/pom.xml 
(original)
+++ openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/pom.xml Sun 
Jul  1 18:40:24 2012
@@ -1,4 +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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Modified: 
openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/src/test/java/org/apache/openejb/arquillian/openejb/LifecycleTest.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/src/test/java/org/apache/openejb/arquillian/openejb/LifecycleTest.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/src/test/java/org/apache/openejb/arquillian/openejb/LifecycleTest.java
 (original)
+++ 
openejb/trunk/openejb/arquillian/arquillian-openejb-embedded-4/src/test/java/org/apache/openejb/arquillian/openejb/LifecycleTest.java
 Sun Jul  1 18:40:24 2012
@@ -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.arquillian.openejb;
 
 import java.net.URLClassLoader;

Modified: 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.java
 (original)
+++ 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerAfterApplicationCreated.java
 Sun Jul  1 18:40:24 2012
@@ -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.assembler.classic.event;
 
 import org.apache.openejb.assembler.classic.AppInfo;

Modified: 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.java
 (original)
+++ 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/event/AssemblerBeforeApplicationDestroyed.java
 Sun Jul  1 18:40:24 2012
@@ -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.assembler.classic.event;
 
 import org.apache.openejb.assembler.classic.AppInfo;

Modified: 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/rules/CheckRestMethodArePublic.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/rules/CheckRestMethodArePublic.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/rules/CheckRestMethodArePublic.java
 (original)
+++ 
openejb/trunk/openejb/container/openejb-core/src/main/java/org/apache/openejb/config/rules/CheckRestMethodArePublic.java
 Sun Jul  1 18:40:24 2012
@@ -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.config.rules;
 
 import org.apache.openejb.config.AppModule;

Modified: 
openejb/trunk/openejb/container/openejb-junit/src/test/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/container/openejb-junit/src/test/resources/META-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/container/openejb-junit/src/test/resources/META-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/container/openejb-junit/src/test/resources/META-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
 (original)
+++ 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
 Sun Jul  1 18:40:24 2012
@@ -1,4 +1,22 @@
 <?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.
+-->
 <Server port="8005" shutdown="SHUTDOWN">
   <Listener className="org.apache.tomee.catalina.ServerListener" />
   <Listener className="org.apache.catalina.security.SecurityListener" />

Modified: 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/datasource-definition/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/datasource-definition/src/main/resources/META-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/datasource-definition/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/datasource-definition/src/main/resources/META-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/META-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -1,4 +1,22 @@
+<?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.
+-->
 <beans 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/beans_1_0.xsd"; />
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/my-app-config.properties
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/my-app-config.properties?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/my-app-config.properties
 (original)
+++ 
openejb/trunk/openejb/examples/deltaspike-configproperty/src/main/resources/my-app-config.properties
 Sun Jul  1 18:40:24 2012
@@ -1,3 +1,23 @@
+#
+#
+#    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.
+#
+#
 # this config file is hooked up through a custom ConfigSource
 # (see org.superbiz.deltaspike.config.MyConfigSource)
 loop.size = 10

Modified: 
openejb/trunk/openejb/examples/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/META-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/META-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/META-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/META-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
 (original)
+++ 
openejb/trunk/openejb/examples/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
 Sun Jul  1 18:40:24 2012
@@ -1 +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.
+#
 openejb.and.deltaspike = OpenEJB and DeltaSpike are cool products!

Modified: 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/conf/tomee.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/conf/tomee.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/conf/tomee.xml 
(original)
+++ openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/conf/tomee.xml 
Sun Jul  1 18:40:24 2012
@@ -1,3 +1,22 @@
+<?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.
+-->
 <tomee>
   <Resource id="myDataSource" type="DataSource" /> <!-- configure it -->
 </tomee>
\ No newline at end of file

Modified: 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
 (original)
+++ 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
 Sun Jul  1 18:40:24 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.
+--
 create table users (user_name varchar(15) not null primary key, user_pass 
varchar(15) not null);
 create table user_roles (user_name varchar(15) not null, role_name varchar(15) 
not null, primary key (user_name, role_name));
 insert into users(user_name, user_pass) values('tomee', 'tomee');

Modified: 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/WEB-INF/web.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/WEB-INF/web.xml 
(original)
+++ 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/WEB-INF/web.xml 
Sun Jul  1 18:40:24 2012
@@ -1,4 +1,22 @@
 <?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 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";

Modified: 
openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/index.jsp
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/index.jsp?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/index.jsp 
(original)
+++ openejb/trunk/openejb/examples/realm-in-tomee/src/main/webapp/index.jsp Sun 
Jul  1 18:40:24 2012
@@ -1,3 +1,21 @@
+<!--
+
+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.
+
+-->
 <html>
     <head>
         <title>Realm In TomEE</title>

Modified: 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
 (original)
+++ 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
 Sun Jul  1 18:40:24 2012
@@ -0,0 +1,22 @@
+<?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.
+-->
+<beans 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/beans_1_0.xsd"; />

Modified: 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
openejb/trunk/openejb/examples/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
 Sun Jul  1 18:40:24 2012
@@ -1,4 +1,22 @@
 <?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 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";

Modified: 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
 (original)
+++ 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
 Sun Jul  1 18:40:24 2012
@@ -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.superbiz.ws.pojo;
 
 import javax.annotation.Resource;

Modified: 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
 (original)
+++ 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
 Sun Jul  1 18:40:24 2012
@@ -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.superbiz.ws.pojo;
 
 import javax.jws.WebService;

Modified: 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
openejb/trunk/openejb/examples/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml
 Sun Jul  1 18:40:24 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more

Modified: openejb/trunk/openejb/maven/tomee-embedded-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/maven/tomee-embedded-maven-plugin/pom.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/maven/tomee-embedded-maven-plugin/pom.xml (original)
+++ openejb/trunk/openejb/maven/tomee-embedded-maven-plugin/pom.xml Sun Jul  1 
18:40:24 2012
@@ -1,4 +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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Modified: openejb/trunk/openejb/rat.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/rat.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/rat.xml (original)
+++ openejb/trunk/openejb/rat.xml Sun Jul  1 18:40:24 2012
@@ -36,11 +36,12 @@
           <exclude name="**/README.md"/>
           <exclude name="**/README.mdtext"/>
 
-          <exclude 
name="arquillian-tomee/arquillian-tomee-embedded/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
-          <exclude 
name="arquillian-tomee/arquillian-tomee-remote/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
-          <exclude 
name="arquillian-tomee/arquillian-tomee-tests/src/test/resources/org/apache/openejb/arquillian/tests/jaxrs/foo"/>
-          <exclude 
name="arquillian-tomee/arquillian-tomee-tests/src/test/resources/test.getresources"/>
-          <exclude 
name="arquillian-tomee/arquillian-tomee-webapp-remote/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.core.spi.LoadableExtension"/>
+          <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/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="container/openejb-core/src/main/resources/default.exclusions"/>
           <exclude 
name="container/openejb-core/src/test/resources/META-INF/services/javax.validation.spi.ValidationProvider"/>
           <exclude 
name="osgi/openejb-core-osgi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension"/>
@@ -59,6 +60,8 @@
           <exclude name="examples/webapps/rest-example/TODO"/>
           <exclude name="container/openejb-jee/src/main/xsdlist/xsdlist.txt"/>
           <exclude 
name="tomee/tomee-mojarra/src/main/resources/META-INF/services/com.sun.faces.spi.injectionprovider"
 />
+          <exclude 
name="examples/deltaspike-configproperty/src/main/resources/META-INF/services/org.apache.deltaspike.core.spi.config.ConfigSourceProvider"
 />
+          <exclude 
name="tomee/tomee-webapp/src/main/webapp/lib/jquery/jquery-1.7.2.min.js" /> 
<!-- minimize so ignored -->
 
           <!-- user-owned config files.  see httpds default.httpd.conf for 
precident --> 
           <exclude name="**/default.openejb.conf"/> 

Modified: 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEContainerListener.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEContainerListener.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEContainerListener.java
 (original)
+++ 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEContainerListener.java
 Sun Jul  1 18:40:24 2012
@@ -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.tomee.catalina;
 
 import org.apache.catalina.ContainerEvent;

Modified: 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/event/AfterApplicationCreated.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/event/AfterApplicationCreated.java?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/event/AfterApplicationCreated.java
 (original)
+++ 
openejb/trunk/openejb/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/event/AfterApplicationCreated.java
 Sun Jul  1 18:40:24 2012
@@ -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.tomee.catalina.event;
 
 import org.apache.openejb.assembler.classic.AppInfo;

Modified: openejb/trunk/openejb/tomee/tomee-jaxrs-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-jaxrs-webapp/pom.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/tomee/tomee-jaxrs-webapp/pom.xml (original)
+++ openejb/trunk/openejb/tomee/tomee-jaxrs-webapp/pom.xml Sun Jul  1 18:40:24 
2012
@@ -1,4 +1,22 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Modified: openejb/trunk/openejb/tomee/tomee-jaxrs/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-jaxrs/pom.xml?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/tomee/tomee-jaxrs/pom.xml (original)
+++ openejb/trunk/openejb/tomee/tomee-jaxrs/pom.xml Sun Jul  1 18:40:24 2012
@@ -1,4 +1,22 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

Modified: openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/index.html
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/index.html?rev=1355977&r1=1355976&r2=1355977&view=diff
==============================================================================
--- openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/index.html 
(original)
+++ openejb/trunk/openejb/tomee/tomee-webapp/src/main/webapp/index.html Sun Jul 
 1 18:40:24 2012
@@ -1,5 +1,20 @@
-
 <!DOCTYPE html>
+<!--
+   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.
+-->
 <html lang="en">
 <head>
     <meta charset="utf-8">


Reply via email to