[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/deploy DocReset.java,1.4,1.5 RMLDeploy.java,1.6
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:53
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/deploy Modified Files: DocReset.java RMLDeploy.java HotDeploy.java InsertToIDRS.java Log Message: updated copyrights Index: DocReset.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/DocReset.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DocReset.java 8 Jan 2003 06:01:05 -0000 1.4 --- DocReset.java 29 Aug 2004 05:01:42 -0000 1.5 *************** *** 1,2 **** --- 1,14 ---- + /* + DocReset.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; Index: RMLDeploy.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/RMLDeploy.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** RMLDeploy.java 17 Feb 2003 02:48:48 -0000 1.6 --- RMLDeploy.java 29 Aug 2004 05:01:42 -0000 1.7 *************** *** 1,5 **** /* RMLDeploy.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 ---- /* RMLDeploy.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: HotDeploy.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/HotDeploy.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** HotDeploy.java 6 Feb 2003 20:13:44 -0000 1.5 --- HotDeploy.java 29 Aug 2004 05:01:42 -0000 1.6 *************** *** 1,5 **** /* HotDeploy.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 ---- /* HotDeploy.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: InsertToIDRS.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/InsertToIDRS.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InsertToIDRS.java 4 Mar 2002 23:05:34 -0000 1.3 --- InsertToIDRS.java 29 Aug 2004 05:01:42 -0000 1.4 *************** *** 1,5 **** /* InsertToIDRS.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 ---- /* InsertToIDRS.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |