User: simone  
  Date: 00/12/12 01:57:36

  Modified:    src/etc  class.java
  Log:
  Updated project name (jBoss -> JBoss) and license (GPL -> LGPL).
  
  Revision  Changes    Path
  1.2       +13 -13    jboss/src/etc/class.java
  
  Index: class.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/class.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- class.java        2000/04/22 14:30:13     1.1
  +++ class.java        2000/12/12 09:57:36     1.2
  @@ -1,40 +1,40 @@
   /*
  - * jBoss, the OpenSource EJB server
  + * JBoss, the OpenSource EJB server
    *
  - * Distributable under GPL license.
  + * Distributable under LGPL license.
    * See terms of license at gnu.org.
    */
   package x;
   
   /**
  - *   <description> 
  - *      
  + *   <description>
  + *
    *   @see <related>
    *   @author <firstname> <lastname> (<email>)
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public class X
      extends Y
      implements Z
   {
      // Constants -----------------------------------------------------
  -    
  +
      // Attributes ----------------------------------------------------
  -    
  +
      // Static --------------------------------------------------------
  -   
  +
      // Constructors --------------------------------------------------
  -   
  +
      // Public --------------------------------------------------------
   
      // Z implementation ----------------------------------------------
  -    
  +
      // Y overrides ---------------------------------------------------
  -   
  +
      // Package protected ---------------------------------------------
  -    
  +
      // Protected -----------------------------------------------------
  -    
  +
      // Private -------------------------------------------------------
   
      // Inner classes -------------------------------------------------
  
  
  

Reply via email to