You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by jc...@apache.org on 2005/03/28 03:31:18 UTC

cvs commit: jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel TestSingletonServiceModel.java TestPrimitiveServiceModel.java BooleanHolder.java Simple.java SimpleImpl.java

jcarman     2005/03/27 17:31:18

  Modified:    framework/src/test/org/apache/hivemind/impl/servicemodel
                        TestSingletonServiceModel.java
                        TestPrimitiveServiceModel.java BooleanHolder.java
                        Simple.java SimpleImpl.java
  Log:
  Fixed copyright comment.
  
  Revision  Changes    Path
  1.2       +14 -0     jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/TestSingletonServiceModel.java
  
  Index: TestSingletonServiceModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/TestSingletonServiceModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestSingletonServiceModel.java	28 Mar 2005 01:08:49 -0000	1.1
  +++ TestSingletonServiceModel.java	28 Mar 2005 01:31:18 -0000	1.2
  @@ -1,3 +1,17 @@
  +// 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.
  +// 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.hivemind.impl.servicemodel;
   
   import org.apache.hivemind.Registry;
  
  
  
  1.2       +1 -1      jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/TestPrimitiveServiceModel.java
  
  Index: TestPrimitiveServiceModel.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/TestPrimitiveServiceModel.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestPrimitiveServiceModel.java	28 Mar 2005 01:08:49 -0000	1.1
  +++ TestPrimitiveServiceModel.java	28 Mar 2005 01:31:18 -0000	1.2
  @@ -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.
  
  
  
  1.2       +3 -3      jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/BooleanHolder.java
  
  Index: BooleanHolder.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/BooleanHolder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BooleanHolder.java	28 Mar 2005 01:08:49 -0000	1.1
  +++ BooleanHolder.java	28 Mar 2005 01:31:18 -0000	1.2
  @@ -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.
  @@ -21,12 +21,12 @@
   public class BooleanHolder
   {
       private boolean value;
  -    
  +
       public boolean getValue()
       {
           return value;
       }
  -    
  +
       public void setValue(boolean value)
       {
           this.value = value;
  
  
  
  1.2       +1 -1      jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/Simple.java
  
  Index: Simple.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/Simple.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Simple.java	28 Mar 2005 01:08:49 -0000	1.1
  +++ Simple.java	28 Mar 2005 01:31:18 -0000	1.2
  @@ -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.
  
  
  
  1.2       +1 -1      jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/SimpleImpl.java
  
  Index: SimpleImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/org/apache/hivemind/impl/servicemodel/SimpleImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleImpl.java	28 Mar 2005 01:08:49 -0000	1.1
  +++ SimpleImpl.java	28 Mar 2005 01:31:18 -0000	1.2
  @@ -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.
  
  
  

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