From 80c52de1b172e782e9d0e3d9532cf6c22ac2a418 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Mon, 31 Oct 2016 18:52:37 +0100 Subject: [PATCH] projenv: add license Signed-off-by: Tobias Ulmer --- local/projenv.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.39.5