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

  Modified:    src/main/org/jboss/verifier/strategy AbstractVerifier.java
                        EJBVerifier11.java EJBVerifier20.java
                        VerificationContext.java VerificationStrategy.java
  Log:
  changed remains of GPL to LGPL. Approved by Juha.
  
  Revision  Changes    Path
  1.16      +14 -14    jboss/src/main/org/jboss/verifier/strategy/AbstractVerifier.java
  
  Index: AbstractVerifier.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/AbstractVerifier.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- AbstractVerifier.java     2000/11/14 19:54:33     1.15
  +++ AbstractVerifier.java     2001/01/03 08:28:47     1.16
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.strategy.AbstractVerifier
    * 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: AbstractVerifier.java,v 1.15 2000/11/14 19:54:33 juha Exp $
  + * $Id: AbstractVerifier.java,v 1.16 2001/01/03 08:28:47 tobias Exp $
    */
   
   // standard imports
  @@ -61,7 +61,7 @@
    * @author   Juha Lindfors ([EMAIL PROTECTED])
    * @author  Aaron Mulder  ([EMAIL PROTECTED])
    *
  - * @version $Revision: 1.15 $
  + * @version $Revision: 1.16 $
    * @since    JDK 1.3
    */
   public abstract class AbstractVerifier implements VerificationStrategy {
  
  
  
  1.25      +14 -14    jboss/src/main/org/jboss/verifier/strategy/EJBVerifier11.java
  
  Index: EJBVerifier11.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/EJBVerifier11.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- EJBVerifier11.java        2000/11/14 19:54:33     1.24
  +++ EJBVerifier11.java        2001/01/03 08:28:48     1.25
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.strategy.EJBVerifier11
    * 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: EJBVerifier11.java,v 1.24 2000/11/14 19:54:33 juha Exp $
  + * $Id: EJBVerifier11.java,v 1.25 2001/01/03 08:28:48 tobias Exp $
    */
   
   
  @@ -54,7 +54,7 @@
    * @author  Juha Lindfors ([EMAIL PROTECTED])
    * @author  Aaron Mulder  ([EMAIL PROTECTED])
    *
  - * @version $Revision: 1.24 $
  + * @version $Revision: 1.25 $
    * @since   JDK 1.3
    */
   public class EJBVerifier11 extends AbstractVerifier {
  
  
  
  1.9       +13 -13    jboss/src/main/org/jboss/verifier/strategy/EJBVerifier20.java
  
  Index: EJBVerifier20.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/EJBVerifier20.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- EJBVerifier20.java        2000/11/05 19:02:36     1.8
  +++ EJBVerifier20.java        2001/01/03 08:28:48     1.9
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.strategy.EJBVerifier20
    * 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: EJBVerifier20.java,v 1.8 2000/11/05 19:02:36 juha Exp $
  + * $Id: EJBVerifier20.java,v 1.9 2001/01/03 08:28:48 tobias Exp $
    */
   
   
  @@ -43,7 +43,7 @@
    * EJB 2.0 bean verifier.
    *
    * @author   Juha Lindfors   ([EMAIL PROTECTED])
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    * @since    JDK 1.3
    */
   public class EJBVerifier20 extends AbstractVerifier {
  
  
  
  1.6       +13 -13    
jboss/src/main/org/jboss/verifier/strategy/VerificationContext.java
  
  Index: VerificationContext.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/VerificationContext.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- VerificationContext.java  2000/09/30 12:03:03     1.5
  +++ VerificationContext.java  2001/01/03 08:28:48     1.6
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.strategy.VerificationContext;
    * 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: VerificationContext.java,v 1.5 2000/09/30 12:03:03 oleg Exp $
  + * $Id: VerificationContext.java,v 1.6 2001/01/03 08:28:48 tobias Exp $
    *
    * You can reach the author by sending email to [EMAIL PROTECTED]
    */
  @@ -47,7 +47,7 @@
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author  Juha Lindfors
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    * @since   JDK 1.3
    */
   public interface VerificationContext extends StrategyContext,
  
  
  
  1.6       +13 -13    
jboss/src/main/org/jboss/verifier/strategy/VerificationStrategy.java
  
  Index: VerificationStrategy.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/strategy/VerificationStrategy.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- VerificationStrategy.java 2000/08/20 20:48:07     1.5
  +++ VerificationStrategy.java 2001/01/03 08:28:48     1.6
  @@ -4,22 +4,22 @@
    * Class org.jboss.verifier.strategy.VerificationStrategy
    * 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: VerificationStrategy.java,v 1.5 2000/08/20 20:48:07 juha Exp $
  + * $Id: VerificationStrategy.java,v 1.6 2001/01/03 08:28:48 tobias Exp $
    */
   
   
  @@ -44,7 +44,7 @@
    * @see     << OTHER RELATED CLASSES >>
    *
    * @author   Juha Lindfors ([EMAIL PROTECTED])
  - * @version $Revision: 1.5 $
  + * @version $Revision: 1.6 $
    * @since    JDK 1.3
    */
   public interface VerificationStrategy extends Strategy {
  
  
  

Reply via email to