]> git.e2factory.org Git - e2factory.git/commitdiff
projenv: add license
authorTobias Ulmer <tu@emlix.com>
Mon, 31 Oct 2016 17:52:37 +0000 (18:52 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:18 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/projenv.lua

index 0e319672d6bee946d8495f035d89b8956dc4b1e4..9c01ccffc582164637bfc42fa3c587eb1a2ecb22 100644 (file)
@@ -2,6 +2,24 @@
 -- specific configuration. It handles evaluating and verifying the file
 -- 'proj/env' and its include directives.
 -- @module local.projenv
+
+-- Copyright (C) 2007-2016 emlix GmbH, see file AUTHORS
+--
+-- This file is part of e2factory, the emlix embedded build system.
+-- For more information see http://www.e2factory.org
+--
+-- e2factory is a registered trademark of emlix GmbH.
+--
+-- 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.
+
 local projenv = {}
 package.loaded["projenv"] = projenv