From bee9b68fe08dc7df01d80ec784841026345e4931 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 27 Sep 2017 13:52:26 +0200 Subject: file_list: Add GPL header to file Signed-off-by: Sascha Hauer --- common/file-list.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common/file-list.c b/common/file-list.c index be8f53bd89..0c3cb0a4e7 100644 --- a/common/file-list.c +++ b/common/file-list.c @@ -1,3 +1,14 @@ +/* + * This program 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; version 2. + * + * 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. + */ + #include #include #include -- cgit v1.2.3