You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/02/18 22:19:56 UTC

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common SerializationHelper.java

hammant     02/02/18 13:19:56

  Modified:    altrmi/src/java/org/apache/commons/altrmi/common
                        SerializationHelper.java
  Log:
  correct header
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common/SerializationHelper.java
  
  Index: SerializationHelper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common/SerializationHelper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SerializationHelper.java	2 Feb 2002 23:39:41 -0000	1.2
  +++ SerializationHelper.java	18 Feb 2002 21:19:56 -0000	1.3
  @@ -1,10 +1,10 @@
  +
   /*
  - * Created by IntelliJ IDEA.
  - * User: Administrator
  - * Date: Jan 26, 2002
  - * Time: 2:36:56 PM
  - * To change template for new class use 
  - * Code Style | Class Templates options (Tools | IDE Options).
  + * Copyright (C) The Apache Software Foundation. All rights reserved.
  + *
  + * This software is published under the terms of the Apache Software License
  + * version 1.1, a copy of which has been included with this distribution in
  + * the LICENSE.txt file.
    */
   package org.apache.commons.altrmi.common;
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common SerializationHelper.java

Posted by "Michael A. Smith" <mi...@iammichael.org>.
This, and all other files, should have the long (and only) form of the 
Apache Software License.  

See: 
http://www.mail-archive.com/general%40jakarta.apache.org/msg01352.html
http://www.mail-archive.com/general%40jakarta.apache.org/msg01358.html
http://www.mail-archive.com/general%40jakarta.apache.org/msg02488.html
http://www.mail-archive.com/general%40jakarta.apache.org/msg02494.html

regards,
michael

On 18 Feb 2002 hammant@apache.org wrote:
> hammant     02/02/18 13:19:56
> 
>   Modified:    altrmi/src/java/org/apache/commons/altrmi/common
>                         SerializationHelper.java
>   Log:
>   correct header
>   
>   Revision  Changes    Path
>   1.3       +6 -6      jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common/SerializationHelper.java
>   
>   Index: SerializationHelper.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/common/SerializationHelper.java,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- SerializationHelper.java	2 Feb 2002 23:39:41 -0000	1.2
>   +++ SerializationHelper.java	18 Feb 2002 21:19:56 -0000	1.3
>   @@ -1,10 +1,10 @@
>   +
>    /*
>   - * Created by IntelliJ IDEA.
>   - * User: Administrator
>   - * Date: Jan 26, 2002
>   - * Time: 2:36:56 PM
>   - * To change template for new class use 
>   - * Code Style | Class Templates options (Tools | IDE Options).
>   + * Copyright (C) The Apache Software Foundation. All rights reserved.
>   + *
>   + * This software is published under the terms of the Apache Software License
>   + * version 1.1, a copy of which has been included with this distribution in
>   + * the LICENSE.txt file.
>     */
>    package org.apache.commons.altrmi.common;
>    
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>