niclas 2004/02/24 15:57:39
Modified: fortress/container/src/impl/org/apache/avalon/fortress/util
CompositeException.java
logging/site/xdocs/impl index.xml navigation.xml
logging/site/xdocs/impl/logkit navigation.xml
logging/site/xdocs/impl/logkit/plugin navigation.xml
merlin/facilities/http/api/src/java/org/apache/avalon/http
Handler.java
merlin/platform/tutorials/configuration/block/src/java/tutorial
HelloComponent.java
merlin/platform/tutorials/dynamics/src/java/tutorial
DefaultGizmo.java DefaultWidget.java Gizmo.java
HelloFacility.java Widget.java
merlin/platform/tutorials/mixed/src/java/tutorial
DemoContext.java DemoContextProvider.java
HelloComponent.java NumberCruncher.java
RandomGenerator.java RandomGeneratorProvider.java
merlin/platform/tutorials/profiles/src/java/tutorial
HelloComponent.java RandomGenerator.java
RandomGeneratorProvider.java
merlin/platform/tutorials/selection/src/java/tutorial
HelloComponent.java RandomGenerator.java
RandomGeneratorProvider.java
merlin/platform/tutorials/simple-web/src/java/tutorial
RfcDateFormat.java
repository/test/src/test/org/apache/avalon/repository/main
DefaultInitialContextFactoryTestCase.java
util/defaults/src/test/org/apache/avalon/util/defaults/test
DefaultsBuilderTestCase.java
util/env/src/test/org/apache/avalon/util/env EnvTest.java
Log:
Added missing ASL 2.0 texts in Java files.
Revision Changes Path
1.7 +16 -0
avalon/fortress/container/src/impl/org/apache/avalon/fortress/util/CompositeException.java
Index: CompositeException.java
===================================================================
RCS file:
/home/cvs/avalon/fortress/container/src/impl/org/apache/avalon/fortress/util/CompositeException.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CompositeException.java 16 Sep 2003 14:46:59 -0000 1.6
+++ CompositeException.java 24 Feb 2004 23:57:38 -0000 1.7
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package org.apache.avalon.fortress.util;
import org.apache.avalon.framework.CascadingException;
1.5 +12 -0 avalon/logging/site/xdocs/impl/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon/logging/site/xdocs/impl/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 21 Feb 2004 15:20:20 -0000 1.4
+++ index.xml 24 Feb 2004 23:57:38 -0000 1.5
@@ -20,6 +20,7 @@
<document>
<properties>
<author email="[EMAIL PROTECTED]">Stephen McConnell</author>
+ <author email="[EMAIL PROTECTED]">Niclas Hedhman</author>
<title>Avalon Logging</title>
</properties>
<body>
@@ -43,6 +44,17 @@
a multiplex target, and a plugin target. The plugin target provides
support for the dynamic loading of new targets based on a artifact
identifier.
+ </td>
+ </tr>
+ <tr>
+ <td><a href="log4j/index.html">Log4J</a></td>
+ <td>
+ The Log4J plugin is a very thin wrapper of the extensive
+ Log4J Logging subsystem. Since Log4J's configuration is
+ used as-is, all configurable features are supported.
+ For more information about Log4J
+ and how it is configured, please visit the
+ <a href="http://logging.apache.org/log4j/">Log4J project</a>.
</td>
</tr>
</table>
1.6 +1 -0 avalon/logging/site/xdocs/impl/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/logging/site/xdocs/impl/navigation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- navigation.xml 21 Feb 2004 15:20:20 -0000 1.5
+++ navigation.xml 24 Feb 2004 23:57:38 -0000 1.6
@@ -36,6 +36,7 @@
<item name="Specification" href="/spec/index.html"/>
<item name="Implementations" href="/impl/index.html">
<item name="LogKit" href="/impl/logkit/index.html"/>
+ <item name="Log4J" href="/impl/log4j/index.html"/>
</item>
<item name="Examples" href="/examples/index.html"/>
</menu>
1.6 +1 -0 avalon/logging/site/xdocs/impl/logkit/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/logging/site/xdocs/impl/logkit/navigation.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- navigation.xml 21 Feb 2004 15:20:20 -0000 1.5
+++ navigation.xml 24 Feb 2004 23:57:38 -0000 1.6
@@ -42,6 +42,7 @@
<item name="Plugin Target" href="/impl/logkit/plugin/index.html"/>
<item name="Formatter" href="/impl/logkit/formatter.html"/>
</item>
+ <item name="Log4J" href="/impl/log4j/index.html"/>
</item>
<item name="Examples" href="/examples/index.html"/>
</menu>
1.2 +1 -0 avalon/logging/site/xdocs/impl/logkit/plugin/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/logging/site/xdocs/impl/logkit/plugin/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 21 Feb 2004 15:20:20 -0000 1.1
+++ navigation.xml 24 Feb 2004 23:57:38 -0000 1.2
@@ -46,6 +46,7 @@
</item>
<item name="Formatter" href="/impl/logkit/formatter.html"/>
</item>
+ <item name="Log4J" href="/impl/log4j/index.html"/>
</item>
<item name="Examples" href="/examples/index.html"/>
</menu>
1.3 +2 -2
avalon/merlin/facilities/http/api/src/java/org/apache/avalon/http/Handler.java
Index: Handler.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/facilities/http/api/src/java/org/apache/avalon/http/Handler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Handler.java 24 Feb 2004 22:18:22 -0000 1.2
+++ Handler.java 24 Feb 2004 23:57:38 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * Copyright 1999 Apache Software Foundation
+ * Copyright 1999-2004 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
1.2 +15 -0
avalon/merlin/platform/tutorials/configuration/block/src/java/tutorial/HelloComponent.java
Index: HelloComponent.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/configuration/block/src/java/tutorial/HelloComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HelloComponent.java 24 Sep 2003 09:33:48 -0000 1.1
+++ HelloComponent.java 24 Feb 2004 23:57:38 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.5 +16 -0
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/DefaultGizmo.java
Index: DefaultGizmo.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/DefaultGizmo.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DefaultGizmo.java 23 Feb 2004 01:29:05 -0000 1.4
+++ DefaultGizmo.java 24 Feb 2004 23:57:38 -0000 1.5
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import java.io.File;
1.3 +16 -0
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/DefaultWidget.java
Index: DefaultWidget.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/DefaultWidget.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultWidget.java 22 Feb 2004 16:12:58 -0000 1.2
+++ DefaultWidget.java 24 Feb 2004 23:57:38 -0000 1.3
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import org.apache.avalon.framework.logger.Logger;
1.2 +16 -0
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/Gizmo.java
Index: Gizmo.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/Gizmo.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Gizmo.java 21 Feb 2004 23:54:43 -0000 1.1
+++ Gizmo.java 24 Feb 2004 23:57:38 -0000 1.2
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
/**
1.7 +16 -0
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/HelloFacility.java
Index: HelloFacility.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/HelloFacility.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- HelloFacility.java 23 Feb 2004 01:29:05 -0000 1.6
+++ HelloFacility.java 24 Feb 2004 23:57:38 -0000 1.7
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import java.io.File;
1.2 +16 -0
avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/Widget.java
Index: Widget.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/dynamics/src/java/tutorial/Widget.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Widget.java 21 Feb 2004 23:54:43 -0000 1.1
+++ Widget.java 24 Feb 2004 23:57:38 -0000 1.2
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
/**
1.2 +15 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/DemoContext.java
Index: DemoContext.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/DemoContext.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DemoContext.java 24 Sep 2003 09:34:05 -0000 1.1
+++ DemoContext.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.2 +15 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/DemoContextProvider.java
Index: DemoContextProvider.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/DemoContextProvider.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DemoContextProvider.java 24 Sep 2003 09:34:06 -0000 1.1
+++ DemoContextProvider.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.3 +16 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/HelloComponent.java
Index: HelloComponent.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/HelloComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HelloComponent.java 24 Feb 2004 22:39:30 -0000 1.2
+++ HelloComponent.java 24 Feb 2004 23:57:39 -0000 1.3
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import java.io.File;
1.2 +15 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/NumberCruncher.java
Index: NumberCruncher.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/NumberCruncher.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NumberCruncher.java 24 Sep 2003 09:34:06 -0000 1.1
+++ NumberCruncher.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.2 +15 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/RandomGenerator.java
Index: RandomGenerator.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/RandomGenerator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomGenerator.java 24 Sep 2003 09:34:06 -0000 1.1
+++ RandomGenerator.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.2 +15 -0
avalon/merlin/platform/tutorials/mixed/src/java/tutorial/RandomGeneratorProvider.java
Index: RandomGeneratorProvider.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/mixed/src/java/tutorial/RandomGeneratorProvider.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomGeneratorProvider.java 24 Sep 2003 09:34:06 -0000 1.1
+++ RandomGeneratorProvider.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.3 +16 -0
avalon/merlin/platform/tutorials/profiles/src/java/tutorial/HelloComponent.java
Index: HelloComponent.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/profiles/src/java/tutorial/HelloComponent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HelloComponent.java 3 Oct 2003 14:42:34 -0000 1.2
+++ HelloComponent.java 24 Feb 2004 23:57:39 -0000 1.3
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
1.2 +15 -0
avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGenerator.java
Index: RandomGenerator.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGenerator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomGenerator.java 24 Sep 2003 09:34:07 -0000 1.1
+++ RandomGenerator.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.4 +15 -0
avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.java
Index: RandomGeneratorProvider.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/profiles/src/java/tutorial/RandomGeneratorProvider.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RandomGeneratorProvider.java 4 Oct 2003 10:46:13 -0000 1.3
+++ RandomGeneratorProvider.java 24 Feb 2004 23:57:39 -0000 1.4
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.2 +16 -0
avalon/merlin/platform/tutorials/selection/src/java/tutorial/HelloComponent.java
Index: HelloComponent.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/selection/src/java/tutorial/HelloComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HelloComponent.java 4 Oct 2003 09:52:24 -0000 1.1
+++ HelloComponent.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
package tutorial;
import org.apache.avalon.framework.logger.AbstractLogEnabled;
1.2 +15 -0
avalon/merlin/platform/tutorials/selection/src/java/tutorial/RandomGenerator.java
Index: RandomGenerator.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/selection/src/java/tutorial/RandomGenerator.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomGenerator.java 4 Oct 2003 09:52:24 -0000 1.1
+++ RandomGenerator.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.2 +15 -0
avalon/merlin/platform/tutorials/selection/src/java/tutorial/RandomGeneratorProvider.java
Index: RandomGeneratorProvider.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/selection/src/java/tutorial/RandomGeneratorProvider.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RandomGeneratorProvider.java 4 Oct 2003 09:52:24 -0000 1.1
+++ RandomGeneratorProvider.java 24 Feb 2004 23:57:39 -0000 1.2
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package tutorial;
1.3 +13 -2
avalon/merlin/platform/tutorials/simple-web/src/java/tutorial/RfcDateFormat.java
Index: RfcDateFormat.java
===================================================================
RCS file:
/home/cvs/avalon/merlin/platform/tutorials/simple-web/src/java/tutorial/RfcDateFormat.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RfcDateFormat.java 24 Feb 2004 22:39:30 -0000 1.2
+++ RfcDateFormat.java 24 Feb 2004 23:57:39 -0000 1.3
@@ -1,6 +1,17 @@
/*
- * RfcDateFormat.java
- *
+ * 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.
*/
package tutorial;
1.4 +16 -1
avalon/repository/test/src/test/org/apache/avalon/repository/main/DefaultInitialContextFactoryTestCase.java
Index: DefaultInitialContextFactoryTestCase.java
===================================================================
RCS file:
/home/cvs/avalon/repository/test/src/test/org/apache/avalon/repository/main/DefaultInitialContextFactoryTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DefaultInitialContextFactoryTestCase.java 24 Feb 2004 22:18:24 -0000 1.3
+++ DefaultInitialContextFactoryTestCase.java 24 Feb 2004 23:57:39 -0000 1.4
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package org.apache.avalon.repository.main;
1.3 +16 -1
avalon/util/defaults/src/test/org/apache/avalon/util/defaults/test/DefaultsBuilderTestCase.java
Index: DefaultsBuilderTestCase.java
===================================================================
RCS file:
/home/cvs/avalon/util/defaults/src/test/org/apache/avalon/util/defaults/test/DefaultsBuilderTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultsBuilderTestCase.java 24 Feb 2004 22:18:24 -0000 1.2
+++ DefaultsBuilderTestCase.java 24 Feb 2004 23:57:39 -0000 1.3
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ */
package org.apache.avalon.util.defaults.test;
1.4 +19 -2 avalon/util/env/src/test/org/apache/avalon/util/env/EnvTest.java
Index: EnvTest.java
===================================================================
RCS file:
/home/cvs/avalon/util/env/src/test/org/apache/avalon/util/env/EnvTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EnvTest.java 24 Feb 2004 22:39:31 -0000 1.3
+++ EnvTest.java 24 Feb 2004 23:57:39 -0000 1.4
@@ -1,5 +1,22 @@
+/*
+ * 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.
+ */
+
package org.apache.avalon.util.env;
-import junit.framework.TestCase ;
+
+import junit.framework.TestCase;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]