From e813d6ede6bed1e69d749bb32529d657a9d96173 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Oct 2010 00:07:50 +0200 Subject: added GPLv2 license --- lyt/window.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lyt/window.cpp') 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 . +*******************************************************************************/ + #include "window.h" #include "layout.h" #include "common.h" -- cgit v1.2.3