You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(414) |
Apr
(123) |
May
(448) |
Jun
(180) |
Jul
(17) |
Aug
(49) |
Sep
(3) |
Oct
(92) |
Nov
(101) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(132) |
Feb
(230) |
Mar
(146) |
Apr
(146) |
May
|
Jun
|
Jul
(34) |
Aug
(4) |
Sep
(3) |
Oct
(10) |
Nov
(12) |
Dec
(24) |
2008 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(4) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:25
|
Update of /cvsroot/cweb/guide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/guide Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/guide/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 1 Dec 2003 01:04:55 -0000 1.1.1.1 --- LICENSE.txt 17 Mar 2006 02:16:50 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/gql-test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/gql-test Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/gql-test/LICENSE.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LICENSE.txt 9 Sep 2005 13:47:48 -0000 1.1 --- LICENSE.txt 17 Mar 2006 02:16:50 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-native/src/test/jdbm/om In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native/src/test/jdbm/om Modified Files: JDBMObjectManagerTestCase.java SimpleStoreTestCase.java Log Message: License change to 1.1 Index: SimpleStoreTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/test/jdbm/om/SimpleStoreTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleStoreTestCase.java 8 Nov 2005 21:20:48 -0000 1.1 --- SimpleStoreTestCase.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: JDBMObjectManagerTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/test/jdbm/om/JDBMObjectManagerTestCase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JDBMObjectManagerTestCase.java 13 Dec 2005 21:17:11 -0000 1.4 --- JDBMObjectManagerTestCase.java 17 Mar 2006 02:16:49 -0000 1.5 *************** *** 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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-native/src/java/jdbm/om In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native/src/java/jdbm/om Modified Files: JDBMObject.java JDBMObjectManager.java ObjectNotFoundException.java RuntimeOptions.java Log Message: License change to 1.1 Index: JDBMObject.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/jdbm/om/JDBMObject.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** JDBMObject.java 4 Jan 2006 15:27:38 -0000 1.15 --- JDBMObject.java 17 Mar 2006 02:16:48 -0000 1.16 *************** *** 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: ObjectNotFoundException.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/jdbm/om/ObjectNotFoundException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ObjectNotFoundException.java 2 Sep 2005 18:25:10 -0000 1.1 --- ObjectNotFoundException.java 17 Mar 2006 02:16:48 -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: JDBMObjectManager.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/jdbm/om/JDBMObjectManager.java,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** JDBMObjectManager.java 4 Jan 2006 15:27:38 -0000 1.25 --- JDBMObjectManager.java 17 Mar 2006 02:16:48 -0000 1.26 *************** *** 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: RuntimeOptions.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/jdbm/om/RuntimeOptions.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RuntimeOptions.java 8 Nov 2005 21:20:48 -0000 1.6 --- RuntimeOptions.java 17 Mar 2006 02:16:48 -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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-test Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/generic-test/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 16 Dec 2004 14:47:53 -0000 1.1.1.1 --- LICENSE.txt 17 Mar 2006 02:16:49 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-native/src/test/jdbm/om/blob In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native/src/test/jdbm/om/blob Modified Files: JDBMBlobPerformanceTest.java JDBMBlobTestCase.java Log Message: License change to 1.1 Index: JDBMBlobPerformanceTest.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/test/jdbm/om/blob/JDBMBlobPerformanceTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JDBMBlobPerformanceTest.java 8 Nov 2005 21:20:48 -0000 1.1 --- JDBMBlobPerformanceTest.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: JDBMBlobTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/test/jdbm/om/blob/JDBMBlobTestCase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** JDBMBlobTestCase.java 17 Nov 2005 18:26:11 -0000 1.3 --- JDBMBlobTestCase.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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-native/src/resources/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native/src/resources/examples Modified Files: GettingStarted.java Log Message: License change to 1.1 Index: GettingStarted.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/resources/examples/GettingStarted.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GettingStarted.java 16 Mar 2006 19:00:42 -0000 1.3 --- GettingStarted.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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:24
|
Update of /cvsroot/cweb/generic-test/src/java/org/CognitiveWeb/generic/gql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-test/src/java/org/CognitiveWeb/generic/gql Modified Files: GValueTestCase.java Log Message: License change to 1.1 Index: GValueTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-test/src/java/org/CognitiveWeb/generic/gql/GValueTestCase.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GValueTestCase.java 4 Sep 2005 11:16:37 -0000 1.6 --- GValueTestCase.java 17 Mar 2006 02:16:50 -0000 1.7 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:23
|
Update of /cvsroot/cweb/generic-native In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-native Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/generic-native/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 29 Jun 2005 20:43:46 -0000 1.1.1.1 --- LICENSE.txt 17 Mar 2006 02:16:48 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:23
|
Update of /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-mem/src/test/org/CognitiveWeb/generic/store/memory Modified Files: AbstractMemoryTestCase.java DefaultIndexProxyTestCase.java DefaultMemoryTestCase.java LinkSetProxyTestCase.java MGenericProxyTestCase.java Log Message: License change to 1.1 Index: AbstractMemoryTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory/AbstractMemoryTestCase.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AbstractMemoryTestCase.java 8 Nov 2005 21:19:36 -0000 1.4 --- AbstractMemoryTestCase.java 17 Mar 2006 02:16:47 -0000 1.5 *************** *** 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: DefaultIndexProxyTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory/DefaultIndexProxyTestCase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DefaultIndexProxyTestCase.java 11 Sep 2005 00:02:17 -0000 1.3 --- DefaultIndexProxyTestCase.java 17 Mar 2006 02:16:47 -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: MGenericProxyTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory/MGenericProxyTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MGenericProxyTestCase.java 11 Sep 2005 00:02:17 -0000 1.2 --- MGenericProxyTestCase.java 17 Mar 2006 02:16:47 -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: DefaultMemoryTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory/DefaultMemoryTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DefaultMemoryTestCase.java 3 Jan 2005 16:05:43 -0000 1.2 --- DefaultMemoryTestCase.java 17 Mar 2006 02:16:47 -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: LinkSetProxyTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-mem/src/test/org/CognitiveWeb/generic/store/memory/LinkSetProxyTestCase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** LinkSetProxyTestCase.java 9 Nov 2005 17:12:01 -0000 1.3 --- LinkSetProxyTestCase.java 17 Mar 2006 02:16:47 -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 |
Update of /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc Modified Files: CTCAbstractTestCase.java CTCRWStoreTestCase.java CTCWormStoreTestCase.java ClassifierTestCase.java PSOutputStreamTest.java Log Message: License change to 1.1 Index: ClassifierTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc/ClassifierTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClassifierTestCase.java 11 Sep 2005 00:01:54 -0000 1.2 --- ClassifierTestCase.java 17 Mar 2006 02:16:47 -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: CTCRWStoreTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc/CTCRWStoreTestCase.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CTCRWStoreTestCase.java 16 Dec 2004 14:49:20 -0000 1.1.1.1 --- CTCRWStoreTestCase.java 17 Mar 2006 02:16:47 -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: CTCAbstractTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc/CTCAbstractTestCase.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CTCAbstractTestCase.java 8 Nov 2005 21:19:16 -0000 1.5 --- CTCAbstractTestCase.java 17 Mar 2006 02:16:47 -0000 1.6 *************** *** 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: PSOutputStreamTest.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc/PSOutputStreamTest.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PSOutputStreamTest.java 16 Dec 2004 14:49:20 -0000 1.1.1.1 --- PSOutputStreamTest.java 17 Mar 2006 02:16:47 -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: CTCWormStoreTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-ctc/src/test/org/CognitiveWeb/generic/store/ctc/CTCWormStoreTestCase.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CTCWormStoreTestCase.java 16 Dec 2004 14:49:20 -0000 1.1.1.1 --- CTCWormStoreTestCase.java 17 Mar 2006 02:16:47 -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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:20
|
Update of /cvsroot/cweb/generic-mem In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/generic-mem Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/generic-mem/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 17 Dec 2004 18:38:50 -0000 1.1.1.1 --- LICENSE.txt 17 Mar 2006 02:16:47 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:12:11
|
Update of /cvsroot/cweb/RESTLogApp/src/webapp/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13880/RESTLogApp/src/webapp/jsp Modified Files: controller.jsp editor.jsp renderer.jsp repository.jsp Log Message: License change to 1.1 Index: editor.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/editor.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** editor.jsp 28 May 2004 21:14:14 -0000 1.2 --- editor.jsp 17 Mar 2006 02:12:01 -0000 1.3 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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: repository.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/repository.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** repository.jsp 9 Jul 2004 14:43:15 -0000 1.3 --- repository.jsp 17 Mar 2006 02:12:01 -0000 1.4 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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: renderer.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/renderer.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** renderer.jsp 12 May 2004 14:14:27 -0000 1.1 --- renderer.jsp 17 Mar 2006 02:12:01 -0000 1.2 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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: controller.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/controller.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** controller.jsp 12 May 2004 14:14:27 -0000 1.1 --- controller.jsp 17 Mar 2006 02:12:01 -0000 1.2 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:12:10
|
Update of /cvsroot/cweb/RESTLogApp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13880/RESTLogApp Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/LICENSE.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** LICENSE.txt 1 Dec 2003 01:25:12 -0000 1.1.1.1 --- LICENSE.txt 17 Mar 2006 02:12:01 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:12:10
|
Update of /cvsroot/cweb/RESTLogApp/src/webapp/jsp/repository In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13880/RESTLogApp/src/webapp/jsp/repository Modified Files: generic-xml.jsp generic.jsp Log Message: License change to 1.1 Index: generic.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/repository/generic.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generic.jsp 12 May 2004 14:14:27 -0000 1.1 --- generic.jsp 17 Mar 2006 02:12:01 -0000 1.2 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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: generic-xml.jsp =================================================================== RCS file: /cvsroot/cweb/RESTLogApp/src/webapp/jsp/repository/generic-xml.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** generic-xml.jsp 9 Jul 2004 14:43:15 -0000 1.3 --- generic-xml.jsp 17 Mar 2006 02:12:01 -0000 1.4 *************** *** 10,14 **** 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 --- 10,14 ---- 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 *************** *** 23,29 **** 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 --- 23,29 ---- 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 |
From: Bryan T. <tho...@us...> - 2006-03-17 02:03:46
|
Update of /cvsroot/cweb/gql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11011 Modified Files: LICENSE.txt Log Message: License change to 1.1 Index: LICENSE.txt =================================================================== RCS file: /cvsroot/cweb/gql/LICENSE.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LICENSE.txt 9 Sep 2005 13:44:30 -0000 1.1 --- LICENSE.txt 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 7,11 **** 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 --- 7,11 ---- 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 *************** *** 20,26 **** 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 --- 20,26 ---- 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 *************** *** 38,39 **** --- 38,40 ---- Modifications: + |
From: Bryan T. <tho...@us...> - 2006-03-17 02:03:46
|
Update of /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11011/src/java/org/CognitiveWeb/generic/gql Modified Files: DefaultGAST.java GAST.java GASTFactory.java GQLQuery.java SimpleGAST.java SymbolTable.java Log Message: License change to 1.1 Index: DefaultGAST.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/DefaultGAST.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DefaultGAST.java 9 Sep 2005 13:44:30 -0000 1.1 --- DefaultGAST.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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: SimpleGAST.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/SimpleGAST.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleGAST.java 9 Sep 2005 13:44:30 -0000 1.1 --- SimpleGAST.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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: GASTFactory.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/GASTFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GASTFactory.java 9 Sep 2005 13:44:30 -0000 1.1 --- GASTFactory.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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: SymbolTable.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/SymbolTable.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SymbolTable.java 9 Sep 2005 13:44:30 -0000 1.1 --- SymbolTable.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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: GAST.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/GAST.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GAST.java 9 Sep 2005 13:44:30 -0000 1.1 --- GAST.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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: GQLQuery.java =================================================================== RCS file: /cvsroot/cweb/gql/src/java/org/CognitiveWeb/generic/gql/GQLQuery.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GQLQuery.java 9 Sep 2005 13:44:30 -0000 1.1 --- GQLQuery.java 17 Mar 2006 02:03:37 -0000 1.2 *************** *** 8,12 **** 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 --- 8,12 ---- 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 *************** *** 21,27 **** 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 --- 21,27 ---- 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 |
From: Bryan T. <tho...@us...> - 2006-03-17 01:00:42
|
Update of /cvsroot/cweb/guide/src/test-cactus/org/CognitiveWeb/guide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18381/src/test-cactus/org/CognitiveWeb/guide Modified Files: TestHyperIbisService.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: TestHyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/guide/src/test-cactus/org/CognitiveWeb/guide/TestHyperIbisService.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestHyperIbisService.java 1 Dec 2003 01:05:14 -0000 1.1.1.1 --- TestHyperIbisService.java 17 Mar 2006 01:00:25 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ import org.apache.cactus.*; |
From: Bryan T. <tho...@us...> - 2006-03-17 00:58:00
|
Update of /cvsroot/cweb/hyperibis/src/prolog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/prolog Modified Files: span.pl rdf2hyperibis.pl Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: span.pl =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/prolog/span.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** span.pl 1 Dec 2003 00:59:33 -0000 1.1.1.1 --- span.pl 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 1,2 **** --- 1,45 ---- + /** + + The Notice below must appear in each file of the Source Code of any + copy you distribute of the Licensed Product. Contributors to any + Modifications may add their own copyright notices to identify their + own contributions. + + License: + + 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 + + http://www.CognitiveWeb.org/legal/license/ + + 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. + + 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 + + Portions Copyright (c) 2002-2003 Bryan Thompson. + + Acknowledgements: + + Special thanks to the developers of the Jabber Open Source License 1.0 + (JOSL), from which this License was derived. This License contains + terms that differ from JOSL. + + Special thanks to the CognitiveWeb Open Source Contributors for their + suggestions and support of the Cognitive Web. + + Modifications: + + */ :-use_module(library('semweb/rdf_db')). Index: rdf2hyperibis.pl =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/prolog/rdf2hyperibis.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rdf2hyperibis.pl 1 Dec 2003 00:59:37 -0000 1.1.1.1 --- rdf2hyperibis.pl 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 1,2 **** --- 1,45 ---- + /** + + The Notice below must appear in each file of the Source Code of any + copy you distribute of the Licensed Product. Contributors to any + Modifications may add their own copyright notices to identify their + own contributions. + + License: + + 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 + + http://www.CognitiveWeb.org/legal/license/ + + 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. + + 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 + + Portions Copyright (c) 2002-2003 Bryan Thompson. + + Acknowledgements: + + Special thanks to the developers of the Jabber Open Source License 1.0 + (JOSL), from which this License was derived. This License contains + terms that differ from JOSL. + + Special thanks to the CognitiveWeb Open Source Contributors for their + suggestions and support of the Cognitive Web. + + Modifications: + + */ :-use_module(library('semweb/rdf_db')). |
From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/java/org/CognitiveWeb/HyperIBIS/service/jsp Modified Files: test.jsp shruti.jsp rest.jsp rdf2hyperibis.jsp HyperIbisViz.jsp delete.jsp UncertaintyWidgetHelper.jsp put.jsp validate.jsp get.jsp post.jsp Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: validate.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/validate.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** validate.jsp 1 Dec 2003 00:59:32 -0000 1.1.1.1 --- validate.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 40,43 **** --- 40,44 ---- Modifications: + */ %><%@ page import="org.CognitiveWeb.rest.*" Index: test.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/test.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** test.jsp 1 Dec 2003 00:59:31 -0000 1.1.1.1 --- test.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: shruti.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/shruti.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** shruti.jsp 1 Dec 2003 00:59:31 -0000 1.1.1.1 --- shruti.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: post.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/post.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** post.jsp 1 Dec 2003 00:59:21 -0000 1.1.1.1 --- post.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.CognitiveWeb.HyperIBIS.*" Index: delete.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/delete.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** delete.jsp 1 Dec 2003 00:59:15 -0000 1.1.1.1 --- delete.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.CognitiveWeb.HyperIBIS.*" Index: rest.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/rest.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rest.jsp 1 Dec 2003 00:59:23 -0000 1.1.1.1 --- rest.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 40,43 **** --- 40,44 ---- Modifications: + */ %><%@ page import="org.CognitiveWeb.rest.*" Index: rdf2hyperibis.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/rdf2hyperibis.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rdf2hyperibis.jsp 1 Dec 2003 00:59:23 -0000 1.1.1.1 --- rdf2hyperibis.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 40,43 **** --- 40,44 ---- Modifications: + */ %><%@ page import="java.io.*" Index: get.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/get.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** get.jsp 1 Dec 2003 00:59:17 -0000 1.1.1.1 --- get.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@page import="org.CognitiveWeb.HyperIBIS.*" Index: put.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/put.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** put.jsp 1 Dec 2003 00:59:22 -0000 1.1.1.1 --- put.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.CognitiveWeb.HyperIBIS.*" Index: UncertaintyWidgetHelper.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/UncertaintyWidgetHelper.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UncertaintyWidgetHelper.jsp 1 Dec 2003 00:59:31 -0000 1.1.1.1 --- UncertaintyWidgetHelper.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ Index: HyperIbisViz.jsp =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/jsp/HyperIbisViz.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HyperIbisViz.jsp 1 Dec 2003 00:59:20 -0000 1.1.1.1 --- HyperIbisViz.jsp 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 41,44 **** --- 40,46 ---- Modifications: + + Portions Copyright (c) 2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" |
From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/java/org/CognitiveWeb/HyperIBIS/service Modified Files: ValidationCallbackImpl.java HyperIbisService.java DeleteCallbackImpl.java PutCallbackImpl.java GetCallbackImpl.java PostCallbackImpl.java Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: DeleteCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/DeleteCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DeleteCallbackImpl.java 1 Dec 2003 00:59:11 -0000 1.1.1.1 --- DeleteCallbackImpl.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; Index: GetCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/GetCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GetCallbackImpl.java 1 Dec 2003 00:59:12 -0000 1.1.1.1 --- GetCallbackImpl.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; Index: ValidationCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/ValidationCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ValidationCallbackImpl.java 1 Dec 2003 00:59:15 -0000 1.1.1.1 --- ValidationCallbackImpl.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; Index: PostCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/PostCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PostCallbackImpl.java 1 Dec 2003 00:59:14 -0000 1.1.1.1 --- PostCallbackImpl.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; Index: HyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/HyperIbisService.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HyperIbisService.java 1 Dec 2003 00:59:13 -0000 1.1.1.1 --- HyperIbisService.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; Index: PutCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/PutCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PutCallbackImpl.java 1 Dec 2003 00:59:14 -0000 1.1.1.1 --- PutCallbackImpl.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS.service; |
From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/test-cactus/org/CognitiveWeb/HyperIBIS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/test-cactus/org/CognitiveWeb/HyperIBIS Modified Files: TestHyperIbisService.java Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: TestHyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/test-cactus/org/CognitiveWeb/HyperIBIS/TestHyperIbisService.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestHyperIbisService.java 1 Dec 2003 00:59:37 -0000 1.1.1.1 --- TestHyperIbisService.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ import org.apache.cactus.*; |
From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/java/org/CognitiveWeb/HyperIBIS Modified Files: UncertaintyData.java UncertaintyWidgetHelper.java HyperIbisHelper.java Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: UncertaintyData.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/UncertaintyData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UncertaintyData.java 1 Dec 2003 00:59:09 -0000 1.1.1.1 --- UncertaintyData.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,34 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. Acknowledgements: --- 29,32 ---- *************** *** 43,46 **** --- 41,47 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + */ package org.CognitiveWeb.HyperIBIS; Index: HyperIbisHelper.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/HyperIbisHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HyperIbisHelper.java 1 Dec 2003 00:59:08 -0000 1.1.1.1 --- HyperIbisHelper.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,33 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 29,32 ---- *************** *** 42,45 **** --- 41,46 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ package org.CognitiveWeb.HyperIBIS; Index: UncertaintyWidgetHelper.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/UncertaintyWidgetHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UncertaintyWidgetHelper.java 1 Dec 2003 00:59:10 -0000 1.1.1.1 --- UncertaintyWidgetHelper.java 17 Mar 2006 00:57:55 -0000 1.2 *************** *** 29,34 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. Acknowledgements: --- 29,32 ---- *************** *** 43,46 **** --- 41,47 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + */ package org.CognitiveWeb.HyperIBIS; |
From: Bryan T. <tho...@us...> - 2006-03-17 00:42:03
|
Update of /cvsroot/cweb/guide/src/webapp/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11048/src/webapp/jsp Modified Files: GuideImplHelper.jsp GuideControllerHelper.java guide.jsp GuideViz.jsp GrammarHelper.java setupGuide.jsp Log Message: License correction - moved copyright to Modifications: section of license text. Index: GuideControllerHelper.java =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideControllerHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideControllerHelper.java 1 Dec 2003 01:05:03 -0000 1.1.1.1 --- GuideControllerHelper.java 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.CognitiveWeb.xml.grammar.*" Index: guide.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/guide.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** guide.jsp 1 Dec 2003 01:05:01 -0000 1.1.1.1 --- guide.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: setupGuide.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/setupGuide.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** setupGuide.jsp 1 Dec 2003 01:05:09 -0000 1.1.1.1 --- setupGuide.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: GrammarHelper.java =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GrammarHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GrammarHelper.java 1 Dec 2003 01:05:07 -0000 1.1.1.1 --- GrammarHelper.java 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.dom4j.dtd.*" Index: GuideViz.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideViz.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideViz.jsp 1 Dec 2003 01:05:07 -0000 1.1.1.1 --- GuideViz.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 43,46 **** --- 41,48 ---- Modifications: + + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: GuideImplHelper.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideImplHelper.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideImplHelper.jsp 1 Dec 2003 01:05:03 -0000 1.1.1.1 --- GuideImplHelper.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="javax.xml.transform.Transformer" |