|
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:34
|
Update of /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner Modified Files: Axioms.java BaseAxioms.java BaseRuleModel.java GForwardChainer.java GProof.java NoAxioms.java OwlAxioms.java OwlRuleModel.java RdfsAxioms.java RdfsRuleModel.java RuleModel.java Log Message: License change to 1.1 Index: Axioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/Axioms.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Axioms.java 17 Mar 2006 00:29:38 -0000 1.2 --- Axioms.java 17 Mar 2006 02:16:57 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: BaseAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/BaseAxioms.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BaseAxioms.java 17 Mar 2006 00:29:38 -0000 1.2 --- BaseAxioms.java 17 Mar 2006 02:16:57 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: BaseRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/BaseRuleModel.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BaseRuleModel.java 17 Mar 2006 00:29:38 -0000 1.4 --- BaseRuleModel.java 17 Mar 2006 02:16:57 -0000 1.5 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: OwlRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/OwlRuleModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OwlRuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 --- OwlRuleModel.java 17 Mar 2006 02:16:57 -0000 1.4 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: RuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RuleModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 --- RuleModel.java 17 Mar 2006 02:16:57 -0000 1.4 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: GForwardChainer.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/GForwardChainer.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GForwardChainer.java 17 Mar 2006 00:29:38 -0000 1.5 --- GForwardChainer.java 17 Mar 2006 02:16:57 -0000 1.6 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: RdfsAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RdfsAxioms.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RdfsAxioms.java 17 Mar 2006 00:29:38 -0000 1.7 --- RdfsAxioms.java 17 Mar 2006 02:16:57 -0000 1.8 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: NoAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/NoAxioms.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NoAxioms.java 17 Mar 2006 00:29:38 -0000 1.2 --- NoAxioms.java 17 Mar 2006 02:16:57 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: OwlAxioms.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/OwlAxioms.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OwlAxioms.java 17 Mar 2006 00:29:38 -0000 1.2 --- OwlAxioms.java 17 Mar 2006 02:16:57 -0000 1.3 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: RdfsRuleModel.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/RdfsRuleModel.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RdfsRuleModel.java 17 Mar 2006 00:29:38 -0000 1.3 --- RdfsRuleModel.java 17 Mar 2006 02:16:57 -0000 1.4 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: GProof.java =================================================================== RCS file: /cvsroot/cweb/rdf-generic/src/java/org/CognitiveWeb/sesame/sailimpl/generic/reasoner/GProof.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** GProof.java 30 Nov 2005 14:11:13 -0000 1.15 --- GProof.java 17 Mar 2006 02:16:57 -0000 1.16 *************** *** 9,13 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 9,13 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 22,28 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 22,28 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org |