diff options
author | Lukáš Lalinský <lalinsky@gmail.com> | 2008-11-23 23:12:42 +0100 |
---|---|---|
committer | Lukáš Lalinský <lalinsky@gmail.com> | 2008-11-23 23:12:42 +0100 |
commit | 2c68786422c6a808b2332ca1b3e10039753ff035 (patch) | |
tree | 1875d8169e60a1ab36650616200bec635f334050 /databasetable.h | |
parent | 5da39fc03fe42f7e4b572374e983ea1afb80033d (diff) | |
download | dbmodel-2c68786422c6a808b2332ca1b3e10039753ff035.tar.xz |
Add GPL license + headers
Diffstat (limited to 'databasetable.h')
-rw-r--r-- | databasetable.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databasetable.h b/databasetable.h index 3d48ede..df9bd2b 100644 --- a/databasetable.h +++ b/databasetable.h @@ -1,3 +1,19 @@ +// Copyright (C) 2008 Lukas Lalinsky +// +// 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; either version 2 of the License, or +// at your option) any later version. +// +// 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. + #ifndef DATABASETABLE_H #define DATABASETABLE_H |