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

  Modified:    src/etc  interface.java
  Log:
  Updated project name (jBoss -> JBoss) and license (GPL -> LGPL).
  
  Revision  Changes    Path
  1.2       +6 -6      jboss/src/etc/interface.java
  
  Index: interface.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/interface.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- interface.java    2000/04/22 14:30:13     1.1
  +++ interface.java    2000/12/12 09:57:19     1.2
  @@ -1,23 +1,23 @@
   /*
  - * 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 interface X
      extends Y
   {
      // Constants -----------------------------------------------------
  -    
  +
      // Static --------------------------------------------------------
   
      // Public --------------------------------------------------------
  
  
  

Reply via email to