gdamour 2004/03/10 01:59:31
Modified: modules/system maven.xml project.xml
modules/system/src/java/org/apache/geronimo/system
ClockPool.java ThreadPool.java
modules/system/src/java/org/apache/geronimo/system/configuration
LocalConfigStore.java
modules/system/src/java/org/apache/geronimo/system/logging/log4j
CachingLog4jLog.java Log4jService.java
NamedNDC.java NamedNDCConverter.java
NamedNDCFilter.java PatternLayout.java
PatternParser.java URLConfigurator.java XLevel.java
modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender
AbstractAppenderService.java
ConsoleAppenderService.java
DailyRollingFileAppenderService.java
FileAppenderService.java
RollingFileAppenderService.java
modules/system/src/java/org/apache/geronimo/system/main
CommandLine.java Daemon.java
modules/system/src/java/org/apache/geronimo/system/repository
ReadOnlyRepository.java
modules/system/src/java/org/apache/geronimo/system/serverinfo
ServerConstants.java ServerInfo.java
modules/system/src/java/org/apache/geronimo/system/url
DelegatingURLConnection.java
GeronimoURLFactory.java
modules/system/src/java/org/apache/geronimo/system/url/file
FileURLConnection.java Handler.java
modules/system/src/java/org/apache/geronimo/system/url/resource
Handler.java ResourceURLConnection.java
modules/system/src/test/org/apache/geronimo/system/configuration
LocalConfigStoreTest.java
modules/system/src/test/org/apache/geronimo/system/url
GeronimoURLFactoryTest.java
modules/system/src/test/org/apache/geronimo/system/url/file
FileProtocolTest.java
modules/system/src/test/org/apache/geronimo/system/url/resource
ResourceProtocolTest.java
modules/system/src/test-data resource.properties
modules/system/src/test-data/org/apache/geronimo/system/url/resource
resource.properties
modules/system/xdocs index.html navigation.xml
Added: modules/system NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.2 +18 -1 incubator-geronimo/modules/system/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/system/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maven.xml 12 Feb 2004 18:12:52 -0000 1.1
+++ maven.xml 10 Mar 2004 09:59:30 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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$ -->
1.8 +18 -1 incubator-geronimo/modules/system/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/system/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 27 Feb 2004 00:43:44 -0000 1.7
+++ project.xml 10 Mar 2004 09:59:30 -0000 1.8
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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$ -->
1.1 incubator-geronimo/modules/system/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/ClockPool.java
Index: ClockPool.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/ClockPool.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ClockPool.java 25 Feb 2004 09:58:14 -0000 1.2
+++ ClockPool.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/ThreadPool.java
Index: ThreadPool.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/ThreadPool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ThreadPool.java 10 Mar 2004 01:06:05 -0000 1.3
+++ ThreadPool.java 10 Mar 2004 09:59:30 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/configuration/LocalConfigStore.java
Index: LocalConfigStore.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/configuration/LocalConfigStore.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LocalConfigStore.java 25 Feb 2004 09:58:14 -0000 1.2
+++ LocalConfigStore.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/CachingLog4jLog.java
Index: CachingLog4jLog.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/CachingLog4jLog.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CachingLog4jLog.java 25 Feb 2004 09:58:14 -0000 1.2
+++ CachingLog4jLog.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/Log4jService.java
Index: Log4jService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/Log4jService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Log4jService.java 25 Feb 2004 09:58:14 -0000 1.2
+++ Log4jService.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDC.java
Index: NamedNDC.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDC.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NamedNDC.java 25 Feb 2004 09:58:14 -0000 1.2
+++ NamedNDC.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDCConverter.java
Index: NamedNDCConverter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDCConverter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NamedNDCConverter.java 25 Feb 2004 09:58:14 -0000 1.2
+++ NamedNDCConverter.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDCFilter.java
Index: NamedNDCFilter.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/NamedNDCFilter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NamedNDCFilter.java 25 Feb 2004 09:58:14 -0000 1.2
+++ NamedNDCFilter.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/PatternLayout.java
Index: PatternLayout.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/PatternLayout.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PatternLayout.java 25 Feb 2004 09:58:14 -0000 1.2
+++ PatternLayout.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/PatternParser.java
Index: PatternParser.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/PatternParser.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PatternParser.java 25 Feb 2004 09:58:14 -0000 1.2
+++ PatternParser.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/URLConfigurator.java
Index: URLConfigurator.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/URLConfigurator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URLConfigurator.java 25 Feb 2004 09:58:14 -0000 1.2
+++ URLConfigurator.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/XLevel.java
Index: XLevel.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/XLevel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XLevel.java 25 Feb 2004 09:58:14 -0000 1.2
+++ XLevel.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/AbstractAppenderService.java
Index: AbstractAppenderService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/AbstractAppenderService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractAppenderService.java 25 Feb 2004 09:58:14 -0000 1.2
+++ AbstractAppenderService.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/ConsoleAppenderService.java
Index: ConsoleAppenderService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/ConsoleAppenderService.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConsoleAppenderService.java 25 Feb 2004 09:58:14 -0000 1.3
+++ ConsoleAppenderService.java 10 Mar 2004 09:59:30 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/DailyRollingFileAppenderService.java
Index: DailyRollingFileAppenderService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/DailyRollingFileAppenderService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DailyRollingFileAppenderService.java 25 Feb 2004 09:58:14 -0000
1.2
+++ DailyRollingFileAppenderService.java 10 Mar 2004 09:59:30 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/FileAppenderService.java
Index: FileAppenderService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/FileAppenderService.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FileAppenderService.java 25 Feb 2004 09:58:14 -0000 1.3
+++ FileAppenderService.java 10 Mar 2004 09:59:30 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/RollingFileAppenderService.java
Index: RollingFileAppenderService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/logging/log4j/appender/RollingFileAppenderService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RollingFileAppenderService.java 25 Feb 2004 09:58:14 -0000 1.2
+++ RollingFileAppenderService.java 10 Mar 2004 09:59:30 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/main/CommandLine.java
Index: CommandLine.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/main/CommandLine.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CommandLine.java 27 Feb 2004 00:43:44 -0000 1.4
+++ CommandLine.java 10 Mar 2004 09:59:31 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java
Index: Daemon.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/main/Daemon.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Daemon.java 27 Feb 2004 00:43:44 -0000 1.3
+++ Daemon.java 10 Mar 2004 09:59:31 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/repository/ReadOnlyRepository.java
Index: ReadOnlyRepository.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/repository/ReadOnlyRepository.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ReadOnlyRepository.java 25 Feb 2004 09:58:14 -0000 1.4
+++ ReadOnlyRepository.java 10 Mar 2004 09:59:31 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/serverinfo/ServerConstants.java
Index: ServerConstants.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/serverinfo/ServerConstants.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ServerConstants.java 25 Feb 2004 09:58:14 -0000 1.2
+++ ServerConstants.java 10 Mar 2004 09:59:31 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.6 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/serverinfo/ServerInfo.java
Index: ServerInfo.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/serverinfo/ServerInfo.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ServerInfo.java 25 Feb 2004 09:58:14 -0000 1.5
+++ ServerInfo.java 10 Mar 2004 09:59:31 -0000 1.6
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/DelegatingURLConnection.java
Index: DelegatingURLConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/DelegatingURLConnection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DelegatingURLConnection.java 27 Feb 2004 00:43:44 -0000 1.1
+++ DelegatingURLConnection.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -1
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java
Index: GeronimoURLFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/GeronimoURLFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GeronimoURLFactory.java 27 Feb 2004 00:43:44 -0000 1.1
+++ GeronimoURLFactory.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.system.url;
import java.lang.reflect.Field;
1.2 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/file/FileURLConnection.java
Index: FileURLConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/file/FileURLConnection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileURLConnection.java 27 Feb 2004 00:43:44 -0000 1.1
+++ FileURLConnection.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/file/Handler.java
Index: Handler.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/file/Handler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Handler.java 27 Feb 2004 00:43:44 -0000 1.1
+++ Handler.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/resource/Handler.java
Index: Handler.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/resource/Handler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Handler.java 27 Feb 2004 00:43:44 -0000 1.1
+++ Handler.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -2
incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/resource/ResourceURLConnection.java
Index: ResourceURLConnection.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/java/org/apache/geronimo/system/url/resource/ResourceURLConnection.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResourceURLConnection.java 27 Feb 2004 00:43:44 -0000 1.1
+++ ResourceURLConnection.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/configuration/LocalConfigStoreTest.java
Index: LocalConfigStoreTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/configuration/LocalConfigStoreTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LocalConfigStoreTest.java 25 Feb 2004 09:58:15 -0000 1.2
+++ LocalConfigStoreTest.java 10 Mar 2004 09:59:31 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -1
incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/GeronimoURLFactoryTest.java
Index: GeronimoURLFactoryTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/GeronimoURLFactoryTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GeronimoURLFactoryTest.java 27 Feb 2004 00:43:45 -0000 1.1
+++ GeronimoURLFactoryTest.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.system.url;
import java.net.URL;
1.2 +2 -2
incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/file/FileProtocolTest.java
Index: FileProtocolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/file/FileProtocolTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FileProtocolTest.java 27 Feb 2004 00:43:45 -0000 1.1
+++ FileProtocolTest.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -2
incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/resource/ResourceProtocolTest.java
Index: ResourceProtocolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test/org/apache/geronimo/system/url/resource/ResourceProtocolTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResourceProtocolTest.java 27 Feb 2004 00:43:45 -0000 1.1
+++ ResourceProtocolTest.java 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2003-2004 The Apache Software Foundation
+ * Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +18 -1
incubator-geronimo/modules/system/src/test-data/resource.properties
Index: resource.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test-data/resource.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- resource.properties 27 Feb 2004 00:43:45 -0000 1.1
+++ resource.properties 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,4 +1,21 @@
##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed 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.
+##
+
+##
## A test resource file.
##
## $Revision$ $Date$
1.2 +18 -1
incubator-geronimo/modules/system/src/test-data/org/apache/geronimo/system/url/resource/resource.properties
Index: resource.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/system/src/test-data/org/apache/geronimo/system/url/resource/resource.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- resource.properties 27 Feb 2004 00:43:45 -0000 1.1
+++ resource.properties 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,4 +1,21 @@
##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed 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.
+##
+
+##
## A test resource file.
##
## $Revision$ $Date$
1.2 +18 -1 incubator-geronimo/modules/system/xdocs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/system/xdocs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 13 Feb 2004 04:18:51 -0000 1.1
+++ index.html 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,3 +1,20 @@
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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 HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Revision$ $Date$ -->
1.2 +18 -1 incubator-geronimo/modules/system/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/system/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 13 Feb 2004 04:18:51 -0000 1.1
+++ navigation.xml 10 Mar 2004 09:59:31 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed 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$ -->