[PATCH 05/12] file_list: Add GPL header to file
Sascha Hauer
s.hauer at pengutronix.de
Wed Sep 27 05:09:03 PDT 2017
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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 <common.h>
#include <malloc.h>
#include <fs.h>
--
2.11.0
More information about the barebox
mailing list