summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-09-27 13:52:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-27 14:02:20 +0200
commitbee9b68fe08dc7df01d80ec784841026345e4931 (patch)
tree42197d31fe0381d1bf3b0ab9203200258c49bbeb /common
parent6d328ea1369f42b6a5658d548461991585534631 (diff)
downloadbarebox-bee9b68fe08dc7df01d80ec784841026345e4931.tar.gz
barebox-bee9b68fe08dc7df01d80ec784841026345e4931.tar.xz
file_list: Add GPL header to file
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/file-list.c11
1 files changed, 11 insertions, 0 deletions
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 <common.h>
#include <malloc.h>
#include <fs.h>