[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/core/servlet IteratorEnumeration.java,1.1,1.2 I
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:02:21
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/core/servlet Modified Files: IteratorEnumeration.java Init.java IdrsController.java IdrsAuthDefault.java IdrsConfigHandler.java IDRSServlet.java DocInfo.java IdrsAuthBase.java IDRSAuth.java ConfigInfo.java ReportStore.java IDRSSecurity.java Log Message: updated copyrights Index: IteratorEnumeration.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IteratorEnumeration.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IteratorEnumeration.java 22 Aug 2002 20:06:34 -0000 1.1 --- IteratorEnumeration.java 29 Aug 2004 05:01:38 -0000 1.2 *************** *** 1,8 **** /* ! * IteratorEnumeration.java ! * ! * Created on February 27, 2002, 3:36 PM ! */ package net.sourceforge.idrs.core.servlet; --- 1,15 ---- + /* ! IDRITERATORENUMERATIONSBody.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.servlet; Index: Init.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/Init.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Init.java 17 Mar 2003 14:05:00 -0000 1.12 --- Init.java 29 Aug 2004 05:01:38 -0000 1.13 *************** *** 1,5 **** /* Init.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 ---- /* Init.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: IdrsController.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IdrsController.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** IdrsController.java 29 Aug 2004 04:50:30 -0000 1.6 --- IdrsController.java 29 Aug 2004 05:01:38 -0000 1.7 *************** *** 1,2 **** --- 1,14 ---- + /* + IdrsController.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.servlet; Index: IdrsAuthDefault.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IdrsAuthDefault.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IdrsAuthDefault.java 19 Apr 2003 03:13:49 -0000 1.2 --- IdrsAuthDefault.java 29 Aug 2004 05:01:38 -0000 1.3 *************** *** 1,2 **** --- 1,14 ---- + /* + IdrsAuthDefault.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.servlet; Index: IdrsConfigHandler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IdrsConfigHandler.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IdrsConfigHandler.java 17 Mar 2003 14:05:00 -0000 1.2 --- IdrsConfigHandler.java 29 Aug 2004 05:01:38 -0000 1.3 *************** *** 1,2 **** --- 1,14 ---- + /* + IdrsConfigHandler.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.servlet; Index: IDRSServlet.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IDRSServlet.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** IDRSServlet.java 6 Feb 2003 20:13:44 -0000 1.18 --- IDRSServlet.java 29 Aug 2004 05:01:38 -0000 1.19 *************** *** 1,5 **** /* IDRSServlet.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 ---- /* IDRSServlet.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: DocInfo.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/DocInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DocInfo.java 15 Sep 2001 17:33:28 -0000 1.3 --- DocInfo.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,5 **** /* DocInfo.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 ---- /* DocInfo.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: IdrsAuthBase.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IdrsAuthBase.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IdrsAuthBase.java 19 Apr 2003 03:13:49 -0000 1.2 --- IdrsAuthBase.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,2 **** --- 1,14 ---- + /* + IDRSAuthBase.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.servlet; Index: IDRSAuth.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IDRSAuth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IDRSAuth.java 19 Apr 2003 03:13:49 -0000 1.1 --- IDRSAuth.java 29 Aug 2004 05:01:39 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + IDRSAuth.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.servlet; Index: ConfigInfo.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/ConfigInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ConfigInfo.java 22 Aug 2004 05:17:39 -0000 1.3 --- ConfigInfo.java 29 Aug 2004 05:01:39 -0000 1.4 *************** *** 1,2 **** --- 1,14 ---- + /* + ConfigInfo.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.servlet; Index: ReportStore.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/ReportStore.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReportStore.java 22 Aug 2002 20:06:34 -0000 1.2 --- ReportStore.java 29 Aug 2004 05:01:39 -0000 1.3 *************** *** 1,2 **** --- 1,14 ---- + /* + RepostStore.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.servlet; Index: IDRSSecurity.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/core/servlet/IDRSSecurity.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** IDRSSecurity.java 19 Apr 2003 03:13:49 -0000 1.9 --- IDRSSecurity.java 29 Aug 2004 05:01:39 -0000 1.10 *************** *** 1,5 **** /* IDRSSecurity.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 ---- /* IDRSSecurity.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |