diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-02 00:27:19 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-02 00:27:19 +0200 |
commit | b302dbcfc6c8d6d23024ab93da30f80b9fe6cb5e (patch) | |
tree | 06e8b3fd7f2c150c4fc4b8383487a6448283b7e4 /database/sqlite | |
parent | 935b9c5e90baa34aea6ed2e3868c2e3b6edc61b5 (diff) | |
download | eurephia-b302dbcfc6c8d6d23024ab93da30f80b9fe6cb5e.tar.gz eurephia-b302dbcfc6c8d6d23024ab93da30f80b9fe6cb5e.tar.xz eurephia-b302dbcfc6c8d6d23024ab93da30f80b9fe6cb5e.zip |
Updated copyright info in the SQLite3 SQL schema file
Diffstat (limited to 'database/sqlite')
-rw-r--r-- | database/sqlite/sql-schema.sql | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/database/sqlite/sql-schema.sql b/database/sqlite/sql-schema.sql index c221a62..b7d4757 100644 --- a/database/sqlite/sql-schema.sql +++ b/database/sqlite/sql-schema.sql @@ -1,8 +1,23 @@ -- -- eurephia database schema for SQLite3 -- --- GPLv2 only - Copyright 2008 --- David Sommerseth +-- GPLv2 only - Copyright (C) 2008-2009 +-- David Sommerseth <dazo@users.sourceforge.net> +-- +-- This program is free software; you can redistribute it and/or +-- modify it under the terms of the GNU General Public License +-- as published by the Free Software Foundation; version 2 +-- of the License. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program; if not, write to the Free Software +-- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +-- -- openvpn_certificates - contains mainly X.509 information from SSL certificates |