[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/script/embedable IDRSJPython.java,1.4,1.5 IDRSS
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:52
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/script/embedable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/script/embedable Modified Files: IDRSJPython.java IDRSScriptLanguage.java IDRSBeanShell.java IDRSShell.java Log Message: updated copyrights Index: IDRSJPython.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/script/embedable/IDRSJPython.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** IDRSJPython.java 14 Apr 2002 12:37:53 -0000 1.4 --- IDRSJPython.java 29 Aug 2004 05:01:40 -0000 1.5 *************** *** 1,5 **** /* IDRSJPython.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* IDRSJPython.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: IDRSScriptLanguage.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/script/embedable/IDRSScriptLanguage.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IDRSScriptLanguage.java 18 Sep 2001 03:18:57 -0000 1.3 --- IDRSScriptLanguage.java 29 Aug 2004 05:01:40 -0000 1.4 *************** *** 1,5 **** /* IDRSScriptLanguage.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* IDRSScriptLanguage.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: IDRSBeanShell.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/script/embedable/IDRSBeanShell.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IDRSBeanShell.java 18 Sep 2001 03:18:57 -0000 1.3 --- IDRSBeanShell.java 29 Aug 2004 05:01:40 -0000 1.4 *************** *** 1,5 **** /* IDRSBeanShell.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* IDRSBeanShell.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: IDRSShell.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/script/embedable/IDRSShell.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** IDRSShell.java 17 Feb 2003 02:48:48 -0000 1.7 --- IDRSShell.java 29 Aug 2004 05:01:40 -0000 1.8 *************** *** 1,5 **** /* IDRSShell.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* IDRSShell.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |