prototyp: license
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 01 Sep 2014 18:02:48 +0200
changeset 6dc83d208e862
parent 5 bb406ad320b6
child 7 8f0e2d417702
prototyp: license
prototyp/prototyp.sql
     1.1 --- a/prototyp/prototyp.sql	Mon Sep 01 17:47:00 2014 +0200
     1.2 +++ b/prototyp/prototyp.sql	Mon Sep 01 18:02:48 2014 +0200
     1.3 @@ -1,3 +1,21 @@
     1.4 +-- SQL-UNIX-API (prototype)
     1.5 +-- Copyright © 2014 František Kučera (frantovo.cz)
     1.6 +-- 
     1.7 +-- This program is free software: you can redistribute it and/or modify
     1.8 +-- it under the terms of the GNU General Public License as published by
     1.9 +-- the Free Software Foundation, either version 3 of the License, or
    1.10 +-- (at your option) any later version.
    1.11 +-- 
    1.12 +-- This program is distributed in the hope that it will be useful,
    1.13 +-- but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.14 +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    1.15 +-- GNU General Public License for more details.
    1.16 +-- 
    1.17 +-- You should have received a copy of the GNU General Public License
    1.18 +-- along with this program. If not, see <http://www.gnu.org/licenses/>.
    1.19 +
    1.20 +
    1.21 +
    1.22  -- CREATE SCHEMA unix_sql_api;
    1.23  
    1.24  SET search_path TO unix_sql_api;