You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/08/17 19:03:40 UTC

svn commit: r233197 - in /jakarta/hivemind/trunk/framework/src: java/org/apache/hivemind/util/ test/org/apache/hivemind/ test/org/apache/hivemind/impl/ test/org/apache/hivemind/service/impl/

Author: hlship
Date: Wed Aug 17 10:03:29 2005
New Revision: 233197

URL: http://svn.apache.org/viewcvs?rev=233197&view=rev
Log:
Add missing copyrights.

Modified:
    jakarta/hivemind/trunk/framework/src/java/org/apache/hivemind/util/URLResource.java
    jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanA.java
    jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanB.java
    jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/Privates.properties
    jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryImpl.java
    jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/service/impl/TestBuilderPropertyFacet.java

Modified: jakarta/hivemind/trunk/framework/src/java/org/apache/hivemind/util/URLResource.java
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/java/org/apache/hivemind/util/URLResource.java?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/java/org/apache/hivemind/util/URLResource.java (original)
+++ jakarta/hivemind/trunk/framework/src/java/org/apache/hivemind/util/URLResource.java Wed Aug 17 10:03:29 2005
@@ -11,6 +11,7 @@
 // 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.hivemind.util;
 
 import java.io.IOException;

Modified: jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanA.java
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanA.java?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanA.java (original)
+++ jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanA.java Wed Aug 17 10:03:29 2005
@@ -1,8 +1,10 @@
+// Copyright 2005 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
+//     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,

Modified: jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanB.java
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanB.java?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanB.java (original)
+++ jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/BeanB.java Wed Aug 17 10:03:29 2005
@@ -1,8 +1,10 @@
+// Copyright 2005 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
+//     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,

Modified: jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/Privates.properties
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/Privates.properties?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/Privates.properties (original)
+++ jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/Privates.properties Wed Aug 17 10:03:29 2005
@@ -11,4 +11,5 @@
 # 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.
+
 test.message=Test Message

Modified: jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryImpl.java?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryImpl.java (original)
+++ jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/impl/TestRegistryImpl.java Wed Aug 17 10:03:29 2005
@@ -1,4 +1,4 @@
-//Copyright 2004, 2005 The Apache Software Foundation
+// Copyright 2004, 2005 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.

Modified: jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/service/impl/TestBuilderPropertyFacet.java
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/service/impl/TestBuilderPropertyFacet.java?rev=233197&r1=233196&r2=233197&view=diff
==============================================================================
--- jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/service/impl/TestBuilderPropertyFacet.java (original)
+++ jakarta/hivemind/trunk/framework/src/test/org/apache/hivemind/service/impl/TestBuilderPropertyFacet.java Wed Aug 17 10:03:29 2005
@@ -1,4 +1,4 @@
-//Copyright 2005 The Apache Software Foundation
+// Copyright 2005 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org