]> source.dussan.org Git - javassist.git/commitdiff
Update copyright notice
authorkkhan <kkhan@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 13 Jul 2006 10:04:51 +0000 (10:04 +0000)
committerkkhan <kkhan@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 13 Jul 2006 10:04:51 +0000 (10:04 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@290 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/scopedpool/ScopedClassPool.java
src/main/javassist/scopedpool/ScopedClassPoolFactory.java
src/main/javassist/scopedpool/ScopedClassPoolFactoryImpl.java
src/main/javassist/scopedpool/ScopedClassPoolRepository.java
src/main/javassist/scopedpool/ScopedClassPoolRepositoryImpl.java
src/main/javassist/scopedpool/SoftValueHashMap.java

index 07c0c17c55b5ce880ebc9497a3e647ca01bc3dba..7e9a1216f4ddb14bdd963adbc6b32645c8ea6484 100644 (file)
@@ -1,24 +1,18 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This 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.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software 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
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
+*
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
+*
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import java.lang.ref.WeakReference;
@@ -36,7 +30,7 @@ import javassist.NotFoundException;
  * @author <a href="mailto:bill@jboss.org">Bill Burke</a>
  * @author <a href="adrian@jboss.com">Adrian Brock</a>
  * @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class ScopedClassPool extends ClassPool
 {
index a91412e4358a7de7c9161a423eacf3f2d6b53338..e6cf600ea80fe6bf7bca621578f7b2b9d56c706e 100644 (file)
@@ -1,24 +1,18 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
 *
-* This 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.1 of
-* the License, or (at your option) any later version.
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
 *
-* This software 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import javassist.ClassPool;
@@ -26,7 +20,7 @@ import javassist.ClassPool;
 /**
  * 
  * @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public interface ScopedClassPoolFactory
 {
index d6f26ebdb1ed25b604a8554eda14a499c7a463a9..f45522008f607bfc9f2267f8017c4dd6c786a1a7 100644 (file)
@@ -1,24 +1,18 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
 *
-* This 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.1 of
-* the License, or (at your option) any later version.
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
 *
-* This software 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import javassist.ClassPool;
@@ -27,7 +21,7 @@ import javassist.ClassPool;
 /**
  * 
  * @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class ScopedClassPoolFactoryImpl implements ScopedClassPoolFactory
 {
index b4d55c0dc4430751555a8cb4458b9bbd4da4588d..da898d197a139e7b90ce025b3c2668622102bc80 100644 (file)
@@ -1,24 +1,18 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This 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.1 of
- * the License, or (at your option) any later version.
- *
- * This software 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
+*
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
+*
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import java.util.Map;
@@ -28,7 +22,7 @@ import javassist.ClassPool;
 /**
  * 
  * @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public interface ScopedClassPoolRepository
 {
index 6fca47ecf60ee5ab9495de565e0d558c81242131..f0436f4725a312090c22e6559f1198d432def7d2 100644 (file)
@@ -1,24 +1,18 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
 *
-* This 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.1 of
-* the License, or (at your option) any later version.
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
 *
-* This software 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
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import java.util.ArrayList;
@@ -33,7 +27,7 @@ import javassist.LoaderClassPath;
 /**
  * 
  * @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class ScopedClassPoolRepositoryImpl implements ScopedClassPoolRepository
 {
index b23616008cb573e32a617d6724911b621d4db4a1..4c2812c42f8e69004f971022fc7ffb224efbcbfb 100644 (file)
@@ -1,24 +1,18 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This 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.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software 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
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+* Javassist, a Java-bytecode translator toolkit.
+* Copyright (C) 2006 JBoss Inc., All Rights Reserved.
+*
+* The contents of this file are subject to the Mozilla Public License Version
+* 1.1 (the "License"); you may not use this file except in compliance with
+* the License.  Alternatively, the contents of this file may be used under
+* the terms of the GNU Lesser General Public License Version 2.1 or later.
+*
+* Software distributed under the License is distributed on an "AS IS"  
+basis,
+* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+* for the specific language governing rights and limitations under the
+* License.
+*/
 package javassist.scopedpool;
 
 import java.lang.ref.ReferenceQueue;
@@ -33,7 +27,7 @@ import java.util.Set;
  * This Map will remove entries when the value in the map has been
  * cleaned from garbage collection
  *
- * @version <tt>$Revision: 1.1 $</tt>
+ * @version <tt>$Revision: 1.2 $</tt>
  * @author  <a href="mailto:bill@jboss.org">Bill Burke</a>
  */
 public class SoftValueHashMap