User: tobias
Date: 01/01/03 00:28:46
Modified: src/main/org/jboss/verifier/factory DefaultEventFactory.java
VerificationEventFactory.java
Log:
changed remains of GPL to LGPL. Approved by Juha.
Revision Changes Path
1.5 +13 -13
jboss/src/main/org/jboss/verifier/factory/DefaultEventFactory.java
Index: DefaultEventFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/factory/DefaultEventFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DefaultEventFactory.java 2000/11/14 20:37:16 1.4
+++ DefaultEventFactory.java 2001/01/03 08:28:45 1.5
@@ -4,22 +4,22 @@
* Class org.jboss.verifier.factory.DefaultEventFactory
* 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: DefaultEventFactory.java,v 1.4 2000/11/14 20:37:16 juha Exp $
+ * $Id: DefaultEventFactory.java,v 1.5 2001/01/03 08:28:45 tobias Exp $
*/
@@ -47,7 +47,7 @@
* <p>
*
* @author Juha Lindfors ([EMAIL PROTECTED])
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* @since JDK 1.3
*/
public class DefaultEventFactory implements VerificationEventFactory {
1.2 +13 -13
jboss/src/main/org/jboss/verifier/factory/VerificationEventFactory.java
Index: VerificationEventFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/verifier/factory/VerificationEventFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VerificationEventFactory.java 2000/07/19 21:27:46 1.1
+++ VerificationEventFactory.java 2001/01/03 08:28:46 1.2
@@ -4,22 +4,22 @@
* Class org.jboss.verifier.factory.VerificationEventFactory
* 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: VerificationEventFactory.java,v 1.1 2000/07/19 21:27:46 juha Exp $
+ * $Id: VerificationEventFactory.java,v 1.2 2001/01/03 08:28:46 tobias Exp $
*/
// standard imports
@@ -42,7 +42,7 @@
* @see << OTHER RELATED CLASSES >>
*
* @author Juha Lindfors ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
* @since JDK 1.3
*/
public interface VerificationEventFactory extends AbstractFactory {