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 2006/12/07 17:37:16 UTC

svn commit: r483531 - in /geronimo/server/branches/1.2: applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/ applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityr...

Author: kevan
Date: Thu Dec  7 08:37:14 2006
New Revision: 483531

URL: http://svn.apache.org/viewvc?view=rev&rev=483531
Log:
GERONIMO-2537 Minor license header updates. Most not really necessary, but makes it easier to scan for problems

Modified:
    geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/error.jsp
    geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/users/error.jsp
    geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/groups/error.jsp
    geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/users/error.jsp
    geronimo/server/branches/1.2/applications/demo/src/main/webapp/protect/hello.html
    geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/forbidden/hello.html
    geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/protect/hello.html
    geronimo/server/branches/1.2/applications/magicGball/magicGball-ear/src/main/resources/application.xml
    geronimo/server/branches/1.2/configs/client-system/src/main/resources/META-INF/startup-jar
    geronimo/server/branches/1.2/configs/j2ee-system/src/main/resources/META-INF/startup-jar
    geronimo/server/branches/1.2/configs/online-deployer/src/main/resources/META-INF/startup-jar
    geronimo/server/branches/1.2/configs/shutdown/src/main/resources/META-INF/startup-jar
    geronimo/server/branches/1.2/configs/transformer-agent/src/main/resources/META-INF/startup-jar
    geronimo/server/branches/1.2/modules/geronimo-axis/src/test/resources/echo.wsdl
    geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/groups.properties
    geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/login.config
    geronimo/server/branches/1.2/modules/geronimo-jetty-builder/src/test/resources/data/login.config
    geronimo/server/branches/1.2/modules/geronimo-jetty/src/test/resources/data/login.config
    geronimo/server/branches/1.2/modules/geronimo-mail/src/test/resources/META-INF/javamail.default.providers
    geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m1/junk/propertiess/junk-1.5.properties
    geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m2/junk/junk/1.5/junk-1.5.properties
    geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt
    geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/data/login.config
    geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/deployables/war5/WEB-INF/wsdl/hello.wsdl
    geronimo/server/branches/1.2/modules/geronimo-tomcat/src/main/resources/META-INF/geronimo-tomcat/var/catalina/ROOT/index.jsp
    geronimo/server/branches/1.2/modules/geronimo-tomcat/src/test/resources/data/login.config

Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/error.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/error.jsp?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/error.jsp (original)
+++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/groups/error.jsp Thu Dec  7 08:37:14 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.
+-->
 ERROR: ${errorMessage}

Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/users/error.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/users/error.jsp?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/users/error.jsp (original)
+++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/derby/users/error.jsp Thu Dec  7 08:37:14 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.
+-->
 ERROR: ${errorMessage}

Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/groups/error.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/groups/error.jsp?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/groups/error.jsp (original)
+++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/groups/error.jsp Thu Dec  7 08:37:14 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.
+-->
 ERROR: ${errorMessage}

Modified: geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/users/error.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/users/error.jsp?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/users/error.jsp (original)
+++ geronimo/server/branches/1.2/applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/view/securityrealmmanager/se/users/error.jsp Thu Dec  7 08:37:14 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.
+-->
 ERROR: ${errorMessage}

Modified: geronimo/server/branches/1.2/applications/demo/src/main/webapp/protect/hello.html
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/demo/src/main/webapp/protect/hello.html?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/demo/src/main/webapp/protect/hello.html (original)
+++ geronimo/server/branches/1.2/applications/demo/src/main/webapp/protect/hello.html Thu Dec  7 08:37:14 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.
+-->
 <html>
 hello world.
-</html>
\ No newline at end of file
+</html>

Modified: geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/forbidden/hello.html
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/forbidden/hello.html?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/forbidden/hello.html (original)
+++ geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/forbidden/hello.html Thu Dec  7 08:37:14 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.
+-->
 <html>
 hello world.
-</html>
\ No newline at end of file
+</html>

Modified: geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/protect/hello.html
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/protect/hello.html?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/protect/hello.html (original)
+++ geronimo/server/branches/1.2/applications/geronimo-ldap-demo/src/main/webapp/protect/hello.html Thu Dec  7 08:37:14 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.
+-->
 <html>
 hello world.
-</html>
\ No newline at end of file
+</html>

Modified: geronimo/server/branches/1.2/applications/magicGball/magicGball-ear/src/main/resources/application.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/applications/magicGball/magicGball-ear/src/main/resources/application.xml?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/applications/magicGball/magicGball-ear/src/main/resources/application.xml (original)
+++ geronimo/server/branches/1.2/applications/magicGball/magicGball-ear/src/main/resources/application.xml Thu Dec  7 08:37:14 2006
@@ -0,0 +1,16 @@
+<!--
+    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.
+-->

Modified: geronimo/server/branches/1.2/configs/client-system/src/main/resources/META-INF/startup-jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/client-system/src/main/resources/META-INF/startup-jar?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/configs/client-system/src/main/resources/META-INF/startup-jar (original)
+++ geronimo/server/branches/1.2/configs/client-system/src/main/resources/META-INF/startup-jar Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+-->
 This file tells the Geronimo bootstrap where to look for its installation
 directory, which is ../ from wherever the jar containing this file lives.

Modified: geronimo/server/branches/1.2/configs/j2ee-system/src/main/resources/META-INF/startup-jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/j2ee-system/src/main/resources/META-INF/startup-jar?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/configs/j2ee-system/src/main/resources/META-INF/startup-jar (original)
+++ geronimo/server/branches/1.2/configs/j2ee-system/src/main/resources/META-INF/startup-jar Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+-->
 This file tells the Geronimo bootstrap where to look for its installation
 directory, which is ../ from wherever the jar containing this file lives.

Modified: geronimo/server/branches/1.2/configs/online-deployer/src/main/resources/META-INF/startup-jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/online-deployer/src/main/resources/META-INF/startup-jar?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/configs/online-deployer/src/main/resources/META-INF/startup-jar (original)
+++ geronimo/server/branches/1.2/configs/online-deployer/src/main/resources/META-INF/startup-jar Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+-->
 This file tells the Geronimo bootstrap where to look for its installation
 directory, which is ../ from wherever the jar containing this file lives.

Modified: geronimo/server/branches/1.2/configs/shutdown/src/main/resources/META-INF/startup-jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/shutdown/src/main/resources/META-INF/startup-jar?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/configs/shutdown/src/main/resources/META-INF/startup-jar (original)
+++ geronimo/server/branches/1.2/configs/shutdown/src/main/resources/META-INF/startup-jar Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+-->
 This file tells the Geronimo bootstrap where to look for its installation
 directory, which is ../ from wherever the jar containing this file lives.

Modified: geronimo/server/branches/1.2/configs/transformer-agent/src/main/resources/META-INF/startup-jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/configs/transformer-agent/src/main/resources/META-INF/startup-jar?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/configs/transformer-agent/src/main/resources/META-INF/startup-jar (original)
+++ geronimo/server/branches/1.2/configs/transformer-agent/src/main/resources/META-INF/startup-jar Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+-->
 This file tells the Geronimo bootstrap where to look for its installation
 directory, which is ../ from wherever the jar containing this file lives.

Modified: geronimo/server/branches/1.2/modules/geronimo-axis/src/test/resources/echo.wsdl
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-axis/src/test/resources/echo.wsdl?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-axis/src/test/resources/echo.wsdl (original)
+++ geronimo/server/branches/1.2/modules/geronimo-axis/src/test/resources/echo.wsdl Thu Dec  7 08:37:14 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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions targetNamespace="http://ws.apache.org/echosample" xmlns:impl="http://ws.apache.org/echosample" xmlns:intf="http://ws.apache.org/echosample" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
 <!--WSDL created by Apache Axis version: 1.2RC3

Modified: geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/groups.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/groups.properties?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/groups.properties (original)
+++ geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/groups.properties Thu Dec  7 08:37:14 2006
@@ -1,5 +1,4 @@
 ##
-##
 ##   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.

Modified: geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/login.config
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/login.config?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/login.config (original)
+++ geronimo/server/branches/1.2/modules/geronimo-connector-builder/src/test/data/data/login.config Thu Dec  7 08:37:14 2006
@@ -1,4 +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.
+ */
 jaasTest {
     org.apache.geronimo.security.jaas.LocalLoginModule required
     debug=true

Modified: geronimo/server/branches/1.2/modules/geronimo-jetty-builder/src/test/resources/data/login.config
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-jetty-builder/src/test/resources/data/login.config?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-jetty-builder/src/test/resources/data/login.config (original)
+++ geronimo/server/branches/1.2/modules/geronimo-jetty-builder/src/test/resources/data/login.config Thu Dec  7 08:37:14 2006
@@ -1,4 +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.
+ */
 jaasTest {
     org.apache.geronimo.security.jaas.LocalLoginModule required
     debug=true

Modified: geronimo/server/branches/1.2/modules/geronimo-jetty/src/test/resources/data/login.config
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-jetty/src/test/resources/data/login.config?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-jetty/src/test/resources/data/login.config (original)
+++ geronimo/server/branches/1.2/modules/geronimo-jetty/src/test/resources/data/login.config Thu Dec  7 08:37:14 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.
+ */
 jaasTest {
     org.apache.geronimo.security.jaas.JaasLoginCoordinator required
     realm="demo-properties-realm"

Modified: geronimo/server/branches/1.2/modules/geronimo-mail/src/test/resources/META-INF/javamail.default.providers
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-mail/src/test/resources/META-INF/javamail.default.providers?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-mail/src/test/resources/META-INF/javamail.default.providers (original)
+++ geronimo/server/branches/1.2/modules/geronimo-mail/src/test/resources/META-INF/javamail.default.providers Thu Dec  7 08:37:14 2006
@@ -1,2 +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.
+##
 protocol=testStore;type=store;class=org.apache.geronimo.mail.TestStore;vendor=The Apache Software Foundation;version=test;
 protocol=testTransport;type=transport;class=org.apache.geronimo.mail.TestTransport;vendor=The Apache Software Foundation;version=test;

Modified: geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m1/junk/propertiess/junk-1.5.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m1/junk/propertiess/junk-1.5.properties?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m1/junk/propertiess/junk-1.5.properties (original)
+++ geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m1/junk/propertiess/junk-1.5.properties Thu Dec  7 08:37:14 2006
@@ -0,0 +1,16 @@
+##
+##   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.
+##

Modified: geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m2/junk/junk/1.5/junk-1.5.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m2/junk/junk/1.5/junk-1.5.properties?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m2/junk/junk/1.5/junk-1.5.properties (original)
+++ geronimo/server/branches/1.2/modules/geronimo-system/src/test/repo/m2/junk/junk/1.5/junk-1.5.properties Thu Dec  7 08:37:14 2006
@@ -0,0 +1,16 @@
+##
+##   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.
+##

Modified: geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt (original)
+++ geronimo/server/branches/1.2/modules/geronimo-test-ddbean/src/site/apt/index.apt Thu Dec  7 08:37:14 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.
+##
 geronimo-test-ddbean
 
  A jsr-88 client that lets you edit spec deployment descriptors and vendor plans has to

Modified: geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/data/login.config
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/data/login.config?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/data/login.config (original)
+++ geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/data/login.config Thu Dec  7 08:37:14 2006
@@ -1,4 +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.
+ */
 jaasTest {
     org.apache.geronimo.security.jaas.LocalLoginModule required
     debug=true

Modified: geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/deployables/war5/WEB-INF/wsdl/hello.wsdl
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/deployables/war5/WEB-INF/wsdl/hello.wsdl?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/deployables/war5/WEB-INF/wsdl/hello.wsdl (original)
+++ geronimo/server/branches/1.2/modules/geronimo-tomcat-builder/src/test/resources/deployables/war5/WEB-INF/wsdl/hello.wsdl Thu Dec  7 08:37:14 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.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <wsdl:definitions targetNamespace="http://ws.geronimo.apache.org" xmlns:impl="http://ws.geronimo.apache.org" xmlns:intf="http://ws.geronimo.apache.org" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
 <!--WSDL created by Apache Axis version: #axisVersion#

Modified: geronimo/server/branches/1.2/modules/geronimo-tomcat/src/main/resources/META-INF/geronimo-tomcat/var/catalina/ROOT/index.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-tomcat/src/main/resources/META-INF/geronimo-tomcat/var/catalina/ROOT/index.jsp?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-tomcat/src/main/resources/META-INF/geronimo-tomcat/var/catalina/ROOT/index.jsp (original)
+++ geronimo/server/branches/1.2/modules/geronimo-tomcat/src/main/resources/META-INF/geronimo-tomcat/var/catalina/ROOT/index.jsp Thu Dec  7 08:37:14 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.
+-->
 <% response.sendError(404, "No application present at the context root"); %>

Modified: geronimo/server/branches/1.2/modules/geronimo-tomcat/src/test/resources/data/login.config
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/modules/geronimo-tomcat/src/test/resources/data/login.config?view=diff&rev=483531&r1=483530&r2=483531
==============================================================================
--- geronimo/server/branches/1.2/modules/geronimo-tomcat/src/test/resources/data/login.config (original)
+++ geronimo/server/branches/1.2/modules/geronimo-tomcat/src/test/resources/data/login.config Thu Dec  7 08:37:14 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.
+ */
 securetest {
     org.apache.geronimo.security.jaas.JaasLoginCoordinator required
     realm="demo-properties-realm"