Changeset 873 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
03/29/03 14:45:27 (21 years ago)
Author:
jalet
Message:

GPL paragraphs were incorrectly (from memory) copied into the sources.
Two README files were added.
Upgrade script for PostgreSQL pre 1.01 schema was added.

Location:
pykota/trunk/cgi-bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r799 r873  
    66# 
    77# (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. 
    1112# 
    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. 
    1521# 
    1622# $Id$ 
    1723# 
    1824# $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# 
    1930# Revision 1.2  2003/02/12 11:31:51  jalet 
    2031# doesn't use the jaxml module anymore 
  • pykota/trunk/cgi-bin/README

    r841 r873  
    44 
    55(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. 
     6This program is free software; you can redistribute it and/or modify 
     7it under the terms of the GNU General Public License as published by 
     8the Free Software Foundation; either version 2 of the License, or 
     9(at your option) any later version. 
    910 
    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 
     11This program is distributed in the hope that it will be useful, 
     12but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14GNU General Public License for more details. 
     15 
     16You should have received a copy of the GNU General Public License 
     17along with this program; if not, write to the Free Software 
     18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    1319 
    1420====================================================================