User: tobias  
  Date: 01/01/03 00:28:44

  Modified:    src/main/org/jboss/verifier/event VerificationEvent.java
                        VerificationEventGenerator.java
                        VerificationEventGeneratorSupport.java
                        VerificationListener.java
  Log:
  changed remains of GPL to LGPL. Approved by Juha.
  
  Revision  Changes    Path
  1.9       +14 -14    jboss/src/main/org/jboss/verifier/event/VerificationEvent.java
  
  Index: VerificationEvent.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/event/VerificationEvent.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- VerificationEvent.java    2000/12/01 19:09:38     1.8
  +++ VerificationEvent.java    2001/01/03 08:28:43     1.9
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.event.VerificationEvent
    * Copyright (C) 2000  Juha Lindfors
    *
  - * This program is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU General Public License
  - * as published by the Free Software Foundation; either version 2
  - * of the License, or (at your option) any later version.
  - *
  - * This program is distributed in the hope that it will be useful,
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU General Public License for more details.
  - *
  - * You should have received a copy of the GNU General Public License
  - * along with this program; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
  + * 
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: VerificationEvent.java,v 1.8 2000/12/01 19:09:38 juha Exp $
  + * $Id: VerificationEvent.java,v 1.9 2001/01/03 08:28:43 tobias Exp $
    */
   
   
  @@ -36,7 +36,7 @@
   /**
    *
    * @author   Juha Lindfors   ([EMAIL PROTECTED])
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    * @since    JDK 1.3
    */
   public class VerificationEvent extends EventObject {
  
  
  
  1.3       +13 -13    
jboss/src/main/org/jboss/verifier/event/VerificationEventGenerator.java
  
  Index: VerificationEventGenerator.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/event/VerificationEventGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VerificationEventGenerator.java   2000/08/20 20:48:08     1.2
  +++ VerificationEventGenerator.java   2001/01/03 08:28:43     1.3
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.event.VerificationEventGenerator
    * Copyright (C) 2000  Juha Lindfors
    *
  - * This program is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU General Public License
  - * as published by the Free Software Foundation; either version 2
  - * of the License, or (at your option) any later version.
  - *
  - * This program is distributed in the hope that it will be useful,
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU General Public License for more details.
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
    * 
  - * You should have received a copy of the GNU General Public License
  - * along with this program; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: VerificationEventGenerator.java,v 1.2 2000/08/20 20:48:08 juha Exp $
  + * $Id: VerificationEventGenerator.java,v 1.3 2001/01/03 08:28:43 tobias Exp $
    *
    * You can reach the author by sending email to [EMAIL PROTECTED]
    */
  @@ -39,7 +39,7 @@
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author   Juha Lindfors
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @since    JDK 1.3
    */
   public interface VerificationEventGenerator extends EventGenerator {
  
  
  
  1.3       +13 -13    
jboss/src/main/org/jboss/verifier/event/VerificationEventGeneratorSupport.java
  
  Index: VerificationEventGeneratorSupport.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/event/VerificationEventGeneratorSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VerificationEventGeneratorSupport.java    2000/08/20 20:48:08     1.2
  +++ VerificationEventGeneratorSupport.java    2001/01/03 08:28:43     1.3
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.event.VerificationEventGeneratorSupport
    * Copyright (C) 2000  Juha Lindfors
    *
  - * This program is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU General Public License
  - * as published by the Free Software Foundation; either version 2
  - * of the License, or (at your option) any later version.
  - *
  - * This program is distributed in the hope that it will be useful,
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU General Public License for more details.
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
    * 
  - * You should have received a copy of the GNU General Public License
  - * along with this program; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    *
    * This package and its source code is available at www.jboss.org
  - * $Id: VerificationEventGeneratorSupport.java,v 1.2 2000/08/20 20:48:08 juha Exp $
  + * $Id: VerificationEventGeneratorSupport.java,v 1.3 2001/01/03 08:28:43 tobias Exp 
$
    *
    * You can reach the author by sending email to [EMAIL PROTECTED]
    */
  @@ -43,7 +43,7 @@
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author   Juha Lindfors
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @since    JDK 1.3
    */
   public class VerificationEventGeneratorSupport extends EventGeneratorSupport {
  
  
  
  1.3       +13 -13    
jboss/src/main/org/jboss/verifier/event/VerificationListener.java
  
  Index: VerificationListener.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/event/VerificationListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- VerificationListener.java 2000/08/20 20:48:08     1.2
  +++ VerificationListener.java 2001/01/03 08:28:44     1.3
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.event.VerificationListener
    * Copyright (C) 2000  Juha Lindfors
    *
  - * This program is free software; you can redistribute it and/or
  - * modify it under the terms of the GNU General Public License
  - * as published by the Free Software Foundation; either version 2
  - * of the License, or (at your option) any later version.
  - *
  - * This program is distributed in the hope that it will be useful,
  + * This library is free software; you can redistribute it and/or
  + * modify it under the terms of the GNU Lesser General Public
  + * License as published by the Free Software Foundation; either
  + * version 2 of the License, or (at your option) any later version
  + * 
  + * This library is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
  - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  - * GNU General Public License for more details.
  + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  + * Lesser General Public License for more details.
    * 
  - * You should have received a copy of the GNU General Public License
  - * along with this program; if not, write to the Free Software
  - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  + * You should have received a copy of the GNU Lesser General Public
  + * License along with this library; if not, write to the Free Software
  + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    *
    * This package and its source code is available at www.gjt.org
  - * $Id: VerificationListener.java,v 1.2 2000/08/20 20:48:08 juha Exp $
  + * $Id: VerificationListener.java,v 1.3 2001/01/03 08:28:44 tobias Exp $
    *
    * You can reach the author by sending email to [EMAIL PROTECTED] or
    * directly to [EMAIL PROTECTED]
  @@ -42,7 +42,7 @@
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author   Juha Lindfors
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @since    JDK 1.3
    */
   public interface VerificationListener extends EventListener {
  
  
  

Reply via email to