openamf/src/java/org/openamf/config ServiceMethodAccessConstraintConfig.java,1.2,1.3 ServiceMethodConfig.java,1.7,1.8 CustomClassMappingConfig.java,1.3,1.4 FilterParameterConfig.java,1.3,1.4 ServiceConfig.java,1.10,1.11 OpenAMFConfig.java,1.5,1.6 PageableRecordsetConfig.java,1.3,1.4 FilterConfig.java,1.3,1.4 ConfigDigester.java,1.13,1.14 StateBeanConfig.java,1.6,1.7 ServiceMethodParameterConfig.java,1.3,1.4 ServiceInvokerConfig.java,1.3,1.4
[email protected] Sat, 09 Aug 2003 09:59:24 -0700
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/config In directory sc8-pr-cvs1:/tmp/cvs-serv690/src/java/org/openamf/config Modified Files: ServiceMethodAccessConstraintConfig.java ServiceMethodConfig.java CustomClassMappingConfig.java FilterParameterConfig.java ServiceConfig.java OpenAMFConfig.java PageableRecordsetConfig.java FilterConfig.java ConfigDigester.java StateBeanConfig.java ServiceMethodParameterConfig.java ServiceInvokerConfig.java Log Message: added license header to all source files Index: ServiceMethodAccessConstraintConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceMethodAccessConstraintConfig.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ServiceMethodAccessConstraintConfig.java 5 Aug 2003 07:41:51 -0000 1.2 --- ServiceMethodAccessConstraintConfig.java 9 Aug 2003 16:59:22 -0000 1.3 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.config; Index: ServiceMethodConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceMethodConfig.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ServiceMethodConfig.java 8 Aug 2003 17:41:06 -0000 1.7 --- ServiceMethodConfig.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.config; Index: CustomClassMappingConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/CustomClassMappingConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CustomClassMappingConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- CustomClassMappingConfig.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.config; Index: FilterParameterConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/FilterParameterConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FilterParameterConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- FilterParameterConfig.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.config; Index: ServiceConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceConfig.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ServiceConfig.java 8 Aug 2003 17:41:06 -0000 1.10 --- ServiceConfig.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.config; Index: OpenAMFConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/OpenAMFConfig.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OpenAMFConfig.java 8 Aug 2003 17:41:06 -0000 1.5 --- OpenAMFConfig.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.config; Index: PageableRecordsetConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/PageableRecordsetConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PageableRecordsetConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- PageableRecordsetConfig.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.config; Index: FilterConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/FilterConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FilterConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- FilterConfig.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.config; Index: ConfigDigester.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ConfigDigester.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ConfigDigester.java 8 Aug 2003 17:41:06 -0000 1.13 --- ConfigDigester.java 9 Aug 2003 16:59:22 -0000 1.14 *************** *** 1,2 **** --- 1,9 ---- + /* + * www.openamf.org + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + package org.openamf.config; Index: StateBeanConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/StateBeanConfig.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** StateBeanConfig.java 8 Aug 2003 17:41:06 -0000 1.6 --- StateBeanConfig.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.config; Index: ServiceMethodParameterConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceMethodParameterConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ServiceMethodParameterConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- ServiceMethodParameterConfig.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.config; Index: ServiceInvokerConfig.java =================================================================== RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceInvokerConfig.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ServiceInvokerConfig.java 8 Aug 2003 17:41:06 -0000 1.3 --- ServiceInvokerConfig.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.config; ------------------------------------------------------- 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