Changeset 873 for pykota/trunk/initscripts
- Timestamp:
- 03/29/03 14:45:27 (22 years ago)
- Location:
- pykota/trunk/initscripts
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/pykota-postgresql.sql
r849 r873 3 3 -- 4 4 -- (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. 8 9 -- 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. 12 18 -- 13 19 -- $Id$ 14 20 -- 15 21 -- $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 -- 16 27 -- Revision 1.5 2003/03/12 19:06:08 jalet 17 28 -- Initial support for groups added. -
pykota/trunk/initscripts/README
r695 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 ============================================================ … … 22 28 File Backend 23 29 -------------------------------------------------- 24 pykota-posgresql.sql | PostgreSQL storage 25 | 30 pykota-posgresql.sql | PostgreSQL storage 31 pykota-upgrade-postgresql.sql | Upgrade database schema from pre 1.01 32 | 26 33 27 34 ============================================================ -
pykota/trunk/initscripts/README.postgresql
r695 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 ============================================================