|
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:28
|
Update of /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache Modified Files: ICacheDelegate.java ICacheEntry.java ICacheEntryFactory.java SoftCacheEntry.java SoftCacheEntryFactory.java WeakCacheEntry.java WeakCacheEntryFactory.java WeakValueCache.java Log Message: License change to 1.1 Index: WeakCacheEntryFactory.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/WeakCacheEntryFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WeakCacheEntryFactory.java 13 Dec 2005 21:49:12 -0000 1.1 --- WeakCacheEntryFactory.java 17 Mar 2006 02:16:49 -0000 1.2 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: SoftCacheEntry.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/SoftCacheEntry.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SoftCacheEntry.java 13 Dec 2005 21:49:12 -0000 1.2 --- SoftCacheEntry.java 17 Mar 2006 02:16:49 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: SoftCacheEntryFactory.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/SoftCacheEntryFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SoftCacheEntryFactory.java 13 Dec 2005 21:49:12 -0000 1.1 --- SoftCacheEntryFactory.java 17 Mar 2006 02:16:49 -0000 1.2 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: WeakValueCache.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/WeakValueCache.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WeakValueCache.java 4 Jan 2006 15:27:38 -0000 1.3 --- WeakValueCache.java 17 Mar 2006 02:16:49 -0000 1.4 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: ICacheDelegate.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/ICacheDelegate.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ICacheDelegate.java 13 Dec 2005 21:11:32 -0000 1.1 --- ICacheDelegate.java 17 Mar 2006 02:16:49 -0000 1.2 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: ICacheEntry.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/ICacheEntry.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ICacheEntry.java 13 Dec 2005 21:11:32 -0000 1.1 --- ICacheEntry.java 17 Mar 2006 02:16:49 -0000 1.2 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: ICacheEntryFactory.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/ICacheEntryFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ICacheEntryFactory.java 13 Dec 2005 21:49:12 -0000 1.2 --- ICacheEntryFactory.java 17 Mar 2006 02:16:49 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: WeakCacheEntry.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/cache/WeakCacheEntry.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WeakCacheEntry.java 13 Dec 2005 21:49:12 -0000 1.2 --- WeakCacheEntry.java 17 Mar 2006 02:16:49 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org |