Changeset 873 for pykota/trunk/cgi-bin
- Timestamp:
- 03/29/03 14:45:27 (22 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r799 r873 6 6 # 7 7 # (c) 2003 Jerome Alet <alet@librelogiciel.com> 8 # You're welcome to redistribute this software under the 9 # terms of the GNU General Public Licence version 2.0 10 # or, at your option, any higher version. 8 # This program is free software; you can redistribute it and/or modify 9 # it under the terms of the GNU General Public License as published by 10 # the Free Software Foundation; either version 2 of the License, or 11 # (at your option) any later version. 11 12 # 12 # You can read the complete GNU GPL in the file COPYING 13 # which should come along with this software, or visit 14 # the Free Software Foundation's WEB site http://www.fsf.org 13 # This program is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 15 21 # 16 22 # $Id$ 17 23 # 18 24 # $Log$ 25 # Revision 1.3 2003/03/29 13:45:27 jalet 26 # GPL paragraphs were incorrectly (from memory) copied into the sources. 27 # Two README files were added. 28 # Upgrade script for PostgreSQL pre 1.01 schema was added. 29 # 19 30 # Revision 1.2 2003/02/12 11:31:51 jalet 20 31 # doesn't use the jaxml module anymore -
pykota/trunk/cgi-bin/README
r841 r873 4 4 5 5 (c) 2003 Jerome Alet <alet@librelogiciel.com> 6 You're welcome to redistribute this software under the 7 terms of the GNU General Public Licence version 2.0 8 or, at your option, any higher version. 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation; either version 2 of the License, or 9 (at your option) any later version. 9 10 10 You can read the complete GNU GPL in the file COPYING 11 which should come along with this software, or visit 12 the Free Software Foundation's WEB site http://www.fsf.org 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 13 19 14 20 ====================================================================