From: Bryan T. <tho...@us...> - 2006-03-17 00:57:59
|
Update of /cvsroot/cweb/hyperibis/src/test-cactus/org/CognitiveWeb/HyperIBIS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/src/test-cactus/org/CognitiveWeb/HyperIBIS Modified Files: TestHyperIbisService.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: TestHyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/hyperibis/src/test-cactus/org/CognitiveWeb/HyperIBIS/TestHyperIbisService.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestHyperIbisService.java 1 Dec 2003 00:59:37 -0000 1.1.1.1 --- TestHyperIbisService.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. + */ import org.apache.cactus.*; |