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 00:29:52
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/jdbm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/jdbm Modified Files: JDBMGenericStore.java Log Message: Added license text to several files which had been committed without it. Index: JDBMGenericStore.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/jdbm/JDBMGenericStore.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** JDBMGenericStore.java 30 Nov 2005 14:11:13 -0000 1.9 --- JDBMGenericStore.java 17 Mar 2006 00:29:39 -0000 1.10 *************** *** 32,36 **** 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. --- 32,37 ---- 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. |
Update of /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner Modified Files: DirectInstanceDependencyModel.java DirectSubpropDependencyModel.java DirectSubclassDependencyModel.java OwlSameAsDependencyModel.java Log Message: Added license text to several files which had been committed without it. Index: DirectSubclassDependencyModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/DirectSubclassDependencyModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DirectSubclassDependencyModel.java 14 Nov 2005 14:59:08 -0000 1.3 --- DirectSubclassDependencyModel.java 17 Mar 2006 00:29:39 -0000 1.4 *************** *** 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: + + */ /* * Created on Apr 25, 2005 Index: DirectInstanceDependencyModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/DirectInstanceDependencyModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DirectInstanceDependencyModel.java 14 Nov 2005 14:59:08 -0000 1.3 --- DirectInstanceDependencyModel.java 17 Mar 2006 00:29:39 -0000 1.4 *************** *** 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: + + */ /* * Created on Apr 25, 2005 Index: OwlSameAsDependencyModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/OwlSameAsDependencyModel.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlSameAsDependencyModel.java 10 Mar 2006 20:02:29 -0000 1.1 --- OwlSameAsDependencyModel.java 17 Mar 2006 00:29:39 -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: + + */ /* * Created on Apr 25, 2005 Index: DirectSubpropDependencyModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/DirectSubpropDependencyModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DirectSubpropDependencyModel.java 14 Nov 2005 14:59:08 -0000 1.3 --- DirectSubpropDependencyModel.java 17 Mar 2006 00:29:39 -0000 1.4 *************** *** 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: + + */ /* * Created on Apr 25, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:52
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic Modified Files: GenericStore.java Profiler.java Log Message: Added license text to several files which had been committed without it. Index: GenericStore.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/GenericStore.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GenericStore.java 17 Nov 2005 19:15:38 -0000 1.3 --- GenericStore.java 17 Mar 2006 00:29:36 -0000 1.4 *************** *** 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: + + */ /* * Created on Apr 19, 2005 Index: Profiler.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/Profiler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Profiler.java 3 Aug 2005 17:31:12 -0000 1.5 --- Profiler.java 17 Mar 2006 00:29:37 -0000 1.6 *************** *** 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: + + */ /* * Created on May 11, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:52
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/ctc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/ctc Modified Files: CTCGRdfRepository.java CTCGenericStore.java Log Message: Added license text to several files which had been committed without it. Index: CTCGenericStore.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/ctc/CTCGenericStore.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CTCGenericStore.java 21 Nov 2005 16:14:25 -0000 1.12 --- CTCGenericStore.java 17 Mar 2006 00:29:39 -0000 1.13 *************** *** 32,36 **** 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. --- 32,37 ---- 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. Index: CTCGRdfRepository.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/ctc/CTCGRdfRepository.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CTCGRdfRepository.java 8 Sep 2005 23:48:17 -0000 1.2 --- CTCGRdfRepository.java 17 Mar 2006 00:29:39 -0000 1.3 *************** *** 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: + + */ /* * Created on May 24, 2005 |
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules Modified Files: Rdf1.java Rdfs13.java Rdfs9.java RdfMTRule.java Rdfs2.java Rdfs5.java ContainerMembership.java Rdfs7.java OwlSameAs1.java Rdfs4.java Rdfs8.java OwlEqClass.java OwlSameAs4.java Rdfs3.java Rdfs12.java Rdfs11.java OwlEqProp.java OwlSameAs3.java Rdfs10.java AbstractOwlSameAs.java Rule.java OwlSameAs2.java Rdfs6.java Log Message: Added license text to several files which had been committed without it. Index: OwlEqClass.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlEqClass.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlEqClass.java 14 Nov 2005 14:59:08 -0000 1.1 --- OwlEqClass.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: OwlEqProp.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlEqProp.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlEqProp.java 14 Nov 2005 14:59:08 -0000 1.1 --- OwlEqProp.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs11.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs11.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs11.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs11.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: OwlSameAs4.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlSameAs4.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlSameAs4.java 10 Mar 2006 20:02:28 -0000 1.1 --- OwlSameAs4.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: OwlSameAs1.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlSameAs1.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlSameAs1.java 10 Mar 2006 20:02:28 -0000 1.1 --- OwlSameAs1.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs13.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs13.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs13.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs13.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs7.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs7.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Rdfs7.java 14 Nov 2005 14:59:08 -0000 1.9 --- Rdfs7.java 17 Mar 2006 00:29:38 -0000 1.10 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: OwlSameAs2.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlSameAs2.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlSameAs2.java 10 Mar 2006 20:02:28 -0000 1.1 --- OwlSameAs2.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: Rule.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rule.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Rule.java 30 Nov 2005 00:45:23 -0000 1.3 --- Rule.java 17 Mar 2006 00:29:38 -0000 1.4 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs4.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs4.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Rdfs4.java 5 Dec 2005 20:36:20 -0000 1.10 --- Rdfs4.java 17 Mar 2006 00:29:38 -0000 1.11 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs2.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs2.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs2.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs2.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs12.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs12.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs12.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs12.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs10.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs10.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs10.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs10.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs6.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs6.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs6.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs6.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs8.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs8.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs8.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs8.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs5.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs5.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs5.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs5.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: Rdf1.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdf1.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Rdf1.java 14 Nov 2005 14:59:08 -0000 1.9 --- Rdf1.java 17 Mar 2006 00:29:38 -0000 1.10 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: AbstractOwlSameAs.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/AbstractOwlSameAs.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AbstractOwlSameAs.java 10 Mar 2006 20:02:28 -0000 1.1 --- AbstractOwlSameAs.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs9.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs9.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Rdfs9.java 14 Nov 2005 14:59:08 -0000 1.8 --- Rdfs9.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: RdfMTRule.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/RdfMTRule.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RdfMTRule.java 30 Nov 2005 00:45:23 -0000 1.13 --- RdfMTRule.java 17 Mar 2006 00:29:38 -0000 1.14 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: OwlSameAs3.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/OwlSameAs3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlSameAs3.java 10 Mar 2006 20:02:28 -0000 1.1 --- OwlSameAs3.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: Rdfs3.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/Rdfs3.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Rdfs3.java 14 Nov 2005 14:59:08 -0000 1.9 --- Rdfs3.java 17 Mar 2006 00:29:38 -0000 1.10 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: ContainerMembership.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/rules/ContainerMembership.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ContainerMembership.java 14 Nov 2005 14:59:08 -0000 1.8 --- ContainerMembership.java 17 Mar 2006 00:29:38 -0000 1.9 *************** *** 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: + + */ /* * Created on Mar 30, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:50
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/mem In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/mem Modified Files: MemGenericStore.java MemGRdfRepository.java Log Message: Added license text to several files which had been committed without it. Index: MemGenericStore.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/mem/MemGenericStore.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MemGenericStore.java 21 Nov 2005 16:14:25 -0000 1.7 --- MemGenericStore.java 17 Mar 2006 00:29:39 -0000 1.8 *************** *** 32,36 **** 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. --- 32,37 ---- 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. Index: MemGRdfRepository.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/mem/MemGRdfRepository.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MemGRdfRepository.java 8 Sep 2005 23:48:17 -0000 1.2 --- MemGRdfRepository.java 17 Mar 2006 00:29:39 -0000 1.3 *************** *** 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: + + */ /* * Created on May 24, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:49
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner Modified Files: OwlAxioms.java BaseAxioms.java RdfsRuleModel.java GForwardChainer.java NoAxioms.java RdfsAxioms.java BaseRuleModel.java OwlRuleModel.java Axioms.java RuleModel.java Log Message: Added license text to several files which had been committed without it. Index: Axioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/Axioms.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Axioms.java 14 Nov 2005 14:59:08 -0000 1.1 --- Axioms.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: BaseAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/BaseAxioms.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BaseAxioms.java 14 Nov 2005 14:59:08 -0000 1.1 --- BaseAxioms.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: OwlRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/OwlRuleModel.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OwlRuleModel.java 10 Mar 2006 20:02:28 -0000 1.2 --- OwlRuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: RuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RuleModel.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RuleModel.java 30 Nov 2005 00:45:23 -0000 1.2 --- RuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: GForwardChainer.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/GForwardChainer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GForwardChainer.java 30 Nov 2005 17:19:23 -0000 1.4 --- GForwardChainer.java 17 Mar 2006 00:29:38 -0000 1.5 *************** *** 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: + + */ /* * Created on Mar 29, 2005 Index: RdfsAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RdfsAxioms.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RdfsAxioms.java 14 Nov 2005 14:59:08 -0000 1.6 --- RdfsAxioms.java 17 Mar 2006 00:29:38 -0000 1.7 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: NoAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/NoAxioms.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NoAxioms.java 14 Nov 2005 14:59:08 -0000 1.1 --- NoAxioms.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: OwlAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/OwlAxioms.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OwlAxioms.java 14 Nov 2005 14:59:08 -0000 1.1 --- OwlAxioms.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Mar 30, 2005 Index: RdfsRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RdfsRuleModel.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RdfsRuleModel.java 30 Nov 2005 00:45:23 -0000 1.2 --- RdfsRuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 *************** *** 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: + + */ /* * Created on Mar 30, 2005 Index: BaseRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/BaseRuleModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BaseRuleModel.java 10 Mar 2006 20:02:28 -0000 1.3 --- BaseRuleModel.java 17 Mar 2006 00:29:38 -0000 1.4 *************** *** 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: + + */ /* * Created on Mar 30, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:48
|
Update of /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/test/org/CognitiveWeb/sesame/sailimpl/generic Modified Files: MartynTestCase.java ImportExport.java FixMeTestCase.java ComparisonTest.java Log Message: Added license text to several files which had been committed without it. Index: ComparisonTest.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/ComparisonTest.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ComparisonTest.java 5 Jan 2006 19:26:40 -0000 1.13 --- ComparisonTest.java 17 Mar 2006 00:29:38 -0000 1.14 *************** *** 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: + + */ /* * Created on Jun 22, 2005 Index: ImportExport.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/ImportExport.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ImportExport.java 22 Jun 2005 18:14:21 -0000 1.1 --- ImportExport.java 17 Mar 2006 00:29:38 -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: + + */ /* * Created on Jun 10, 2005 Index: FixMeTestCase.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/FixMeTestCase.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** FixMeTestCase.java 15 Nov 2005 19:59:00 -0000 1.9 --- FixMeTestCase.java 17 Mar 2006 00:29:38 -0000 1.10 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic; Index: MartynTestCase.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/test/org/CognitiveWeb/sesame/sailimpl/generic/MartynTestCase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MartynTestCase.java 11 Sep 2005 00:09:40 -0000 1.2 --- MartynTestCase.java 17 Mar 2006 00:29:38 -0000 1.3 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic; |
From: Bryan T. <tho...@us...> - 2006-03-17 00:29:48
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5201/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model Modified Files: GGraph_LinkJoins_SOPO.java GGraph_LinkJoins_All.java GGraph_2Tuples_All_Joins.java GGraph_BTreeIndices.java GGraph_2Tuples_Indexed.java GGraph_2Tuples_SOPO_Joins.java Log Message: Added license text to several files which had been committed without it. Index: GGraph_2Tuples_Indexed.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_2Tuples_Indexed.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GGraph_2Tuples_Indexed.java 30 Nov 2005 00:45:23 -0000 1.4 --- GGraph_2Tuples_Indexed.java 17 Mar 2006 00:29:38 -0000 1.5 *************** *** 1,2 **** --- 1,46 ---- + /** + + 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: + + */ + package org.CognitiveWeb.sesame.sailimpl.generic.model; Index: GGraph_2Tuples_All_Joins.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_2Tuples_All_Joins.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** GGraph_2Tuples_All_Joins.java 14 Dec 2005 21:43:57 -0000 1.7 --- GGraph_2Tuples_All_Joins.java 17 Mar 2006 00:29:38 -0000 1.8 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic.model; Index: GGraph_LinkJoins_SOPO.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_LinkJoins_SOPO.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GGraph_LinkJoins_SOPO.java 30 Nov 2005 00:45:23 -0000 1.3 --- GGraph_LinkJoins_SOPO.java 17 Mar 2006 00:29:38 -0000 1.4 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic.model; Index: GGraph_LinkJoins_All.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_LinkJoins_All.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GGraph_LinkJoins_All.java 14 Dec 2005 21:43:57 -0000 1.6 --- GGraph_LinkJoins_All.java 17 Mar 2006 00:29:38 -0000 1.7 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic.model; Index: GGraph_2Tuples_SOPO_Joins.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_2Tuples_SOPO_Joins.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GGraph_2Tuples_SOPO_Joins.java 30 Nov 2005 00:45:23 -0000 1.3 --- GGraph_2Tuples_SOPO_Joins.java 17 Mar 2006 00:29:38 -0000 1.4 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic.model; Index: GGraph_BTreeIndices.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/model/GGraph_BTreeIndices.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** GGraph_BTreeIndices.java 14 Dec 2005 21:43:57 -0000 1.9 --- GGraph_BTreeIndices.java 17 Mar 2006 00:29:38 -0000 1.10 *************** *** 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: + + */ package org.CognitiveWeb.sesame.sailimpl.generic.model; |
From: Bryan T. <tho...@us...> - 2006-03-16 22:46:20
|
Update of /cvsroot/cweb/rss/src/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14081/src/sql Modified Files: MySQL.sql Log Message: License correction - moved copyright to Modifications: section of license text. Index: MySQL.sql =================================================================== RCS file: /cvsroot/cweb/rss/src/sql/MySQL.sql,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MySQL.sql 30 Nov 2003 21:32:06 -0000 1.1.1.1 --- MySQL.sql 16 Mar 2006 22:46:09 -0000 1.2 *************** *** 28,32 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Hicks & Associates. Acknowledgements: --- 28,31 ---- *************** *** 41,44 **** --- 40,45 ---- Modifications: + Portions Copyright (c) 2002-2003 Hicks & Associates. + */ |
From: Bryan T. <tho...@us...> - 2006-03-16 22:30:56
|
Update of /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/java/org/CognitiveWeb/xml/grammar Modified Files: AttributeNotDeclared.java NamespaceNotDeclared.java GrammarHelper.java DocumentTypeNotDeclared.java XMLGrammarException.java GrammarNotDeclared.java ElementNotDeclared.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: AttributeNotDeclared.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/AttributeNotDeclared.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** AttributeNotDeclared.java 30 Nov 2003 21:00:15 -0000 1.1.1.1 --- AttributeNotDeclared.java 16 Mar 2006 22:30:46 -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. + */ Index: GrammarHelper.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/GrammarHelper.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GrammarHelper.java 22 Jun 2004 21:00:22 -0000 1.3 --- GrammarHelper.java 16 Mar 2006 22:30:46 -0000 1.4 *************** *** 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. + */ Index: DocumentTypeNotDeclared.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/DocumentTypeNotDeclared.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DocumentTypeNotDeclared.java 30 Nov 2003 21:00:15 -0000 1.1.1.1 --- DocumentTypeNotDeclared.java 16 Mar 2006 22:30:46 -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. + */ Index: NamespaceNotDeclared.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/NamespaceNotDeclared.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** NamespaceNotDeclared.java 30 Nov 2003 21:00:17 -0000 1.1.1.1 --- NamespaceNotDeclared.java 16 Mar 2006 22:30:46 -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. + */ Index: XMLGrammarException.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/XMLGrammarException.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** XMLGrammarException.java 30 Nov 2003 21:00:17 -0000 1.1.1.1 --- XMLGrammarException.java 16 Mar 2006 22:30:46 -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. + */ Index: ElementNotDeclared.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/ElementNotDeclared.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ElementNotDeclared.java 30 Nov 2003 21:00:15 -0000 1.1.1.1 --- ElementNotDeclared.java 16 Mar 2006 22:30:46 -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. + */ Index: GrammarNotDeclared.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/xml/grammar/GrammarNotDeclared.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GrammarNotDeclared.java 30 Nov 2003 21:00:17 -0000 1.1.1.1 --- GrammarNotDeclared.java 16 Mar 2006 22:30:46 -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. + */ |
From: Bryan T. <tho...@us...> - 2006-03-16 22:30:53
|
Update of /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/servlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/java/org/CognitiveWeb/rest/servlet Modified Files: GenericRepositoryServlet.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: GenericRepositoryServlet.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/servlet/GenericRepositoryServlet.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GenericRepositoryServlet.java 22 Jun 2004 21:00:20 -0000 1.5 --- GenericRepositoryServlet.java 16 Mar 2006 22:30:46 -0000 1.6 *************** *** 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. + */ |
From: Bryan T. <tho...@us...> - 2006-03-16 22:30:53
|
Update of /cvsroot/cweb/rest/src/test/org/CognitiveWeb/rest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/test/org/CognitiveWeb/rest Modified Files: JTidyTest.jsp applyXMLBaseTest.jsp Log Message: License correction - moved copyright to Modifications: section of license text. Index: applyXMLBaseTest.jsp =================================================================== RCS file: /cvsroot/cweb/rest/src/test/org/CognitiveWeb/rest/applyXMLBaseTest.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** applyXMLBaseTest.jsp 30 Nov 2003 21:00:19 -0000 1.1.1.1 --- applyXMLBaseTest.jsp 16 Mar 2006 22:30:46 -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: JTidyTest.jsp =================================================================== RCS file: /cvsroot/cweb/rest/src/test/org/CognitiveWeb/rest/JTidyTest.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** JTidyTest.jsp 30 Nov 2003 21:00:19 -0000 1.1.1.1 --- JTidyTest.jsp 16 Mar 2006 22:30:46 -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-16 22:30:52
|
Update of /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/java/org/CognitiveWeb/rest Modified Files: XSLDriver.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: XSLDriver.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/XSLDriver.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** XSLDriver.java 22 Jun 2004 21:00:16 -0000 1.3 --- XSLDriver.java 16 Mar 2006 22:30:45 -0000 1.4 *************** *** 28,32 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2003 Hicks & Associates, Inc. Acknowledgements: --- 28,31 ---- *************** *** 40,43 **** --- 39,45 ---- Modifications: + + Portions Copyright (c) 2003 Hicks & Associates, Inc. + */ |
From: Bryan T. <tho...@us...> - 2006-03-16 22:30:52
|
Update of /cvsroot/cweb/rest/src/webapp/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/webapp/jsp Modified Files: JTidyTest.jsp Log Message: License correction - moved copyright to Modifications: section of license text. Index: JTidyTest.jsp =================================================================== RCS file: /cvsroot/cweb/rest/src/webapp/jsp/JTidyTest.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JTidyTest.jsp 8 Dec 2003 17:25:20 -0000 1.1 --- JTidyTest.jsp 16 Mar 2006 22:30:46 -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-16 22:30:51
|
Update of /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7259/src/java/org/CognitiveWeb/rest/exception Modified Files: NotAcceptableException.java RequestEntityTooLargeException.java UnsupportedMediaTypeException.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: RequestEntityTooLargeException.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/RequestEntityTooLargeException.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** RequestEntityTooLargeException.java 30 Nov 2003 20:59:49 -0000 1.1.1.1 --- RequestEntityTooLargeException.java 16 Mar 2006 22:30:45 -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. + */ Index: NotAcceptableException.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/NotAcceptableException.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** NotAcceptableException.java 30 Nov 2003 20:59:49 -0000 1.1.1.1 --- NotAcceptableException.java 16 Mar 2006 22:30:45 -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. + */ Index: UnsupportedMediaTypeException.java =================================================================== RCS file: /cvsroot/cweb/rest/src/java/org/CognitiveWeb/rest/exception/UnsupportedMediaTypeException.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** UnsupportedMediaTypeException.java 30 Nov 2003 20:59:50 -0000 1.1.1.1 --- UnsupportedMediaTypeException.java 16 Mar 2006 22:30:45 -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. + */ |
From: Bryan T. <tho...@us...> - 2006-03-16 19:43:46
|
Update of /cvsroot/cweb/rdbms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23989 Modified Files: .cvsignore Log Message: License correction - removed leading whitespace on each line of the license text. Index: .cvsignore =================================================================== RCS file: /cvsroot/cweb/rdbms/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .cvsignore 10 Jan 2006 17:03:21 -0000 1.2 --- .cvsignore 16 Mar 2006 19:43:38 -0000 1.3 *************** *** 3,4 **** --- 3,5 ---- *.db *.lg + .antlr-eclipse |
From: Bryan T. <tho...@us...> - 2006-03-16 19:43:45
|
Update of /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23989/src/java/org/CognitiveWeb/rdbms Modified Files: IColumn.java IRelation.java ITuple.java IDatabase.java IRDBMS.java Log Message: License correction - removed leading whitespace on each line of the license text. Index: IColumn.java =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/IColumn.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IColumn.java 17 Jan 2006 15:45:03 -0000 1.1 --- IColumn.java 16 Mar 2006 19:43:38 -0000 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: ! */ /* * Created on Jan 17, 2006 --- 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: ! */ /* * Created on Jan 17, 2006 Index: IRelation.java =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/IRelation.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IRelation.java 17 Jan 2006 15:45:03 -0000 1.1 --- IRelation.java 16 Mar 2006 19:43:38 -0000 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: ! */ /* * Created on Jan 17, 2006 --- 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: ! */ /* * Created on Jan 17, 2006 Index: IRDBMS.java =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/IRDBMS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IRDBMS.java 17 Jan 2006 15:45:03 -0000 1.1 --- IRDBMS.java 16 Mar 2006 19:43:38 -0000 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: ! */ /* * Created on Jan 17, 2006 --- 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: ! */ /* * Created on Jan 17, 2006 Index: IDatabase.java =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/IDatabase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IDatabase.java 17 Jan 2006 15:45:03 -0000 1.1 --- IDatabase.java 16 Mar 2006 19:43:38 -0000 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: ! */ /* * Created on Jan 17, 2006 --- 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: ! */ /* * Created on Jan 17, 2006 Index: ITuple.java =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/ITuple.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ITuple.java 17 Jan 2006 15:45:03 -0000 1.1 --- ITuple.java 16 Mar 2006 19:43:38 -0000 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: ! */ /* * Created on Jan 17, 2006 --- 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: ! */ /* * Created on Jan 17, 2006 |
From: Bryan T. <tho...@us...> - 2006-03-16 19:00:54
|
Update of /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3459/src/java/org/CognitiveWeb/generic/store/jdbm Modified Files: ILinkSetIndexClass.java IClusterHelper.java Log Message: License correction - removed leading whitespace on each line of the license text. Index: IClusterHelper.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/IClusterHelper.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** IClusterHelper.java 13 Dec 2005 21:17:10 -0000 1.4 --- IClusterHelper.java 16 Mar 2006 19:00:41 -0000 1.5 *************** *** 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: + + */ package org.CognitiveWeb.generic.store.jdbm; Index: ILinkSetIndexClass.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/java/org/CognitiveWeb/generic/store/jdbm/ILinkSetIndexClass.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ILinkSetIndexClass.java 21 Nov 2005 20:20:32 -0000 1.1 --- ILinkSetIndexClass.java 16 Mar 2006 19:00:41 -0000 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: ! */ /* * Created on Nov 21, 2005 --- 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: ! */ /* * Created on Nov 21, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-16 19:00:54
|
Update of /cvsroot/cweb/generic-native/src/resources/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3459/src/resources/examples Modified Files: GettingStarted.java Log Message: License correction - removed leading whitespace on each line of the license text. Index: GettingStarted.java =================================================================== RCS file: /cvsroot/cweb/generic-native/src/resources/examples/GettingStarted.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GettingStarted.java 24 Feb 2006 15:00:29 -0000 1.2 --- GettingStarted.java 16 Mar 2006 19:00:42 -0000 1.3 *************** *** 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: ! */ /* * Created on Nov 30, 2005 --- 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: ! */ /* * Created on Nov 30, 2005 |
From: Bryan T. <tho...@us...> - 2006-03-16 18:53:22
|
Update of /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv381/src/java/org/CognitiveWeb/concurrent/locking Modified Files: ITimestampFactory.java IRequestQueue.java IGrantedGroup.java Log Message: License correction - removed leading whitespace on each line of the license text. Index: IGrantedGroup.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking/IGrantedGroup.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IGrantedGroup.java 6 Mar 2006 18:01:49 -0000 1.1 --- IGrantedGroup.java 16 Mar 2006 18:53:14 -0000 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: ! */ /* * Created on Mar 3, 2006 --- 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: ! */ /* * Created on Mar 3, 2006 Index: ITimestampFactory.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking/ITimestampFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ITimestampFactory.java 6 Mar 2006 18:01:49 -0000 1.1 --- ITimestampFactory.java 16 Mar 2006 18:53:14 -0000 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: ! */ /* * Created on Mar 3, 2006 --- 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: ! */ /* * Created on Mar 3, 2006 Index: IRequestQueue.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking/IRequestQueue.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IRequestQueue.java 6 Mar 2006 18:01:49 -0000 1.1 --- IRequestQueue.java 16 Mar 2006 18:53:14 -0000 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: ! */ /* * Created on Mar 3, 2006 --- 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: ! */ /* * Created on Mar 3, 2006 |
From: Bryan T. <tho...@us...> - 2006-03-16 18:50:59
|
Update of /cvsroot/cweb/client/src/java/org/CognitiveWeb/rest/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31745/src/java/org/CognitiveWeb/rest/client Modified Files: XMLHelper.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: XMLHelper.java =================================================================== RCS file: /cvsroot/cweb/client/src/java/org/CognitiveWeb/rest/client/XMLHelper.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** XMLHelper.java 22 Jun 2004 20:54:12 -0000 1.6 --- XMLHelper.java 16 Mar 2006 18:50:47 -0000 1.7 *************** *** 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. + */ |
From: Bryan T. <tho...@us...> - 2006-03-14 21:43:52
|
Update of /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10793/src/java/org/CognitiveWeb/concurrent/locking Modified Files: TxDag.java DeadlockException.java Log Message: Developing test cases for the online transaction deadlock detection algorithm. Index: TxDag.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking/TxDag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TxDag.java 6 Mar 2006 18:01:49 -0000 1.1 --- TxDag.java 14 Mar 2006 21:43:41 -0000 1.2 *************** *** 156,159 **** --- 156,165 ---- /** + * The constant used by {@link #lookup(Object, boolean)} to indicate that + * the named vertex was not found in the DAG (<code>-1</code>). + */ + static public final int UNKNOWN = -1; + + /** * A list containing {@link Integer}indices available to be assigned to a * new transaction. When this list is empty, then the maximum #of *************** *** 175,186 **** * The maximum multi-programming level supported (from the constructor). * ! * @todo differentiate from the current multi-programming level. */ ! public int size() { return n; } /** * * @param n --- 181,208 ---- * The maximum multi-programming level supported (from the constructor). * ! * @return The maximum vertex count. ! * ! * @see #size() */ ! public int capacity() { return n; } /** + * The current multi-programming level. This is simply the #of distinct + * transactions in the WAITS_FOR relationship or alternatively the #of + * vertices in the DAG. + * + * @return The vertex count. + * + * @see #capacity() + */ + + synchronized public int size() { + return mapping.size(); + } + + /** * * @param n *************** *** 220,228 **** * assigned to that transaction object. * ! * @return The index assigned to the transaction object or <code>-1</code> * iff there is no index assigned to <i>tx </i>. */ ! synchronized private int lookup( Object tx, boolean insert ) { --- 242,257 ---- * assigned to that transaction object. * ! * @return The index assigned to the transaction object or {@link #UNKNOWN} * iff there is no index assigned to <i>tx </i>. + * + * @exception IllegalArgumentException + * If the <code>tx == null</code>. + * @exception IllegalStateException + * If the transaction is not associated with a vertex of the + * DAG, <code>insert == true</code>, and the capacity + * would be exceeded if this transaction was added. */ ! synchronized int lookup( Object tx, boolean insert ) { *************** *** 239,243 **** if (insert) { ! if (mapping.size() == size()) { throw new IllegalStateException( --- 268,272 ---- if (insert) { ! if( mapping.size() == capacity() ) { throw new IllegalStateException( *************** *** 256,275 **** mapping.put(tx, index); } - } else { - - return -1; - } - - return index.intValue(); } ! public void addEdge( Object tx1, Object tx2 ) { ! int t1 = lookup( tx1, true ); ! int t2 = lookup( tx2, true ); throw new UnsupportedOperationException(); /* --- 285,329 ---- mapping.put(tx, index); + } else { + + // Not found, insert is false. + return -1; + } } + // Found / inserted. + return index.intValue(); + } ! /** ! * Add an edge to the DAG. The edge has the semantics ! * <code> blocked -> running[ i ]</code>, i.e., the <i>blocked </i> ! * transaction <em>WAITS_FOR</em> the <i>running </i> transaction. ! * ! * @param blocked ! * A transaction. ! * @param running ! * A different transaction. ! * ! * @exception IllegalArgumentException ! * If either argument is <code>null</code>. ! * @exception IllegalArgumentException ! * If the same transaction is specified for both arguments. ! * @exception IllegalStateException ! * If the described edge already exists. ! * @exception DeadlockException ! * If adding the edge to the DAG would result in a cycle. ! */ ! ! synchronized public void addEdge( Object blocked, Object running ) { ! if( running == blocked ) { ! throw new IllegalArgumentException("transaction may not wait for itself: tx="+blocked); ! } ! int dst = lookup( running, true ); ! int src = lookup( blocked, true ); throw new UnsupportedOperationException(); /* *************** *** 280,291 **** } ! public void removeEdge( Object tx1, Object tx2 ) { final int t1, t2; ! if( ( t1 = lookup( tx1, false ) ) == -1 ) { ! throw new IllegalStateException("unknown transaction: tx1="+tx1); } ! if( ( t2 = lookup( tx2, false ) ) == -1 ) { ! throw new IllegalStateException("unknown transaction: tx2="+tx2); } /* --- 334,438 ---- } ! /** ! * Add a set of edges to the DAG. Each edge has the semantics ! * <code> blocked -> running[ i ]</code>, i.e., the <i>blocked </i> ! * transaction <em>WAITS_FOR</em> the <i>running </i> transaction. ! * ! * @param blocked ! * A transaction that is blocked waiting on one or more ! * transactions. ! * ! * @param running ! * One or more transactions in the granted group for some ! * resource. ! * ! * @exception IllegalArgumentException ! * If either argument is <code>null</code>. ! * @exception IllegalArgumentException ! * If any element of <i>running </i> is <code>null</code>. ! * @exception IllegalArgumentException ! * If <code>blocked == running[ i]</code> for any element ! * of <i>running </i>. ! * @exception IllegalArgumentException ! * If <code>running.length</code> is greater than the ! * capacity of the DAG. ! * @exception IllegalStateException ! * If creating the described edges would cause a duplicate ! * edge to be asserted (either the edge already exists or it ! * is defined more than once by the parameters). ! * @exception DeadlockException ! * If adding the described edges to the DAG would result in a ! * cycle. ! */ ! ! synchronized public void addEdges( Object blocked, Object[] running ) ! { ! if( running == blocked ) { ! throw new IllegalArgumentException("transaction may not wait for itself: tx="+blocked); ! } ! if( running == null ) { ! throw new IllegalArgumentException("running is null"); ! } ! // src of the edges. ! int src = lookup( blocked, true ); ! // dst of the edges. ! int[] dst= new int[ running.length ]; ! for( int i=0; i<running.length; i++ ) { ! dst[ i ] = lookup( running[ i ], true ); ! } ! throw new UnsupportedOperationException(); ! /* ! * batch the changes. ! */ ! } ! ! /** ! * Return <code>true</code> iff the described edge exists in the graph. ! * ! * @param blocked ! * A transaction. ! * @param running ! * A different transaction. ! * ! * @exception IllegalArgumentException ! * If either argument is <code>null</code>. ! * @exception IllegalArgumentException ! * If the same transaction is specified for both arguments. ! * @exception IllegalStateException ! * If the described edge already exists. ! * @exception DeadlockException ! * If adding the edge to the DAG would result in a cycle. ! * ! * @return true iff the edge exists. ! */ ! synchronized public boolean hasEdge( Object blocked, Object running ) ! { ! throw new UnsupportedOperationException(); ! } ! ! /** ! * Removes an edge from the DAG. ! * ! * @param blocked ! * A transaction which is currently waiting on <i>running </i>. ! * @param running ! * Another transaction. ! * ! * @exception IllegalArgumentException ! * If either argument is <code>null</code>. ! * @exception IllegalArgumentException ! * If the same transaction is specified for both arguments. ! * @exception IllegalStateException ! * If the described edge does not exist. ! */ ! ! synchronized public void removeEdge( Object blocked, Object running ) { final int t1, t2; ! if( ( t1 = lookup( blocked, false ) ) == -1 ) { ! throw new IllegalStateException("unknown transaction: tx1="+blocked); } ! if( ( t2 = lookup( running, false ) ) == -1 ) { ! throw new IllegalStateException("unknown transaction: tx2="+running); } /* *************** *** 299,302 **** throw new UnsupportedOperationException(); } ! } --- 446,456 ---- throw new UnsupportedOperationException(); } ! ! // @todo a batch oriented version of removeEdge. ! // ! // public void removeEdges( Object running ) ! // { ! // ! // } ! } Index: DeadlockException.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/java/org/CognitiveWeb/concurrent/locking/DeadlockException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DeadlockException.java 6 Mar 2006 18:01:49 -0000 1.1 --- DeadlockException.java 14 Mar 2006 21:43:41 -0000 1.2 *************** *** 59,68 **** public class DeadlockException extends RuntimeException { ! /** ! * ! */ ! public DeadlockException() { ! super(); ! // @todo Auto-generated constructor stub } --- 59,64 ---- public class DeadlockException extends RuntimeException { ! private DeadlockException() { ! throw new UnsupportedOperationException(); } *************** *** 72,76 **** public DeadlockException(String message) { super(message); - // @todo Auto-generated constructor stub } --- 68,71 ---- *************** *** 81,85 **** public DeadlockException(String message, Throwable cause) { super(message, cause); - // @todo Auto-generated constructor stub } --- 76,79 ---- *************** *** 89,93 **** public DeadlockException(Throwable cause) { super(cause); - // @todo Auto-generated constructor stub } --- 83,86 ---- |
From: Bryan T. <tho...@us...> - 2006-03-14 21:43:49
|
Update of /cvsroot/cweb/concurrent/src/test/org/CognitiveWeb/concurrent/locking In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10793/src/test/org/CognitiveWeb/concurrent/locking Modified Files: TestAll.java TestTxDag.java Log Message: Developing test cases for the online transaction deadlock detection algorithm. Index: TestTxDag.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/test/org/CognitiveWeb/concurrent/locking/TestTxDag.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestTxDag.java 14 Mar 2006 16:03:34 -0000 1.1 --- TestTxDag.java 14 Mar 2006 21:43:41 -0000 1.2 *************** *** 44,61 **** /* * Created on Mar 14, 2006 * $Id$ */ package org.CognitiveWeb.concurrent.locking; import junit.framework.TestCase; /** ! * @author thompsonbry */ ! public class TestTxDag extends TestCase { public TestTxDag() { - } --- 44,72 ---- /* * Created on Mar 14, 2006 + * * $Id$ */ package org.CognitiveWeb.concurrent.locking; + import org.apache.log4j.Logger; + import junit.framework.TestCase; /** ! * Test suite for online transaction deadlock algorithm. ! * ! * @version $Id$ ! * @author <a href="mailto:tho...@us...">Bryan Thompson</a> */ ! ! public class TestTxDag extends TestCase ! { ! ! public static final Logger log = Logger.getLogger ! ( TestTxDag.class ! ); public TestTxDag() { } *************** *** 65,67 **** --- 76,226 ---- } + /** + * Test ability to generate unique transaction identifier used by + * {@link TxDag}to index into its internal arrays. This test verifies that + * insert is conditional, that lookup fails if tx was not registered, and + * that we can insert and then lookup a transaction in the DAG. The test + * also verifies that the {@link TxDag#size()}updates as vertices are added + * to the graph and does not update when the vertex already exists in the + * graph. + * + * @todo verify that we can recycle the internal transaction identifiers + * when a transaction is removed from the DAG (either through abort or + * commit actions). + */ + + public void test_lookup_001() + { + + final int CAPACITY = 5; + + TxDag dag = new TxDag( CAPACITY ); + + assertEquals( "capacity", CAPACITY, dag.capacity() ); + assertEquals( "size", 0, dag.size() ); + + /* + * Lookup a vertex that does not exist and verify that the vertex was + * not added. + */ + assertEquals( TxDag.UNKNOWN, dag.lookup( "v1", false ) ); + assertEquals( TxDag.UNKNOWN, dag.lookup( "v1", false ) ); + assertEquals( "size", 0, dag.size() ); + + /* + * Insert a vertex. + */ + final int t1 = dag.lookup( "v1", true ); + assertTrue(TxDag.UNKNOWN != t1 ); + assertEquals( "size", 1, dag.size() ); + + /* + * Lookup that vertex again. + */ + assertEquals( t1, dag.lookup( "v1", false ) ); + assertEquals( "size", 1, dag.size() ); + + log.info( dag.toString() ); + + } + + /** + * Correct rejection test when transaction object is <code>null</code>. + */ + public void test_lookup_002() + { + try { + TxDag dag = new TxDag( 1 ); + dag.lookup(null, false ); + fail( "Expecting: "+IllegalArgumentException.class ); + } + catch( IllegalArgumentException ex ) { + log.info( "Ignoring expected exception: "+ex); + } + } + + /** + * Test capacity limits. This test verifies that insert fails if capacity + * the graph (the maximum #of vertices) would be exceeded. + */ + public void test_capacity_001() + { + + final int CAPACITY = 5; + + TxDag dag = new TxDag( CAPACITY ); + + Object[] tx = new String[ CAPACITY ]; + + assertEquals( "capacity", 0, dag.size() ); + assertEquals( "size", 0, dag.size() ); + + for( int i=0; i<CAPACITY; i++ ) { + + tx[ i ] = ""+i; + dag.lookup( tx[i], true ); + assertEquals( "capacity", CAPACITY, dag.capacity() ); + assertEquals( "size", i+1, dag.size() ); + + } + + assertEquals( "capacity", CAPACITY, dag.size() ); + assertEquals( "size", CAPACITY, dag.size() ); + + try { + dag.lookup( ""+CAPACITY, true ); + fail( "Expecting: "+IllegalStateException.class ); + } + catch( IllegalStateException ex ) { + log.info( "Ignoring expected exception: "+ex); + } + + } + + /** + * Verify that the DAG state is correctly updated when adding a variety of + * WAITS_FOR relationships that do NOT form cycles. + * + * @todo Verify creation of an edge (vertices are created by lookup method). + * + * @todo In 2PL, it is common that a transaction will release all of its + * locks at once. If possible, this operation should be supported in + * such a manner as to make the updates of the {@link TxDag}maximally + * efficient. + * + * @todo Test the special case operations for removing a transactions in + * response to an abort (e.g., as motivated by a deadlock) or by a + * commit. + * + * @todo Implement and test methods to support the release of a single lock + * by a transaction. This feature would be used if a transaction + * chooses to either use non-2PL locking or if the transaction begins + * releasing locks incrementally rather than "all at once." When a + * transaction releases a single lock, all transactions which were + * blocked on that transaction need to have the WAITS_FOR edges + * corresponding to the block removed from the DAG. This operation is + * efficient since the tx which leaves the granted group will not be + * waiting on any other Tx. Therefore an entire row/column of the + * array is simply removed (and counts updated as appropriate). + */ + + public void test_noCycles_001() + { + + } + + /** + * Verify thast the DAG is correctly detecting updates when a set of new + * edges would result in a cycle. + * + * @todo The API for adding edges should probably accept an array of + * vertices for which to create new edges of the WAITS_FOR + * relationship since edges are created only by blocking on a resource + * queue and the tx WAITS_FOR all transactions in the granted group. + */ + public void test_deadlock_001() + { + + } + } Index: TestAll.java =================================================================== RCS file: /cvsroot/cweb/concurrent/src/test/org/CognitiveWeb/concurrent/locking/TestAll.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestAll.java 6 Mar 2006 18:01:48 -0000 1.1 --- TestAll.java 14 Mar 2006 21:43:41 -0000 1.2 *************** *** 84,87 **** --- 84,90 ---- // Test resource DAG (arrangements of database resources into a DAG). suite.addTestSuite(TestResourceDAG.class); + + // Test support for transaction deadlock detection. + suite.addTestSuite(TestTxDag.class); // Tests of lock mode basics. |
From: Bryan T. <tho...@us...> - 2006-03-14 18:36:47
|
Update of /cvsroot/cweb/cweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31485 Modified Files: NEWS-HOWTO.txt Log Message: Updated guidence on posting news items. Index: NEWS-HOWTO.txt =================================================================== RCS file: /cvsroot/cweb/cweb/NEWS-HOWTO.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEWS-HOWTO.txt 14 Mar 2006 18:28:41 -0000 1.1 --- NEWS-HOWTO.txt 14 Mar 2006 18:36:26 -0000 1.2 *************** *** 1,4 **** See the SF news guidelines [1] and the CWEB news archive[2] for examples. ! The basic structure for CWEB postings is: - Title --- 1,6 ---- See the SF news guidelines [1] and the CWEB news archive[2] for examples. ! The basic structure for CWEB postings is below. Announcements should be ! made to acknowledge significant contributions to the project, to disclose ! known security problems, etc. - Title *************** *** 37,41 **** end of a paragraph per the SF news formatting guidelines. - [1] http://sourceforge.net/docman/display_doc.php?docid=12834&group_id=1 [2] http://sourceforge.net/news/?group_id=95673 --- 39,42 ---- |