CVS update: /cowiki/includes/cowiki/class/exception/
[email protected] 17 Mar 2005 09:22:47 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 05/03/17 01:22:47 Modified: /cowiki/includes/cowiki/class/exception/ class.StorageQueryException.php, class.StorageException.php, class.StorageConnectionFailureException.php Log: Make it GPL, I am author and hence authorized :) File Changes: Directory: /cowiki/includes/cowiki/class/exception/ =================================================== File [changed]: class.StorageQueryException.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/exception/class.StorageQueryException.php?r1=1.1&r2=1.2 Delta lines: +20 -24 --------------------- --- class.StorageQueryException.php 15 Jan 2005 23:26:30 -0000 1.1 +++ class.StorageQueryException.php 17 Mar 2005 09:22:47 -0000 1.2 @@ -1,31 +1,27 @@ <?php -/* - Das vorliegende Programm und sein Quellcode sind durch das Gesetz ueber - Urheberrecht und verwandte Schutzrechte (Urheberrechtsgesetz UrhG) der - Bundesrepublik Deutschland zugunsten von Daniel T. Gorski, geschuetzt. - - Jede voruebergehende oder dauerhafte Vervielfaeltigung der verwendeten - Algorithmen, des kompletten Programmes, oder Teilen hiervon sowie jede - Uebersetzung, Bearbeitung, Umarbeitung, Verarbeitung oder sonstige Ver- - wendung des Programms fuer andere Zwecke als dessen Anwendung im Rahmen - der von Daniel T. Gorski geschaffenen und programmierten Anwendung - bedarf der vorherigen schriftlichen Zustimmung von Daniel T. Gorski. - - Temporary or permanent copying, duplication or distribution of used - algorithms, the complete code or parts of it as well as translation, - adaptation, conversion or any re-engineering or similar utilisation of - the program for an other purpose than the software application provided - by Daniel T. Gorski is not permitted without a positive affirmation of - Daniel T. Gorski in written form. - - (C) Daniel T. Gorski <[email protected]> - All rights reserved - - $Id: class.StorageQueryException.php,v 1.1 2005/01/15 23:26:30 dgorski Exp $ -*/ +/** + * + * $Id: class.StorageQueryException.php,v 1.2 2005/03/17 09:22:47 dgorski Exp $ + * + * This file is part of coWiki. coWiki is free software under the terms of + * the GNU General Public License (GPL). Read the LICENSE file. If you did + * not receive a copy of the license and are not able to obtain it through + * the internet, please send a note to <[email protected]> so we can mail + * you a copy immediately. + * + * @package exception + * @access public + * + * @author Daniel T. Gorski, <[email protected]> + * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} + * @license http://www.gnu.org/licenses/gpl.html + * @version $Revision: 1.2 $ + * + */ /** - * "Storage connection failure" exception. + * "Storage query" exception. * * @package exception * @access public File [changed]: class.StorageException.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/exception/class.StorageException.php?r1=1.1&r2=1.2 Delta lines: +19 -23 --------------------- --- class.StorageException.php 15 Jan 2005 23:26:30 -0000 1.1 +++ class.StorageException.php 17 Mar 2005 09:22:47 -0000 1.2 @@ -1,28 +1,24 @@ <?php -/* - Das vorliegende Programm und sein Quellcode sind durch das Gesetz ueber - Urheberrecht und verwandte Schutzrechte (Urheberrechtsgesetz UrhG) der - Bundesrepublik Deutschland zugunsten von Daniel T. Gorski, geschuetzt. - - Jede voruebergehende oder dauerhafte Vervielfaeltigung der verwendeten - Algorithmen, des kompletten Programmes, oder Teilen hiervon sowie jede - Uebersetzung, Bearbeitung, Umarbeitung, Verarbeitung oder sonstige Ver- - wendung des Programms fuer andere Zwecke als dessen Anwendung im Rahmen - der von Daniel T. Gorski geschaffenen und programmierten Anwendung - bedarf der vorherigen schriftlichen Zustimmung von Daniel T. Gorski. - - Temporary or permanent copying, duplication or distribution of used - algorithms, the complete code or parts of it as well as translation, - adaptation, conversion or any re-engineering or similar utilisation of - the program for an other purpose than the software application provided - by Daniel T. Gorski is not permitted without a positive affirmation of - Daniel T. Gorski in written form. - - (C) Daniel T. Gorski <[email protected]> - All rights reserved - - $Id: class.StorageException.php,v 1.1 2005/01/15 23:26:30 dgorski Exp $ -*/ +/** + * + * $Id: class.StorageException.php,v 1.2 2005/03/17 09:22:47 dgorski Exp $ + * + * This file is part of coWiki. coWiki is free software under the terms of + * the GNU General Public License (GPL). Read the LICENSE file. If you did + * not receive a copy of the license and are not able to obtain it through + * the internet, please send a note to <[email protected]> so we can mail + * you a copy immediately. + * + * @package exception + * @access public + * + * @author Daniel T. Gorski, <[email protected]> + * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} + * @license http://www.gnu.org/licenses/gpl.html + * @version $Revision: 1.2 $ + * + */ /** * "Storage" exception. File [changed]: class.StorageConnectionFailureException.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/exception/class.StorageConnectionFailureException.php?r1=1.1&r2=1.2 Delta lines: +20 -24 --------------------- --- class.StorageConnectionFailureException.php 15 Jan 2005 23:26:30 -0000 1.1 +++ class.StorageConnectionFailureException.php 17 Mar 2005 09:22:47 -0000 1.2 @@ -1,31 +1,27 @@ <?php -/* - Das vorliegende Programm und sein Quellcode sind durch das Gesetz ueber - Urheberrecht und verwandte Schutzrechte (Urheberrechtsgesetz UrhG) der - Bundesrepublik Deutschland zugunsten von Daniel T. Gorski, geschuetzt. - - Jede voruebergehende oder dauerhafte Vervielfaeltigung der verwendeten - Algorithmen, des kompletten Programmes, oder Teilen hiervon sowie jede - Uebersetzung, Bearbeitung, Umarbeitung, Verarbeitung oder sonstige Ver- - wendung des Programms fuer andere Zwecke als dessen Anwendung im Rahmen - der von Daniel T. Gorski geschaffenen und programmierten Anwendung - bedarf der vorherigen schriftlichen Zustimmung von Daniel T. Gorski. - - Temporary or permanent copying, duplication or distribution of used - algorithms, the complete code or parts of it as well as translation, - adaptation, conversion or any re-engineering or similar utilisation of - the program for an other purpose than the software application provided - by Daniel T. Gorski is not permitted without a positive affirmation of - Daniel T. Gorski in written form. - - (C) Daniel T. Gorski <[email protected]> - All rights reserved - - $Id: class.StorageConnectionFailureException.php,v 1.1 2005/01/15 23:26:30 dgorski Exp $ -*/ +/** + * + * $Id: class.StorageConnectionFailureException.php,v 1.2 2005/03/17 09:22:47 dgorski Exp $ + * + * This file is part of coWiki. coWiki is free software under the terms of + * the GNU General Public License (GPL). Read the LICENSE file. If you did + * not receive a copy of the license and are not able to obtain it through + * the internet, please send a note to <[email protected]> so we can mail + * you a copy immediately. + * + * @package exception + * @access public + * + * @author Daniel T. Gorski, <[email protected]> + * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} + * @license http://www.gnu.org/licenses/gpl.html + * @version $Revision: 1.2 $ + * + */ /** - * "Storage connection failure" exception. + * "Storage Connection Failure" exception. * * @package exception * @access public