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/initscripts
Files:
3 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. 
  • pykota/trunk/initscripts/README

    r695 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============================================================ 
     
    2228        File                            Backend 
    2329        -------------------------------------------------- 
    24         pykota-posgresql.sql      |     PostgreSQL storage 
    25                                   | 
     30         pykota-posgresql.sql | PostgreSQL storage 
     31pykota-upgrade-postgresql.sql | Upgrade database schema from pre 1.01 
     32                              | 
    2633         
    2734============================================================ 
  • pykota/trunk/initscripts/README.postgresql

    r695 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============================================================