[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/exceptions PageNotFoundException.java,1.1,1.2 F
Brought to you by:
bigman921
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/exceptions Modified Files: PageNotFoundException.java FailInit.java NoConnection.java SQLNamingException.java SystemBusy.java IllegalParameter.java Log Message: updated copyrights Index: PageNotFoundException.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/PageNotFoundException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PageNotFoundException.java 22 Aug 2002 20:06:35 -0000 1.1 --- PageNotFoundException.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + PageNotFound.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.exceptions; Index: FailInit.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/FailInit.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FailInit.java 22 Aug 2002 20:06:35 -0000 1.1 --- FailInit.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + FailInit.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.exceptions; public class FailInit extends Exception { Index: NoConnection.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/NoConnection.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NoConnection.java 22 Aug 2002 20:06:35 -0000 1.1 --- NoConnection.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + NoConnection.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.exceptions; public class NoConnection extends Exception { Index: SQLNamingException.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/SQLNamingException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SQLNamingException.java 19 Apr 2003 03:13:50 -0000 1.1 --- SQLNamingException.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 1,8 **** /* ! * SQLNamingException.java ! * ! * Created on March 10, 2002, 3:35 PM ! */ package net.sourceforge.idrs.exceptions; --- 1,14 ---- /* ! SQLNameingException.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.exceptions; Index: SystemBusy.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/SystemBusy.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SystemBusy.java 22 Aug 2002 20:06:35 -0000 1.1 --- SystemBusy.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 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.exceptions; public class SystemBusy extends Exception { Index: IllegalParameter.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/exceptions/IllegalParameter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** IllegalParameter.java 22 Aug 2002 20:06:35 -0000 1.1 --- IllegalParameter.java 29 Aug 2004 05:01:40 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /* + IllegalParameter.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.exceptions; public class IllegalParameter extends Exception { |