From: Bryan T. <tho...@us...> - 2006-03-17 01:00:42
|
Update of /cvsroot/cweb/guide/src/test-cactus/org/CognitiveWeb/guide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18381/src/test-cactus/org/CognitiveWeb/guide Modified Files: TestHyperIbisService.java Log Message: License correction - moved copyright to Modifications: section of license text. Index: TestHyperIbisService.java =================================================================== RCS file: /cvsroot/cweb/guide/src/test-cactus/org/CognitiveWeb/guide/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 01:05:14 -0000 1.1.1.1 --- TestHyperIbisService.java 17 Mar 2006 01:00:25 -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.*; |