[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/deploy/compile RmlCompiler.java,1.5,1.6 Compile
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:02:19
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/deploy/compile Modified Files: RmlCompiler.java CompilerState.java RMLHandler.java RmlErrorHandler.java Compiler.java Log Message: updated copyrights Index: RmlCompiler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/RmlCompiler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RmlCompiler.java 22 Aug 2004 05:17:40 -0000 1.5 --- RmlCompiler.java 29 Aug 2004 05:01:39 -0000 1.6 *************** *** 1,5 **** /* RmlCompiler.java ! Copyright (C) 2002 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* RmlCompiler.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: CompilerState.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/CompilerState.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CompilerState.java 6 Feb 2003 20:13:45 -0000 1.6 --- CompilerState.java 29 Aug 2004 05:01:39 -0000 1.7 *************** *** 1,8 **** /* ! * CompilerState.java ! * ! * Created on January 28, 2002, 9:25 AM ! */ package net.sourceforge.idrs.deploy.compile; --- 1,14 ---- /* ! CompilerState.java ! Copyright (C) 2002-2004 Marc Boorshtein ! ! The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); ! you may not use this file except in compliance with the License. You may obtain a copy of the ! License at http://www.mozilla.org/MPL/ + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific + language governing rights and limitations under the License. + */ package net.sourceforge.idrs.deploy.compile; Index: RMLHandler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/RMLHandler.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RMLHandler.java 6 Feb 2003 20:13:45 -0000 1.7 --- RMLHandler.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* RMLHandler.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 ---- /* RMLHandler.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: RmlErrorHandler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/RmlErrorHandler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RmlErrorHandler.java 6 Feb 2003 20:13:45 -0000 1.1 --- RmlErrorHandler.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + RMLErrorHandler.java + Copyright (C) 2002-2004 Marc Boorshtein + + The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); + you may not use this file except in compliance with the License. You may obtain a copy of the + License at http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific + language governing rights and limitations under the License. + */ package net.sourceforge.idrs.deploy.compile; Index: Compiler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/Compiler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Compiler.java 6 Feb 2003 20:13:45 -0000 1.5 --- Compiler.java 29 Aug 2004 05:01:39 -0000 1.6 *************** *** 1,5 **** /* Compiler.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 ---- /* Compiler.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |