[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/utils Application.java,1.3,1.4 ObjectStore.java
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:55
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/utils Modified Files: Application.java ObjectStore.java ReqReq.java IDRSPrinter.java CleanUp.java RS.java RequestWrapper.java RSMetaData.java ReqAttr.java DbCache.java Validators.java DB.java UserInfo.java Log Message: updated copyrights Index: Application.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/Application.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Application.java 14 Sep 2001 14:14:07 -0000 1.3 --- Application.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 1,5 **** /* Application.java ! Copyright (C) 2001 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 --- 1,5 ---- /* Application.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 Index: ObjectStore.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/ObjectStore.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ObjectStore.java 22 Aug 2004 05:17:39 -0000 1.11 --- ObjectStore.java 29 Aug 2004 05:01:41 -0000 1.12 *************** *** 1,5 **** /* ObjectStore.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 ---- /* ObjectStore.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: ReqReq.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/ReqReq.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReqReq.java 18 Sep 2001 03:18:57 -0000 1.3 --- ReqReq.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 1,5 **** /* ReqReq.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 ---- /* ReqReq.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: IDRSPrinter.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/IDRSPrinter.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IDRSPrinter.java 18 Sep 2001 03:18:57 -0000 1.3 --- IDRSPrinter.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 1,5 **** /* IDRSPrinter.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 ---- /* IDRSPrinter.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: CleanUp.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/CleanUp.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** CleanUp.java 17 Mar 2003 14:05:00 -0000 1.5 --- CleanUp.java 29 Aug 2004 05:01:41 -0000 1.6 *************** *** 1,2 **** --- 1,13 ---- + /* + 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.utils; Index: RS.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/RS.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RS.java 22 Aug 2002 20:06:37 -0000 1.4 --- RS.java 29 Aug 2004 05:01:41 -0000 1.5 *************** *** 1,5 **** /* RS.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 ---- /* RS.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: RequestWrapper.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/RequestWrapper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RequestWrapper.java 10 Sep 2001 01:28:34 -0000 1.2 --- RequestWrapper.java 29 Aug 2004 05:01:41 -0000 1.3 *************** *** 1,5 **** /* RequestWrapper.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 ---- /* RequestWrapper.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: RSMetaData.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/RSMetaData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RSMetaData.java 18 Sep 2001 03:18:57 -0000 1.3 --- RSMetaData.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 1,5 **** /* RSMetaData.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 ---- /* RSMetaData.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: ReqAttr.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/ReqAttr.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReqAttr.java 18 Sep 2001 03:18:57 -0000 1.3 --- ReqAttr.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 1,5 **** /* ReqAttr.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 ---- /* ReqAttr.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: DbCache.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/DbCache.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DbCache.java 29 Dec 2002 04:41:16 -0000 1.1 --- DbCache.java 29 Aug 2004 05:01:41 -0000 1.2 *************** *** 1,7 **** /* ! * DbCache.java ! * ! * Created on March 5, 2002, 7:30 PM ! */ package net.sourceforge.idrs.utils; --- 1,13 ---- /* ! 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.utils; Index: Validators.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/Validators.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Validators.java 8 Jan 2003 06:01:00 -0000 1.3 --- Validators.java 29 Aug 2004 05:01:41 -0000 1.4 *************** *** 3,7 **** /* Validators.java ! Copyright (C) 2002 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 3,7 ---- /* Validators.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: DB.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/DB.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** DB.java 29 Aug 2004 04:50:30 -0000 1.17 --- DB.java 29 Aug 2004 05:01:41 -0000 1.18 *************** *** 2,6 **** /* DB.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 2,6 ---- /* DB.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: UserInfo.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/UserInfo.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UserInfo.java 6 Feb 2003 20:13:45 -0000 1.4 --- UserInfo.java 29 Aug 2004 05:01:41 -0000 1.5 *************** *** 1,5 **** /* UserInfo.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 ---- /* UserInfo.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |