|
From: Bryan T. <tho...@us...> - 2006-03-17 02:17:32
|
Update of /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/sql/parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/rdbms/src/java/org/CognitiveWeb/rdbms/sql/parser Modified Files: DmlSQL2.g SqlSQL2.g Log Message: License change to 1.1 Index: DmlSQL2.g =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/sql/parser/DmlSQL2.g,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DmlSQL2.g 9 Jan 2006 20:03:13 -0000 1.1 --- DmlSQL2.g 17 Mar 2006 02:16:56 -0000 1.2 *************** *** 10,14 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 10,14 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 23,29 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 23,29 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org Index: SqlSQL2.g =================================================================== RCS file: /cvsroot/cweb/rdbms/src/java/org/CognitiveWeb/rdbms/sql/parser/SqlSQL2.g,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SqlSQL2.g 9 Jan 2006 20:03:13 -0000 1.1 --- SqlSQL2.g 17 Mar 2006 02:16:56 -0000 1.2 *************** *** 10,14 **** The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.0 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from --- 10,14 ---- The contents of this file are subject to the CognitiveWeb Open Source ! License Version 1.1 (the License). You may not copy or use this file, in either source code or executable form, except in compliance with the License. You may obtain a copy of the License from *************** *** 23,29 **** Copyrights: ! Portions created by or assigned to CognitiveWeb, Inc. are Copyright ! (c) 2003-2003 CognitiveWeb, Inc. All Rights Reserved. Contact ! information for CognitiveWeb, Inc. is available at http://www.CognitiveWeb.org --- 23,29 ---- Copyrights: ! Portions created by or assigned to CognitiveWeb are Copyright ! (c) 2003-2003 CognitiveWeb All Rights Reserved. Contact ! information for CognitiveWeb is available at http://www.CognitiveWeb.org |