You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by ha...@apache.org on 2004/07/06 19:01:55 UTC

svn commit: rev 22636 - in excalibur/branches/fortress-experiments/meta/src: java/org/apache/avalon/fortress/tools test/org/apache/avalon/fortress/tools/test

Author: hammett
Date: Tue Jul  6 10:01:54 2004
New Revision: 22636

Modified:
   excalibur/branches/fortress-experiments/meta/src/java/org/apache/avalon/fortress/tools/Service.java
   excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentMetaInfoCollectorTestCase.java
   excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentTestCase.java
   excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ServiceTestCase.java
Log:
Doh! Fixing license headers :-(

Modified: excalibur/branches/fortress-experiments/meta/src/java/org/apache/avalon/fortress/tools/Service.java
==============================================================================
--- excalibur/branches/fortress-experiments/meta/src/java/org/apache/avalon/fortress/tools/Service.java	(original)
+++ excalibur/branches/fortress-experiments/meta/src/java/org/apache/avalon/fortress/tools/Service.java	Tue Jul  6 10:01:54 2004
@@ -29,7 +29,7 @@
  * Encapsulate the Service information, and encapsulate all the
  * logic to serialize the service.
  *
- * @author <a href="mailto:dev@avalon.apache.org">The Avalon Team</a>
+ * @author <a href="mailto:dev@excalibur.apache.org">Excalibur Team</a>
  * @version CVS $Revision: 1.1 $ $Date: 2004/04/02 08:29:44 $
  */
 public final class Service

Modified: excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentMetaInfoCollectorTestCase.java
==============================================================================
--- excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentMetaInfoCollectorTestCase.java	(original)
+++ excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentMetaInfoCollectorTestCase.java	Tue Jul  6 10:01:54 2004
@@ -1,7 +1,20 @@
-/*
- * Created on 05/07/2004
- *
+/* 
+ * 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.
+ * 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.tools.test;
 
 import java.io.File;
@@ -18,7 +31,7 @@
 /**
  * Pending
  * 
- * @author hammett
+ * @author <a href="mailto:dev@excalibur.apache.org">Excalibur Team</a>
  */
 public class ComponentMetaInfoCollectorTestCase extends TestCase
 {

Modified: excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentTestCase.java
==============================================================================
--- excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentTestCase.java	(original)
+++ excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ComponentTestCase.java	Tue Jul  6 10:01:54 2004
@@ -1,7 +1,20 @@
-/*
- * Created on 05/07/2004
- *
+/* 
+ * 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.
+ * 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.tools.test;
 
 import java.io.File;
@@ -16,7 +29,7 @@
 /**
  * Pending
  * 
- * @author hammett
+ * @author <a href="mailto:dev@excalibur.apache.org">Excalibur Team</a>
  */
 public class ComponentTestCase extends TestCase
 {

Modified: excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ServiceTestCase.java
==============================================================================
--- excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ServiceTestCase.java	(original)
+++ excalibur/branches/fortress-experiments/meta/src/test/org/apache/avalon/fortress/tools/test/ServiceTestCase.java	Tue Jul  6 10:01:54 2004
@@ -1,7 +1,20 @@
-/*
- * Created on 05/07/2004
- *
+/* 
+ * 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.
+ * 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.tools.test;
 
 import java.io.File;
@@ -17,7 +30,7 @@
 /**
  * Pending
  * 
- * @author hammett
+ * @author <a href="mailto:dev@excalibur.apache.org">Excalibur Team</a>
  */
 public class ServiceTestCase extends TestCase
 {

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org