[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/core/report ShortScriptChunk.java,1.2,1.3 EvalS
Brought to you by:
bigman921
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/core/report Modified Files: ShortScriptChunk.java EvalScriptChunk.java IDRSCompiler.java EvalLongScript.java Line.java FieldsLine.java IDRSBody.java FieldChunk.java IfResultsChunk.java CurrentField.java YesNo.java ObjectChunk.java NavPrevChunk.java TextChunk.java IfChangeChunk.java IDRSRep.java ErrorChunk.java SelectChunk.java GenTag.java IDRSHead.java Chunk.java NavigateChunk.java NavCurChunk.java RepeatLine.java TagLine.java AttributeLine.java PortalChunk.java InputResultsChunk.java NavNextChunk.java NavCurFormChunk.java Log Message: updated copyrights Index: ShortScriptChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/ShortScriptChunk.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ShortScriptChunk.java 10 Sep 2001 01:28:34 -0000 1.2 --- ShortScriptChunk.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* ShortScriptChunk.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 ---- /* ShortScriptChunk.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: EvalScriptChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/EvalScriptChunk.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EvalScriptChunk.java 10 Sep 2001 01:28:34 -0000 1.2 --- EvalScriptChunk.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* EvalScriptChunk.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 ---- /* EvalScriptChunk.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: IDRSCompiler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IDRSCompiler.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** IDRSCompiler.java 29 Aug 2004 04:50:29 -0000 1.7 --- IDRSCompiler.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* IDRSCompiler.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 ---- /* IDRSCompiler.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: EvalLongScript.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/EvalLongScript.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EvalLongScript.java 10 Sep 2001 01:28:34 -0000 1.2 --- EvalLongScript.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* EvalLongScript.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 ---- /* EvalLongScript.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: Line.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/Line.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Line.java 22 Aug 2004 23:52:31 -0000 1.7 --- Line.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* Line.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 ---- /* Line.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: FieldsLine.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/FieldsLine.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FieldsLine.java 29 Aug 2004 04:50:29 -0000 1.1 --- FieldsLine.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,5 **** /* FieldsLine.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 ---- /* FieldsLine.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: IDRSBody.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IDRSBody.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** IDRSBody.java 22 Aug 2004 23:52:31 -0000 1.8 --- IDRSBody.java 29 Aug 2004 05:01:39 -0000 1.9 *************** *** 1,5 **** /* IDRSBody.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 ---- /* IDRSBody.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: FieldChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/FieldChunk.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FieldChunk.java 21 Sep 2002 16:13:03 -0000 1.7 --- FieldChunk.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* FieldChunk.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 ---- /* FieldChunk.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: IfResultsChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IfResultsChunk.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** IfResultsChunk.java 22 Aug 2004 23:52:31 -0000 1.6 --- IfResultsChunk.java 29 Aug 2004 05:01:39 -0000 1.7 *************** *** 1,5 **** /* IfResultsChunk.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 ---- /* IfResultsChunk.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: CurrentField.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/CurrentField.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CurrentField.java 29 Aug 2004 04:50:29 -0000 1.1 --- CurrentField.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,5 **** /* CurrentField.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 ---- /* CurrentField.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: YesNo.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/YesNo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** YesNo.java 26 Mar 2003 21:33:08 -0000 1.3 --- YesNo.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* YesNo.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 ---- /* YesNo.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: ObjectChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/ObjectChunk.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ObjectChunk.java 15 Sep 2001 17:33:28 -0000 1.3 --- ObjectChunk.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* ObjectChunk.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 ---- /* ObjectChunk.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: NavPrevChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/NavPrevChunk.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NavPrevChunk.java 26 Mar 2003 21:33:08 -0000 1.3 --- NavPrevChunk.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* NavPrevChunk.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 ---- /* NavPrevChunk.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: TextChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/TextChunk.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TextChunk.java 22 Nov 2002 07:16:24 -0000 1.4 --- TextChunk.java 29 Aug 2004 05:01:39 -0000 1.5 *************** *** 1,5 **** /* TextChunk.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 ---- /* TextChunk.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: IfChangeChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IfChangeChunk.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IfChangeChunk.java 22 Aug 2004 23:52:31 -0000 1.5 --- IfChangeChunk.java 29 Aug 2004 05:01:39 -0000 1.6 *************** *** 1,5 **** /* IfChangeChunk.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 ---- /* IfChangeChunk.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: IDRSRep.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IDRSRep.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** IDRSRep.java 22 Aug 2004 23:52:31 -0000 1.4 --- IDRSRep.java 29 Aug 2004 05:01:39 -0000 1.5 *************** *** 1,5 **** /* IDRSRep.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 ---- /* IDRSRep.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: ErrorChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/ErrorChunk.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ErrorChunk.java 9 Sep 2002 21:27:44 -0000 1.1 --- ErrorChunk.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,5 **** /* ErrorChunk.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 ---- /* ErrorChunk.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: SelectChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/SelectChunk.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SelectChunk.java 19 Apr 2003 03:13:49 -0000 1.2 --- SelectChunk.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* SelectChunk.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 ---- /* SelectChunk.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: GenTag.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/GenTag.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GenTag.java 26 Mar 2003 21:33:05 -0000 1.6 --- GenTag.java 29 Aug 2004 05:01:39 -0000 1.7 *************** *** 1,5 **** /* GenTag.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 ---- /* GenTag.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: IDRSHead.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/IDRSHead.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** IDRSHead.java 29 Aug 2004 04:50:29 -0000 1.19 --- IDRSHead.java 29 Aug 2004 05:01:39 -0000 1.20 *************** *** 1,2 **** --- 1,14 ---- + /* + IDRSHead.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.core.report; import net.sourceforge.idrs.jdbc.*; Index: Chunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/Chunk.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Chunk.java 14 Sep 2001 14:14:07 -0000 1.3 --- Chunk.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* Chunk.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 ---- /* Chunk.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: NavigateChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/NavigateChunk.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** NavigateChunk.java 19 Apr 2003 03:13:48 -0000 1.7 --- NavigateChunk.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* NavigateChunk.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 ---- /* NavigateChunk.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: NavCurChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/NavCurChunk.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NavCurChunk.java 26 Mar 2003 21:33:08 -0000 1.1 --- NavCurChunk.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,5 **** /* NavNextChunk.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 ---- /* NavNextChunk.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: RepeatLine.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/RepeatLine.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RepeatLine.java 22 Aug 2004 23:52:31 -0000 1.7 --- RepeatLine.java 29 Aug 2004 05:01:39 -0000 1.8 *************** *** 1,5 **** /* RepeatLine.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 ---- /* RepeatLine.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: TagLine.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/TagLine.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TagLine.java 29 Aug 2004 04:50:29 -0000 1.2 --- TagLine.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* TagLine.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 ---- /* TagLine.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: AttributeLine.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/AttributeLine.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AttributeLine.java 29 Aug 2004 04:50:29 -0000 1.2 --- AttributeLine.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* AttributeLine.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 ---- /* AttributeLine.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: PortalChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/PortalChunk.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PortalChunk.java 22 Aug 2004 23:52:31 -0000 1.2 --- PortalChunk.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,5 **** /* PortalChunk.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 ---- /* PortalChunk.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: InputResultsChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/InputResultsChunk.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InputResultsChunk.java 15 Sep 2001 17:33:28 -0000 1.3 --- InputResultsChunk.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* InputResultsChunk.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 ---- /* InputResultsChunk.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: NavNextChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/NavNextChunk.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NavNextChunk.java 26 Mar 2003 21:33:09 -0000 1.3 --- NavNextChunk.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* NavNextChunk.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 ---- /* NavNextChunk.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: NavCurFormChunk.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/report/NavCurFormChunk.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NavCurFormChunk.java 26 Mar 2003 23:03:23 -0000 1.1 --- NavCurFormChunk.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,5 **** /* NavNextChunk.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 ---- /* NavNextChunk.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |