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/binaryfilesection.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lyt/binaryfilesection.cpp') diff --git a/lyt/binaryfilesection.cpp b/lyt/binaryfilesection.cpp index 59dd9a1..a06810d 100644 --- a/lyt/binaryfilesection.cpp +++ b/lyt/binaryfilesection.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 "binaryfilesection.h" LYTBinaryFileSection::LYTBinaryFileSection() { -- cgit v1.2.3