openamf/src/java/org/openamf/test RefsTester.java,1.4,1.5 RSS.java,1.5,1.6 RecordSetTest.java,1.8,1.9 TestBean.java,1.3,1.4 Test3.java,1.6,1.7 Authentication.java,1.3,1.4 SubmitToURL.java,1.3,1.4 Person.java,1.7,1.8 Directory.java,1.10,1.11
[email protected] Sat, 09 Aug 2003 09:59:25 -0700
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/test In directory sc8-pr-cvs1:/tmp/cvs-serv690/src/java/org/openamf/test Modified Files: RefsTester.java RSS.java RecordSetTest.java TestBean.java Test3.java Authentication.java SubmitToURL.java Person.java Directory.java Log Message: added license header to all source files Index: RefsTester.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/RefsTester.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RefsTester.java 8 Aug 2003 17:41:06 -0000 1.4 --- RefsTester.java 9 Aug 2003 16:59:22 -0000 1.5 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: RSS.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/RSS.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RSS.java 8 Aug 2003 19:37:05 -0000 1.5 --- RSS.java 9 Aug 2003 16:59:22 -0000 1.6 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: RecordSetTest.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/RecordSetTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** RecordSetTest.java 8 Aug 2003 17:41:06 -0000 1.8 --- RecordSetTest.java 9 Aug 2003 16:59:22 -0000 1.9 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: TestBean.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/TestBean.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestBean.java 8 Aug 2003 17:41:06 -0000 1.3 --- TestBean.java 9 Aug 2003 16:59:22 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: Test3.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/Test3.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Test3.java 8 Aug 2003 17:41:06 -0000 1.6 --- Test3.java 9 Aug 2003 16:59:22 -0000 1.7 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: Authentication.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/Authentication.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Authentication.java 8 Aug 2003 17:41:06 -0000 1.3 --- Authentication.java 9 Aug 2003 16:59:22 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: SubmitToURL.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/SubmitToURL.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SubmitToURL.java 8 Aug 2003 17:41:06 -0000 1.3 --- SubmitToURL.java 9 Aug 2003 16:59:22 -0000 1.4 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: Person.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/Person.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Person.java 8 Aug 2003 17:41:06 -0000 1.7 --- Person.java 9 Aug 2003 16:59:22 -0000 1.8 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; Index: Directory.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/test/Directory.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Directory.java 8 Aug 2003 17:41:06 -0000 1.10 --- Directory.java 9 Aug 2003 16:59:22 -0000 1.11 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.test; ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01