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 |