[Smartcc-cvs] smartcc/test/src/org/smartcc NoopInterceptor.java,1.1.1.1,1.2 TestApplicationClient.ja
Brought to you by:
hengels
Update of /cvsroot/smartcc/smartcc/test/src/org/smartcc In directory usw-pr-cvs1:/tmp/cvs-serv3001/test/src/org/smartcc Modified Files: NoopInterceptor.java TestApplicationClient.java TestDeployer.java TestLocalSession.java TestSmartLocalRef.java TestSmartRef.java Log Message: o added LGPL header and emacs footer Index: NoopInterceptor.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/NoopInterceptor.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** NoopInterceptor.java 27 May 2002 16:22:03 -0000 1.1.1.1 --- NoopInterceptor.java 7 Jun 2002 09:42:13 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 10,11 **** --- 23,30 ---- throws Throwable { return next.invoke(invocation); } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: TestApplicationClient.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/TestApplicationClient.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestApplicationClient.java 27 May 2002 16:22:03 -0000 1.1.1.1 --- TestApplicationClient.java 7 Jun 2002 09:42:15 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 91,92 **** --- 104,111 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: TestDeployer.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/TestDeployer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestDeployer.java 27 May 2002 16:22:03 -0000 1.1.1.1 --- TestDeployer.java 7 Jun 2002 09:42:15 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 69,70 **** --- 82,89 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: TestLocalSession.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/TestLocalSession.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TestLocalSession.java 27 May 2002 16:22:03 -0000 1.1.1.1 --- TestLocalSession.java 7 Jun 2002 09:42:16 -0000 1.2 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 135,136 **** --- 148,155 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: TestSmartLocalRef.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/TestSmartLocalRef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestSmartLocalRef.java 29 May 2002 15:12:08 -0000 1.3 --- TestSmartLocalRef.java 7 Jun 2002 09:42:16 -0000 1.4 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 96,97 **** --- 109,116 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ Index: TestSmartRef.java =================================================================== RCS file: /cvsroot/smartcc/smartcc/test/src/org/smartcc/TestSmartRef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestSmartRef.java 29 May 2002 15:12:08 -0000 1.3 --- TestSmartRef.java 7 Jun 2002 09:42:16 -0000 1.4 *************** *** 1,2 **** --- 1,15 ---- + /* + * $Id$ + * (c) Copyright 2002 Holger Engels. + * + * This file is part of the Smart Client Container (http://smartcc.sourceforge.net). + * + * SmartCC is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + * + * Please see COPYING for the complete licence. + */ package org.smartcc; *************** *** 95,96 **** --- 108,115 ---- } } + /* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + */ |