You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/05/27 17:39:50 UTC

svn commit: r948864 - in /geronimo/server/branches/3.0-M1: framework/ framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/ framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/ frame...

Author: rickmcguire
Date: Thu May 27 15:39:49 2010
New Revision: 948864

URL: http://svn.apache.org/viewvc?rev=948864&view=rev
Log:
Fix some copyright header issues

Removed:
    geronimo/server/branches/3.0-M1/framework/cl-factore.patch.1
    geronimo/server/branches/3.0-M1/plugins/wab/TODO
Modified:
    geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml
    geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml
    geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml
    geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml
    geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml
    geronimo/server/branches/3.0-M1/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties
    geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/src/main/appended-resources/META-INF/NOTICE.vm
    geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty-server/pom.sample.xml
    geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat-server/pom.sample.xml

Modified: geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/META-INF/maven/archetype.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <archetype>
   <id>geronimo-assembly-archetype</id>
     <resources>

Modified: geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-assembly-archetype/src/main/resources/archetype-resources/pom.sample.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/META-INF/maven/archetype.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <archetype>
   <id>geronimo-plugin-archetype</id>
   <resources>

Modified: geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.sample.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/buildsupport/geronimo-plugin-archetype/src/main/resources/archetype-resources/pom.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: geronimo/server/branches/3.0-M1/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties (original)
+++ geronimo/server/branches/3.0-M1/plugins/console/console-base-portlets/src/main/i18n-resources/jms-resource-providers.properties Thu May 27 15:39:49 2010
@@ -0,0 +1,18 @@
+#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
+#=====================================================================
+#  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$

Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/src/main/appended-resources/META-INF/NOTICE.vm
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/src/main/appended-resources/META-INF/NOTICE.vm?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/src/main/appended-resources/META-INF/NOTICE.vm (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/src/main/appended-resources/META-INF/NOTICE.vm Thu May 27 15:39:49 2010
@@ -1,3 +1,23 @@
+##
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##  http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.
+##
+## $Rev$ $Date$
+##
 Portions of the UDDI integration were developed by the Apache Web Services
 jUDDI community.
 

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty-server/pom.sample.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty-server/pom.sample.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty-server/pom.sample.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty-server/pom.sample.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat-server/pom.sample.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat-server/pom.sample.xml?rev=948864&r1=948863&r2=948864&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat-server/pom.sample.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat-server/pom.sample.xml Thu May 27 15:39:49 2010
@@ -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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>