From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp38.i.mail.ru ([94.100.177.98]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gZWq8-0004zW-0Z for barebox@lists.infradead.org; Wed, 19 Dec 2018 08:04:28 +0000 From: Alexander Shiyan Date: Wed, 19 Dec 2018 11:03:55 +0300 Message-Id: <20181219080403.13737-2-shc_work@mail.ru> In-Reply-To: <20181219080403.13737-1-shc_work@mail.ru> References: <20181219080403.13737-1-shc_work@mail.ru> 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 02/10] serial: clps711x: Switch to SPDX identifier To: barebox@lists.infradead.org Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Alexander Shiyan --- drivers/serial/serial_clps711x.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/serial/serial_clps711x.c b/drivers/serial/serial_clps711x.c index 9a9ae24c0..c21ca6510 100644 --- a/drivers/serial/serial_clps711x.c +++ b/drivers/serial/serial_clps711x.c @@ -1,13 +1,5 @@ -/* - * Simple CLPS711X serial driver - * - * (C) Copyright 2012-2014 Alexander Shiyan - * - * 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; either version 2 of - * the License, or (at your option) any later version. - */ +// SPDX-License-Identifier: GPL-2.0+ +/* Author: Alexander Shiyan */ #include #include -- 2.13.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox