From: Tobias Ulmer Date: Mon, 31 Oct 2016 17:52:37 +0000 (+0100) Subject: projenv: add license X-Git-Tag: e2factory-2.3.15rc1~31 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=80c52de1b172e782e9d0e3d9532cf6c22ac2a418;p=e2factory.git projenv: add license Signed-off-by: Tobias Ulmer --- diff --git a/local/projenv.lua b/local/projenv.lua index 0e31967..9c01ccf 100644 --- a/local/projenv.lua +++ b/local/projenv.lua @@ -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