From: Bryan T. <tho...@us...> - 2006-03-17 00:42:03
|
Update of /cvsroot/cweb/guide/src/webapp/jsp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11048/src/webapp/jsp Modified Files: GuideImplHelper.jsp GuideControllerHelper.java guide.jsp GuideViz.jsp GrammarHelper.java setupGuide.jsp Log Message: License correction - moved copyright to Modifications: section of license text. Index: GuideControllerHelper.java =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideControllerHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideControllerHelper.java 1 Dec 2003 01:05:03 -0000 1.1.1.1 --- GuideControllerHelper.java 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.CognitiveWeb.xml.grammar.*" Index: guide.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/guide.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** guide.jsp 1 Dec 2003 01:05:01 -0000 1.1.1.1 --- guide.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: setupGuide.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/setupGuide.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** setupGuide.jsp 1 Dec 2003 01:05:09 -0000 1.1.1.1 --- setupGuide.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: GrammarHelper.java =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GrammarHelper.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GrammarHelper.java 1 Dec 2003 01:05:07 -0000 1.1.1.1 --- GrammarHelper.java 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="org.dom4j.dtd.*" Index: GuideViz.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideViz.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideViz.jsp 1 Dec 2003 01:05:07 -0000 1.1.1.1 --- GuideViz.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 43,46 **** --- 41,48 ---- Modifications: + + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="java.io.*" Index: GuideImplHelper.jsp =================================================================== RCS file: /cvsroot/cweb/guide/src/webapp/jsp/GuideImplHelper.jsp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GuideImplHelper.jsp 1 Dec 2003 01:05:03 -0000 1.1.1.1 --- GuideImplHelper.jsp 17 Mar 2006 00:41:55 -0000 1.2 *************** *** 30,35 **** Portions Copyright (c) 2002-2003 Bryan Thompson. - Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. - Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. Acknowledgements: --- 30,33 ---- *************** *** 44,47 **** --- 42,48 ---- Modifications: + Portions Copyright (c) 2002-2003 Knowledge Evolution, Inc. + Portions Copyright (c) 2002-2003 Hicks & Associates, Inc. + */ %><%@ page import="javax.xml.transform.Transformer" |