You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/25 10:45:29 UTC

svn commit: r1175333 - in /openejb/trunk/openejb3: assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/ container/openejb-jee/src/test/resources/jsf/1_1_dtd/ container/openejb-junit/src/main/resources/META-INF/ co...

Author: dblevins
Date: Sun Sep 25 08:45:28 2011
New Revision: 1175333

URL: http://svn.apache.org/viewvc?rev=1175333&view=rev
Log:
added license headers

Modified:
    openejb/trunk/openejb3/assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/openejb.xml
    openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml
    openejb/trunk/openejb3/container/openejb-junit/src/main/resources/META-INF/default-openejb-test-config.properties
    openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config-method.properties
    openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config.properties
    openejb/trunk/openejb3/container/openejb-osgi/src/main/filtered-resources/features.xml
    openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/webapp/WEB-INF/jetty-web.xml
    openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/resources/Bundle.properties
    openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/META-INF/context.xml
    openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/default.css
    openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/resources/css/jsfcrud.css
    openejb/trunk/openejb3/examples/webapps/moviefun/monitor/src/main/resources/jndi.properties
    openejb/trunk/openejb3/examples/webapps/rest-example/init.sh
    openejb/trunk/openejb3/examples/webapps/rest-example/src/main/webapp/index.html
    openejb/trunk/openejb3/examples/webapps/struts/src/main/webapp/style/layout.css
    openejb/trunk/openejb3/tck/bval-tomee/src/main/tomcat/conf/system.properties

Modified: openejb/trunk/openejb3/assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/openejb.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/openejb.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/openejb.xml (original)
+++ openejb/trunk/openejb3/assembly/openejb-tomcat/tomee-embedded/src/main/resources/org/apache/openejb/tomee/configs/openejb.xml Sun Sep 25 08:45:28 2011
@@ -1,2 +1,19 @@
 <?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.
+-->
 <openejb/>

Modified: openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml (original)
+++ openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml Sun Sep 25 08:45:28 2011
@@ -3,10 +3,21 @@ PUBLIC "-//Sun Microsystems, Inc.//DTD J
 "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
 
 <!--
-   Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
-   SUN PROPRIETARY/CONFIDENTIAL.  Use is subject license terms.
 
-   $ID$
+    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.
 -->
 
 <faces-config>

Modified: openejb/trunk/openejb3/container/openejb-junit/src/main/resources/META-INF/default-openejb-test-config.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-junit/src/main/resources/META-INF/default-openejb-test-config.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-junit/src/main/resources/META-INF/default-openejb-test-config.properties (original)
+++ openejb/trunk/openejb3/container/openejb-junit/src/main/resources/META-INF/default-openejb-test-config.properties Sun Sep 25 08:45:28 2011
@@ -1,2 +1,18 @@
+#
+# 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.
+#
 java.naming.factory.initial=org.apache.openejb.client.LocalInitialContextFactory
 org.apache.openejb.junit.default-config=true
\ No newline at end of file

Modified: openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/ejb-jar.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/ejb-jar.xml Sun Sep 25 08:45:28 2011
@@ -1 +1,19 @@
+<?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/>
\ No newline at end of file

Modified: openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config-method.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config-method.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config-method.properties (original)
+++ openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config-method.properties Sun Sep 25 08:45:28 2011
@@ -1,2 +1,18 @@
+#
+# 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.
+#
 junit.test-new-method-file-property=New Method Value
 junit.test-property-override2=New Method File Value 2

Modified: openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config.properties (original)
+++ openejb/trunk/openejb3/container/openejb-junit/src/test/resources/META-INF/test-config.properties Sun Sep 25 08:45:28 2011
@@ -1,7 +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.
+#
 java.naming.factory.initial=org.apache.openejb.client.LocalInitialContextFactory
 junit.test-property=Test String
 junit.test-property-override=Original Value
 junit.test-property-override2=Original Value 2
 junit.test-property-override3=Original Value 3
- junit.test-property-file-untrimmed = Original Untrimmed Value
+junit.test-property-file-untrimmed = Original Untrimmed Value
 junit.test-property-file-trimmed=Original Trimmed Value

Modified: openejb/trunk/openejb3/container/openejb-osgi/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-osgi/src/main/filtered-resources/features.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-osgi/src/main/filtered-resources/features.xml (original)
+++ openejb/trunk/openejb3/container/openejb-osgi/src/main/filtered-resources/features.xml Sun Sep 25 08:45:28 2011
@@ -1,23 +1,25 @@
 <?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
+    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.
-    -->
-    <!--
-        TODO: Start with hard coded versions. Next step will be to use maven
-        filters
-    -->
+       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.
+-->
+<!--
+    TODO: Start with hard coded versions. Next step will be to use maven
+    filters
+-->
 <features>
     <repository>mvn:org.apache.openejb/openejb-core-osgi/${version}/xml/features</repository>
     <feature name="javaee-api-embedded" version="5.0-2">

Modified: openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/webapp/WEB-INF/jetty-web.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/webapp/WEB-INF/jetty-web.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/webapp/WEB-INF/jetty-web.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/ejb-examples/src/main/webapp/WEB-INF/jetty-web.xml Sun Sep 25 08:45:28 2011
@@ -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.
+-->
 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
   <Get name="securityHandler">
     <Set name="loginService">

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/resources/Bundle.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/resources/Bundle.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/resources/Bundle.properties (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/resources/Bundle.properties Sun Sep 25 08:45:28 2011
@@ -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.
+#
 PersistenceErrorOccured=A persistence error occurred.
 Previous=Previous
 Next=Next

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/META-INF/context.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/META-INF/context.xml?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/META-INF/context.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/META-INF/context.xml Sun Sep 25 08:45:28 2011
@@ -1,2 +1,19 @@
 <?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.
+-->
 <Context antiJARLocking="true" path="/moviefun"/>

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/default.css
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/default.css?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/default.css (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/default.css Sun Sep 25 08:45:28 2011
@@ -1,51 +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.
-
--->
-
+/*
+ *  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.
+ *
+ */
 body, p, td, table, tr, .bodytext, .stepfield {
   font-family: Verdana, arial, sans-serif;
   font-size: 11px;

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/resources/css/jsfcrud.css
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/resources/css/jsfcrud.css?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/resources/css/jsfcrud.css (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/app/src/main/webapp/resources/css/jsfcrud.css Sun Sep 25 08:45:28 2011
@@ -1,50 +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.
-
--->
+/*
+ *  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.
+ *
+ */
 root {
   display: block;
 }

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/monitor/src/main/resources/jndi.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/monitor/src/main/resources/jndi.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/monitor/src/main/resources/jndi.properties (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/monitor/src/main/resources/jndi.properties Sun Sep 25 08:45:28 2011
@@ -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.
+#
 java.naming.factory.initial=org.apache.openejb.client.LocalInitialContextFactory
 Default\ JMS\ Resource\ Adapter=new://Resource?type=ActiveMQResourceAdapter
 Default\ JMS\ Resource\ Adapter.BrokerXmlConfig=broker:vm://localhost

Modified: openejb/trunk/openejb3/examples/webapps/rest-example/init.sh
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/rest-example/init.sh?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/rest-example/init.sh (original)
+++ openejb/trunk/openejb3/examples/webapps/rest-example/init.sh Sun Sep 25 08:45:28 2011
@@ -1,5 +1,20 @@
 #! /bin/bash
-
+#
+#   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.
+#
 base=http://localhost:1234/rest-example-1.1-SNAPSHOT
 
 for i in {1..3}; do

Modified: openejb/trunk/openejb3/examples/webapps/rest-example/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/rest-example/src/main/webapp/index.html?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/rest-example/src/main/webapp/index.html (original)
+++ openejb/trunk/openejb3/examples/webapps/rest-example/src/main/webapp/index.html Sun Sep 25 08:45:28 2011
@@ -1,5 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 	"http://www.w3.org/TR/html4/strict.dtd">
+
+<!--
+   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>
 		<title>OpenEJB REST Example</title>

Modified: openejb/trunk/openejb3/examples/webapps/struts/src/main/webapp/style/layout.css
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/struts/src/main/webapp/style/layout.css?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/struts/src/main/webapp/style/layout.css (original)
+++ openejb/trunk/openejb3/examples/webapps/struts/src/main/webapp/style/layout.css Sun Sep 25 08:45:28 2011
@@ -1,49 +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.
-
--->
+/*
+ *  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.
+ *
+ */
 body {
   margin: 0;
   padding: 0;

Modified: openejb/trunk/openejb3/tck/bval-tomee/src/main/tomcat/conf/system.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/tck/bval-tomee/src/main/tomcat/conf/system.properties?rev=1175333&r1=1175332&r2=1175333&view=diff
==============================================================================
--- openejb/trunk/openejb3/tck/bval-tomee/src/main/tomcat/conf/system.properties (original)
+++ openejb/trunk/openejb3/tck/bval-tomee/src/main/tomcat/conf/system.properties Sun Sep 25 08:45:28 2011
@@ -1 +1,17 @@
+#
+#  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.
+#
 validation.provider = org.apache.bval.jsr303.ApacheValidationProvider