Update of /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc Modified Files: CTCGeneric.java CTCIterator.java CTCLinkSet.java CTCLinkSetIndex.java CTCObjectManager.java UnboundPropertyException.java Log Message: License change to 1.1 Index: CTCGeneric.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/CTCGeneric.java,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** CTCGeneric.java 22 Feb 2006 22:56:32 -0000 1.29 --- CTCGeneric.java 17 Mar 2006 02:16:45 -0000 1.30 *************** *** 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: CTCLinkSetIndex.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/CTCLinkSetIndex.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CTCLinkSetIndex.java 22 Feb 2006 22:56:32 -0000 1.7 --- CTCLinkSetIndex.java 17 Mar 2006 02:16:45 -0000 1.8 *************** *** 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: CTCIterator.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/CTCIterator.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CTCIterator.java 22 Feb 2006 22:56:32 -0000 1.6 --- CTCIterator.java 17 Mar 2006 02:16:45 -0000 1.7 *************** *** 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: CTCObjectManager.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/CTCObjectManager.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CTCObjectManager.java 22 Feb 2006 22:56:32 -0000 1.12 --- CTCObjectManager.java 17 Mar 2006 02:16:45 -0000 1.13 *************** *** 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: CTCLinkSet.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/CTCLinkSet.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CTCLinkSet.java 9 Nov 2005 21:06:33 -0000 1.14 --- CTCLinkSet.java 17 Mar 2006 02:16:45 -0000 1.15 *************** *** 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: UnboundPropertyException.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/java/org/CognitiveWeb/generic/store/ctc/UnboundPropertyException.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UnboundPropertyException.java 16 Dec 2004 14:49:20 -0000 1.1.1.1 --- UnboundPropertyException.java 17 Mar 2006 02:16:45 -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 |