summaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-11-23 23:12:42 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-11-23 23:12:42 +0100
commit2c68786422c6a808b2332ca1b3e10039753ff035 (patch)
tree1875d8169e60a1ab36650616200bec635f334050 /mainwindow.cpp
parent5da39fc03fe42f7e4b572374e983ea1afb80033d (diff)
downloaddbmodel-2c68786422c6a808b2332ca1b3e10039753ff035.tar.xz
Add GPL license + headers
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 9d090f8..fa8a295 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -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.
+
#include <QMenuBar>
#include <QMenu>
#include <QComboBox>