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 2009/10/13 22:42:24 UTC

svn commit: r824917 - in /openejb/trunk/openejb3: ./ examples/ examples/simple-cmp2/src/main/resources/META-INF/ examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ exa...

Author: dblevins
Date: Tue Oct 13 20:42:23 2009
New Revision: 824917

URL: http://svn.apache.org/viewvc?rev=824917&view=rev
Log:
Updated copyright year on notices.  Added license headers.

Modified:
    openejb/trunk/openejb3/NOTICE
    openejb/trunk/openejb3/examples/NOTICE.txt
    openejb/trunk/openejb3/examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ejb-jar.xml
    openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/default.css
    openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/index.jsp
    openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/setup.jsp
    openejb/trunk/openejb3/examples/webservice-security/src/main/resources/META-INF/openejb-jar.xml
    openejb/trunk/openejb3/examples/webservice-ws-security/src/main/resources/META-INF/ejb-jar.xml

Modified: openejb/trunk/openejb3/NOTICE
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/NOTICE?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/NOTICE (original)
+++ openejb/trunk/openejb3/NOTICE Tue Oct 13 20:42:23 2009
@@ -1,6 +1,6 @@
 
 Apache OpenEJB
-Copyright 1999-2008 The Apache OpenEJB development community
+Copyright 1999-2009 The Apache OpenEJB development community
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: openejb/trunk/openejb3/examples/NOTICE.txt
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/NOTICE.txt?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/NOTICE.txt (original)
+++ openejb/trunk/openejb3/examples/NOTICE.txt Tue Oct 13 20:42:23 2009
@@ -4,7 +4,7 @@
 // ------------------------------------------------------------------
 
 Apache OpenEJB
-Copyright 1999-2008 The Apache OpenEJB development community
+Copyright 1999-2009 The Apache OpenEJB development community
 
 This product includes/uses software, HSQLDB (http://hsqldb.org/)
 

Modified: openejb/trunk/openejb3/examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-cmp2/src/main/resources/META-INF/ejb-jar.xml Tue Oct 13 20:42:23 2009
@@ -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.
+-->
 <ejb-jar>
   <enterprise-beans>
     <entity>

Modified: openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ejb-jar.xml?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/src/main/resources/META-INF/ejb-jar.xml Tue Oct 13 20:42:23 2009
@@ -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.
+-->
 <ejb-jar 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/ejb-jar_3_0.xsd"

Modified: openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ejb-jar.xml?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/src/main/resources/META-INF/ejb-jar.xml Tue Oct 13 20:42:23 2009
@@ -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.
+-->
 <ejb-jar 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/ejb-jar_3_0.xsd"

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/default.css
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/default.css?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/default.css (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/default.css Tue Oct 13 20:42:23 2009
@@ -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.
+-->
+
 body, p, td, table, tr, .bodytext, .stepfield {
 	font-family: Verdana, arial, sans-serif;
 	font-size: 11px;

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/index.jsp
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/index.jsp?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/index.jsp (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/index.jsp Tue Oct 13 20:42:23 2009
@@ -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.
+--%>    
 <%@ page import="org.superbiz.moviefun.Movie,
                  org.superbiz.moviefun.Movies,
                  javax.naming.InitialContext,

Modified: openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/setup.jsp
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/setup.jsp?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/setup.jsp (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/src/main/webapp/setup.jsp Tue Oct 13 20:42:23 2009
@@ -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.
+--%>
 <%@ page import=" java.util.Iterator"%>
 <%@ page import="org.superbiz.moviefun.Movies" %>
 <%@ page import="javax.naming.InitialContext" %>

Modified: openejb/trunk/openejb3/examples/webservice-security/src/main/resources/META-INF/openejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-security/src/main/resources/META-INF/openejb-jar.xml?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-security/src/main/resources/META-INF/openejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-security/src/main/resources/META-INF/openejb-jar.xml Tue Oct 13 20:42:23 2009
@@ -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.
+-->
 <openejb-jar xmlns="http://openejb.apache.org/xml/ns/openejb-jar-2.2">
     <enterprise-beans>
         <session>

Modified: openejb/trunk/openejb3/examples/webservice-ws-security/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-ws-security/src/main/resources/META-INF/ejb-jar.xml?rev=824917&r1=824916&r2=824917&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-ws-security/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-ws-security/src/main/resources/META-INF/ejb-jar.xml Tue Oct 13 20:42:23 2009
@@ -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.
+-->
 <ejb-jar 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/ejb-jar_3_0.xsd"
     version="3.0" id="simple" metadata-complete="false">