summaryrefslogtreecommitdiff
path: root/lyt/window.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2010-10-08 00:07:50 +0200
committerTreeki <treeki@gmail.com>2010-10-08 00:07:50 +0200
commite813d6ede6bed1e69d749bb32529d657a9d96173 (patch)
tree742c0a4bf7a0888d63633b1469d3197f8444eda1 /lyt/window.cpp
parent532859713aaf0fdf482ee7d68676f6927a800eeb (diff)
downloadLayoutStudio-e813d6ede6bed1e69d749bb32529d657a9d96173.tar.gz
LayoutStudio-e813d6ede6bed1e69d749bb32529d657a9d96173.zip
added GPLv2 license
Diffstat (limited to 'lyt/window.cpp')
-rw-r--r--lyt/window.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/lyt/window.cpp b/lyt/window.cpp
index 0430229..cc26491 100644
--- a/lyt/window.cpp
+++ b/lyt/window.cpp
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ This file is part of LayoutStudio (http://github.com/Treeki/LayoutStudio)
+ Copyright (c) 2010 Treeki (treeki@gmail.com)
+
+ 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.0.
+
+ 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 2.0 for more details.
+
+ You should have received a copy of the GNU General Public License 2.0
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*******************************************************************************/
+
#include "window.h"
#include "layout.h"
#include "common.h"