From: Tobias Ulmer Date: Tue, 28 Aug 2012 14:33:24 +0000 (+0200) Subject: Add copyright notice X-Git-Tag: e2factory-2.3.13rc1~131 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=fd83c0c8efc94724e3869045f72056dc05364cf1;p=e2factory.git Add copyright notice Signed-off-by: Tobias Ulmer --- diff --git a/local/environment.lua b/local/environment.lua index 33c4923..a6601ec 100644 --- a/local/environment.lua +++ b/local/environment.lua @@ -1,3 +1,30 @@ +--[[ + e2factory, the emlix embedded build system + + Copyright (C) 2007-2009 Gordon Hecker , emlix GmbH + Copyright (C) 2007-2009 Oskar Schirmer , emlix GmbH + Copyright (C) 2007-2008 Felix Winkelmann, emlix GmbH + + For more information have a look at http://www.e2factory.org + + e2factory is a registered trademark by emlix GmbH. + + This file is part of e2factory, the emlix embedded build system. + + e2factory 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 3 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, see . +]] + module("environment", package.seeall) require("sha1")