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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/pykota-postgresql.sql

    r849 r873  
    33-- 
    44-- (c) 2003 Jerome Alet <alet@librelogiciel.com> 
    5 -- You're welcome to redistribute this software under the 
    6 -- terms of the GNU General Public Licence version 2.0 
    7 -- or, at your option, any higher version. 
     5-- This program is free software; you can redistribute it and/or modify 
     6-- it under the terms of the GNU General Public License as published by 
     7-- the Free Software Foundation; either version 2 of the License, or 
     8-- (at your option) any later version. 
    89-- 
    9 -- You can read the complete GNU GPL in the file COPYING 
    10 -- which should come along with this software, or visit 
    11 -- the Free Software Foundation's WEB site http://www.fsf.org 
     10-- This program is distributed in the hope that it will be useful, 
     11-- but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13-- GNU General Public License for more details. 
     14--  
     15-- You should have received a copy of the GNU General Public License 
     16-- along with this program; if not, write to the Free Software 
     17-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
    1218-- 
    1319-- $Id$ 
    1420-- 
    1521-- $Log$ 
     22-- Revision 1.6  2003/03/29 13:45:27  jalet 
     23-- GPL paragraphs were incorrectly (from memory) copied into the sources. 
     24-- Two README files were added. 
     25-- Upgrade script for PostgreSQL pre 1.01 schema was added. 
     26-- 
    1627-- Revision 1.5  2003/03/12 19:06:08  jalet 
    1728-- Initial support for groups added.