From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dxB9w-0004Lx-SS for barebox@lists.infradead.org; Wed, 27 Sep 2017 12:09:58 +0000 From: Sascha Hauer Date: Wed, 27 Sep 2017 14:09:03 +0200 Message-Id: <20170927120910.10516-6-s.hauer@pengutronix.de> In-Reply-To: <20170927120910.10516-1-s.hauer@pengutronix.de> References: <20170927120910.10516-1-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 05/12] file_list: Add GPL header to file To: Barebox List 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 -- 2.11.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox