]> git.e2factory.org Git - e2factory.git/commitdiff
update copyright year
authorTobias Ulmer <tu@emlix.com>
Tue, 1 Nov 2016 15:18:26 +0000 (16:18 +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>
generic/trace.lua
local/chroot.lua
local/sl.lua
local/source.lua

index 496bf8886348258fca84c142af8193194340ba9c..5bf61ad7bd21a7afe658c0b555c618798f5eff1d 100644 (file)
@@ -1,7 +1,7 @@
 --- Function call tracing
 -- @module generic.trace
 
--- Copyright (C) 2013 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2013-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
index ad378d1a133b884ea977dab1f81aa15f4729827d..eaa3bcf83233fddd6e2c64092c76df36ee11c6ca 100644 (file)
@@ -1,7 +1,7 @@
 --- Chroot config module.
 -- @module local.chroot
 
--- Copyright (C) 2007-2014 emlix GmbH, see file AUTHORS
+-- 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
index 3330b7670603ba2a2d11567edfdd7129315663c6..3cacd6df0feddc8f85f4d26f96c6c9db5ab229b9 100644 (file)
@@ -1,7 +1,7 @@
 --- Universal string list. Handy for storing result-, licence-, source names.
 -- @module local.sl
 
--- Copyright (C) 2014 emlix GmbH, see file AUTHORS
+-- Copyright (C) 2014-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
@@ -77,7 +77,7 @@ function sl.sl:insert_sl(entrysl)
     end
 end
 
---- Remove matching entry from string list.
+--- Remove matching from the string list.
 -- @param entry The entry.
 -- @return True when one or more entries were removed, false otherwise.
 function sl.sl:remove(entry)
index 87c7351e573f6b011e3c3a46aa256b0e98ead46f..d81d7981583ce331a71ea9d520bd50efccb5f01a 100644 (file)
@@ -1,7 +1,7 @@
 --- Source base class. Implements the base source class and config loader.
 -- @module local.source
 
--- Copyright (C) 2007-2014 emlix GmbH, see file AUTHORS
+-- 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