From mboxrd@z Thu Jan 1 00:00:00 1970 From: Codrin Ciubotariu Date: Thu, 11 Jun 2015 18:10:10 +0300 Subject: [U-Boot] [PATCH] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier In-Reply-To: <1434035420-1663-1-git-send-email-codrin.ciubotariu@freescale.com> References: <1434035420-1663-1-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <1434035420-1663-2-git-send-email-codrin.ciubotariu@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Codrin Ciubotariu Change-Id: Ifd82465cce10e310a4f974ae70dceab838ae27db --- include/vsc9953.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/include/vsc9953.h b/include/vsc9953.h index 26a08aa..753abba 100644 --- a/include/vsc9953.h +++ b/include/vsc9953.h @@ -1,14 +1,9 @@ /* - * vsc9953.h + * Copyright 2014-2015 Freescale Semiconductor, Inc. * - * Driver for the Vitesse VSC9953 L2 Switch - * - * This software may be used and distributed according to the - * terms of the GNU Public License, Version 2, incorporated - * herein by reference. - * - * Copyright 2013, 2015 Freescale Semiconductor, Inc. + * SPDX-License-Identifier: GPL-2.0+ * + * Driver for the Vitesse VSC9953 L2 Switch */ #ifndef _VSC9953_H_ -- 1.9.3