From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/java/org/CognitiveWeb/HyperIBIS/service Modified Files: ValidationCallbackImpl.java HyperIbisService.java DeleteCallbackImpl.java PutCallbackImpl.java GetCallbackImpl.java PostCallbackImpl.java Log Message: License correction - moved copyright to Modifications: section of license text. Added license text to several files which had been committed without it. Index: DeleteCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/DeleteCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DeleteCallbackImpl.java 1 Dec 2003 00:59:11 -0000 1.1.1.1 --- DeleteCallbackImpl.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; Index: GetCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/GetCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** GetCallbackImpl.java 1 Dec 2003 00:59:12 -0000 1.1.1.1 --- GetCallbackImpl.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; Index: ValidationCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/ValidationCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ValidationCallbackImpl.java 1 Dec 2003 00:59:15 -0000 1.1.1.1 --- ValidationCallbackImpl.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; Index: PostCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/PostCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PostCallbackImpl.java 1 Dec 2003 00:59:14 -0000 1.1.1.1 --- PostCallbackImpl.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; Index: HyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/HyperIbisService.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HyperIbisService.java 1 Dec 2003 00:59:13 -0000 1.1.1.1 --- HyperIbisService.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; Index: PutCallbackImpl.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/java/org/CognitiveWeb/HyperIBIS/service/PutCallbackImpl.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PutCallbackImpl.java 1 Dec 2003 00:59:14 -0000 1.1.1.1 --- PutCallbackImpl.java 17 Mar 2006 00:57:55 -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. + */ package org.CognitiveWeb.HyperIBIS.service; |