You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ds...@apache.org on 2006/11/16 07:44:49 UTC

svn commit: r475597 - in /incubator/openejb/trunk/openejb3/assembly: ./ openejb-itests-webapp/ openejb-itests-webapp/src/main/assembly/ openejb-itests-webapp/src/main/webapp/META-INF/ openejb-itests-webapp/src/main/webapp/WEB-INF/ openejb-standalone/ o...

Author: dsh
Date: Wed Nov 15 22:44:46 2006
New Revision: 475597

URL: http://svn.apache.org/viewvc?view=rev&rev=475597
Log:
* fix for OPENEJB-316 (license header)


Modified:
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/maven.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/pom.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/project.properties
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/assembly/test.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/cmp.mapping.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/ejb-jar.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/instantdb.properties
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/log4j.properties
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb-jar.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/WEB-INF/web.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/assembly.sh
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/maven.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/project.properties
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/test.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.bat
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.conf
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/try.sh
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/assembly.sh
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/maven.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/project.properties
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/bin.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/test.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/WEB-INF/web.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/openejb.xml
    incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/try.sh
    incubator/openejb/trunk/openejb3/assembly/pom.xml

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/maven.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/maven.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/maven.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/maven.xml Wed Nov 15 22:44:46 2006
@@ -1,5 +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.
+-->
 <!-- $Revision$ $Date$ -->
 
 <project default="default"

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/pom.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/pom.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <!-- $Rev$ $Date$ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/project.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/project.properties?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/project.properties (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/project.properties Wed Nov 15 22:44:46 2006
@@ -1 +1,16 @@
-openejb.version=3.0-SNAPSHOT
\ No newline at end of file
+# 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.version=3.0-SNAPSHOT

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/assembly/test.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/assembly/test.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/assembly/test.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/assembly/test.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <assembly>
   <id>test</id>
   <formats>
@@ -20,4 +38,4 @@
     </dependencySet>
   </dependencySets>
 </assembly>
-       
\ No newline at end of file
+       

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/cmp.mapping.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/cmp.mapping.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/cmp.mapping.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/cmp.mapping.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <!DOCTYPE databases PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
                            "http://castor.exolab.org/mapping.dtd">
 

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/ejb-jar.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/ejb-jar.xml Wed Nov 15 22:44:46 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+
+    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" version="3.0" metadata-complete="true">
     <description>
     This ejb-jar file contains assembled enterprise beans that are

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/instantdb.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/instantdb.properties?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/instantdb.properties (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/instantdb.properties Wed Nov 15 22:44:46 2006
@@ -1,4 +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.
+!---------------------------------------------------------------------
+!---------------------------------------------------------------------
 !
 ! BASIC PROPERTIES
 !

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/log4j.properties?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/log4j.properties (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/log4j.properties Wed Nov 15 22:44:46 2006
@@ -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.
+#
 #  Configuration file for logging in OpenEJB
 #
 #  OpenEJB uses Apache Log4j to provide logging services

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb-jar.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb-jar.xml Wed Nov 15 22:44:46 2006
@@ -1,5 +1,21 @@
 <?xml version="1.0"?>
+<!--
 
+    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://www.openejb.org/openejb-jar/1.1">
 	<ejb-deployment ejb-name="BasicCmpBean" deployment-id="client/tests/entity/cmp/BasicCmpHome" container-id="Default CMP Container">
 		<resource-link res-ref-name="jdbc/basic/entityDatabase" res-id="Default JDBC Database"/>
@@ -60,4 +76,4 @@
 		<resource-link res-ref-name="jdbc/basic/entityDatabase" res-id="Default JDBC Database"/>
 	</ejb-deployment>
 	<ejb-deployment ejb-name="Bmp RMI-IIOP Bean" deployment-id="client/tests/entity/bmp/RMI-over-IIOP/EJBHome" container-id="Default BMP Container"/>
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/META-INF/openejb.xml Wed Nov 15 22:44:46 2006
@@ -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>
 
   <Container id="Default CMP Container" ctype="CMP_ENTITY">

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/WEB-INF/web.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-itests-webapp/src/main/webapp/WEB-INF/web.xml Wed Nov 15 22:44:46 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    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.
+-->
 <!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd">

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/assembly.sh
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/assembly.sh?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/assembly.sh (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/assembly.sh Wed Nov 15 22:44:46 2006
@@ -1,2 +1,18 @@
-#!/bin/bash
-mvn clean:clean assembly:assembly && tar tzvf target/openejb-3.0-SNAPSHOT-bin.tar.gz
\ No newline at end of file
+#!/bin/sh
+#
+#  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.
+#
+mvn clean:clean assembly:assembly && tar tzvf target/openejb-3.0-SNAPSHOT-bin.tar.gz

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/maven.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/maven.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/maven.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/maven.xml Wed Nov 15 22:44:46 2006
@@ -1,5 +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.
+-->
 <!-- $Revision$ $Date$ -->
 
 <project default="default"

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/project.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/project.properties?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/project.properties (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/project.properties Wed Nov 15 22:44:46 2006
@@ -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.
+#
 openejb.version=3.0-incubating-SNAPSHOT

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <assembly>
   <id>bin</id>
   <formats>

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/test.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/test.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/test.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/test.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <assembly>
   <id>test</id>
   <formats>

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb Wed Nov 15 22:44:46 2006
@@ -1,5 +1,20 @@
 #!/bin/sh
 #============================================================
+# 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.
+#============================================================
 #   Control script for OpenEJB
 #   --------------------------
 #    

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.bat
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.bat?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.bat (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.bat Wed Nov 15 22:44:46 2006
@@ -1,5 +1,20 @@
 @echo off
 REM================================================
+REM Licensed to the Apache Software Foundation (ASF) under one or more
+REM contributor license agreements.  See the NOTICE file distributed with
+REM this work for additional information regarding copyright ownership.
+REM The ASF licenses this file to You under the Apache License, Version 2.0
+REM (the "License"); you may not use this file except in compliance with
+REM the License.  You may obtain a copy of the License at
+REM
+REM    http://www.apache.org/licenses/LICENSE-2.0
+REM
+REM Unless required by applicable law or agreed to in writing, software
+REM distributed under the License is distributed on an "AS IS" BASIS,
+REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+REM See the License for the specific language governing permissions and
+REM limitations under the License.
+REM================================================
 REM   Control script for OpenEJB
 REM   --------------------------
 REM    

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.conf
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.conf?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.conf (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/resources/openejb.conf Wed Nov 15 22:44:46 2006
@@ -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.
+#
+
 <openejb>
 
 <Container id="Default CMP Container" ctype="CMP_ENTITY">

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/try.sh
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/try.sh?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/try.sh (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/try.sh Wed Nov 15 22:44:46 2006
@@ -1,5 +1,20 @@
-#!/bin/bash
-
+#!/bin/sh
+#
+#  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.
+#
 JAR=$PWD/../../itests/openejb-itests-app/target/openejb-itests-app-3.0-incubating-SNAPSHOT.ear
 
 cd target/

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/assembly.sh
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/assembly.sh?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/assembly.sh (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/assembly.sh Wed Nov 15 22:44:46 2006
@@ -1,2 +1,18 @@
-#!/bin/bash
+#!/bin/sh
+#
+#  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.
+#
 mvn clean:clean assembly:assembly && tar tzvf target/openejb-3.0-SNAPSHOT-bin.tar.gz

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/maven.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/maven.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/maven.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/maven.xml Wed Nov 15 22:44:46 2006
@@ -1,5 +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.
+-->
 <!-- $Revision$ $Date$ -->
 
 <project default="default"

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/pom.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <!-- $Rev$ $Date$ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/project.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/project.properties?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/project.properties (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/project.properties Wed Nov 15 22:44:46 2006
@@ -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.
+#
 openejb.version=3.0-SNAPSHOT

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/bin.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/bin.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/bin.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <assembly>
   <id>bin</id>
   <formats>

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/test.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/test.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/test.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/assembly/test.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <assembly>
   <id>test</id>
   <formats>

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/WEB-INF/web.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/WEB-INF/web.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/WEB-INF/web.xml Wed Nov 15 22:44:46 2006
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
 
+    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.
+-->
 <!DOCTYPE web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
     "http://java.sun.com/dtd/web-app_2_3.dtd">

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/openejb.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/openejb.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/openejb.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/src/main/resources/openejb.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <Context path="/openejb" docBase="${catalina.home}/server/webapps/openejb"
          privileged="false" antiResourceLocking="false" antiJARLocking="false">
 

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/try.sh
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/try.sh?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/try.sh (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-tomcat/try.sh Wed Nov 15 22:44:46 2006
@@ -1,4 +1,20 @@
-#!/bin/bash
+#!/bin/sh
+#
+#  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.
+#
 cd target/
 
 tar xzvf openejb-3.0-SNAPSHOT-bin.tar.gz

Modified: incubator/openejb/trunk/openejb3/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/pom.xml?view=diff&rev=475597&r1=475596&r2=475597
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/pom.xml Wed Nov 15 22:44:46 2006
@@ -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.
+-->
 <!-- $Rev$ $Date$ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"