You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2009/08/14 00:10:16 UTC

svn commit: r804044 - in /geronimo/server/trunk: framework/configs/plugin/src/main/resources/ framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/ plugins/console/console-portal-driver/src/main/webapp/ plugins/jetty...

Author: kevan
Date: Thu Aug 13 22:10:16 2009
New Revision: 804044

URL: http://svn.apache.org/viewvc?rev=804044&view=rev
Log:
Add Apache source license headers to a few files

Modified:
    geronimo/server/trunk/framework/configs/plugin/src/main/resources/plugin-repositories.properties
    geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/DependenciesTest.groovy
    geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/GBeansTest.groovy
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/CommonMsg.css
    geronimo/server/trunk/plugins/jetty7/geronimo-jetty7-builder/src/test/resources/plans/plan-convert.xml
    geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/src/main/filtered-resources/META-INF/application.xml

Modified: geronimo/server/trunk/framework/configs/plugin/src/main/resources/plugin-repositories.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/plugin/src/main/resources/plugin-repositories.properties?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/plugin/src/main/resources/plugin-repositories.properties (original)
+++ geronimo/server/trunk/framework/configs/plugin/src/main/resources/plugin-repositories.properties Thu Aug 13 22:10:16 2009
@@ -1,3 +1,18 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
 #List of known plugin repositories. Fomat:  <url>=<username>=<password>
 ~/.m2/repository
 http\://localhost\:8080/plugin/maven-repo/=system=manager
\ No newline at end of file

Modified: geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/DependenciesTest.groovy
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/DependenciesTest.groovy?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/DependenciesTest.groovy (original)
+++ geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/DependenciesTest.groovy Thu Aug 13 22:10:16 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.
+ */
 import org.apache.geronimo.kernel.repository.ImportType
 
 assert null != configurationData : 'property configurationData is not exported'

Modified: geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/GBeansTest.groovy
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/GBeansTest.groovy?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/GBeansTest.groovy (original)
+++ geronimo/server/trunk/framework/modules/geronimo-config-groovy-transformer/src/test/resources/configurationDir/GBeansTest.groovy Thu Aug 13 22:10:16 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.
+ */
 import org.apache.geronimo.kernel.config.transformer.DummyGBean
 
 assert null != configurationData : 'property configurationData is not exported'

Modified: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/CommonMsg.css
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/CommonMsg.css?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/CommonMsg.css (original)
+++ geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/CommonMsg.css Thu Aug 13 22:10:16 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.
+======================================================================*/
 .messagePortlet {
 	background-color:#F7F7F7;
 	border:1px solid #88A4D7;

Modified: geronimo/server/trunk/plugins/jetty7/geronimo-jetty7-builder/src/test/resources/plans/plan-convert.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jetty7/geronimo-jetty7-builder/src/test/resources/plans/plan-convert.xml?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jetty7/geronimo-jetty7-builder/src/test/resources/plans/plan-convert.xml (original)
+++ geronimo/server/trunk/plugins/jetty7/geronimo-jetty7-builder/src/test/resources/plans/plan-convert.xml Thu Aug 13 22:10:16 2009
@@ -1,4 +1,20 @@
 <?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.
+-->
 <web-app xmlns='http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1'>
        <dep:environment xmlns:dep='http://geronimo.apache.org/xml/ns/deployment-1.2'>
                <dep:moduleId>

Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/src/main/filtered-resources/META-INF/application.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/src/main/filtered-resources/META-INF/application.xml?rev=804044&r1=804043&r2=804044&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/src/main/filtered-resources/META-INF/application.xml (original)
+++ geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/src/main/filtered-resources/META-INF/application.xml Thu Aug 13 22:10:16 2009
@@ -1,4 +1,20 @@
 <?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.
+-->
 <application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" version="1.4">
     <description>security Itest ear</description>
     <display-name>security Itest ear</display-name>
@@ -14,4 +30,4 @@
     <module>
         <java>client.jar</java>
     </module>
-</application>
\ No newline at end of file
+</application>