Author: jlaskowski
Date: Sun Dec  2 09:17:49 2007
New Revision: 600344

URL: http://svn.apache.org/viewvc?rev=600344&view=rev
Log:
Fix license headers (all remaining files)

Modified:
    openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml
    openejb/trunk/openejb3/pom.xml
    
openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq
    openejb/trunk/openejb3/server/openejb-client/pom.xml
    
openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet
    
openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd
    
openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql

Modified: openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml (original)
+++ openejb/trunk/openejb3/itests/openejb-itests-client/pom.xml Sun Dec  2 
09:17:49 2007
@@ -72,6 +72,15 @@
             </configuration>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            
<exclude>src/main/resources/META-INF/org.apache.openejb.cli/test.help</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>

Modified: openejb/trunk/openejb3/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Sun Dec  2 09:17:49 2007
@@ -298,6 +298,7 @@
 
                 <!-- Eclipse files -->
                 <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>
               </excludes>
             </configuration>

Modified: 
openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq
 (original)
+++ 
openejb/trunk/openejb3/server/openejb-activemq/src/main/resources/META-INF/org.apache.openejb.server.ServerService/activemq
 Sun Dec  2 09:17:49 2007
@@ -1,5 +1,24 @@
-    server      = org.apache.openejb.server.activemq.BrokerServer
-    bind        = 127.0.0.1
-    port        = 4206
-    disabled    = false
-    threads     = -
+#
+# 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$
+#
+server      = org.apache.openejb.server.activemq.BrokerServer
+bind        = 127.0.0.1
+port        = 4206
+disabled    = false
+threads     = -

Modified: openejb/trunk/openejb3/server/openejb-client/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-client/pom.xml?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- openejb/trunk/openejb3/server/openejb-client/pom.xml (original)
+++ openejb/trunk/openejb3/server/openejb-client/pom.xml Sun Dec  2 09:17:49 
2007
@@ -49,6 +49,15 @@
         <configuration>
           <forkMode>pertest</forkMode>
         </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            
<exclude>src/main/resources/META-INF/org.apache.openejb.client.IdentityResolver/*</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>

Modified: 
openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet
 (original)
+++ 
openejb/trunk/openejb3/server/openejb-derbynet/src/main/resources/META-INF/org.apache.openejb.server.ServerService/derbynet
 Sun Dec  2 09:17:49 2007
@@ -1,5 +1,24 @@
-    server      = org.apache.openejb.server.derbynet.DerbyNetworkService
-    bind        = 127.0.0.1
-    port        = 4205
-    disabled    = false
-    threads     = 200
+#
+# 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$
+#
+server      = org.apache.openejb.server.derbynet.DerbyNetworkService
+bind        = 127.0.0.1
+port        = 4205
+disabled    = false
+threads     = 200

Modified: 
openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd
 (original)
+++ 
openejb/trunk/openejb3/server/openejb-ejbd/src/main/resources/META-INF/org.apache.openejb.server.ServerService/ejbd
 Sun Dec  2 09:17:49 2007
@@ -1,6 +1,25 @@
-    server      = org.apache.openejb.server.ejbd.EjbServer
-    bind        = 127.0.0.1
-    port        = 4201
-    disabled    = false
-    threads     = 200
+#
+# 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$
+#
+server      = org.apache.openejb.server.ejbd.EjbServer
+bind        = 127.0.0.1
+port        = 4201
+disabled    = false
+threads     = 200
 

Modified: 
openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql?rev=600344&r1=600343&r2=600344&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql
 (original)
+++ 
openejb/trunk/openejb3/server/openejb-hsql/src/main/resources/META-INF/org.apache.openejb.server.ServerService/hsql
 Sun Dec  2 09:17:49 2007
@@ -1,4 +1,23 @@
-    server      = org.apache.openejb.server.hsql.HsqlService
-    bind        = 127.0.0.1
-    port        = 9001
-    disabled    = false
+#
+# 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: 600180 $ $Date: 2007-12-01 19:52:39 +0100 (Sat, 01 Dec 2007) $
+#
+server      = org.apache.openejb.server.hsql.HsqlService
+bind        = 127.0.0.1
+port        = 9001
+disabled    = false


Reply via email to