summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2015-07-24 16:55:36 +0300
committerYork Sun <yorksun@freescale.com>2015-09-21 08:29:48 -0700
commita857d5f835c53f7b66de61b19120ea1188e94999 (patch)
tree90d984167b67c045a14fb8e627c33997015a5625
parent5ed1bacd3402a3153c8306766ad099b2261ebe36 (diff)
downloadu-boot-imx-a857d5f835c53f7b66de61b19120ea1188e94999.zip
u-boot-imx-a857d5f835c53f7b66de61b19120ea1188e94999.tar.gz
u-boot-imx-a857d5f835c53f7b66de61b19120ea1188e94999.tar.bz2
drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r--drivers/net/vsc9953.c2
-rw-r--r--include/vsc9953.h11
2 files changed, 4 insertions, 9 deletions
diff --git a/drivers/net/vsc9953.c b/drivers/net/vsc9953.c
index 8be87a1..7595db1 100644
--- a/drivers/net/vsc9953.c
+++ b/drivers/net/vsc9953.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2014 Freescale Semiconductor, Inc.
+ * Copyright 2014 - 2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*
diff --git a/include/vsc9953.h b/include/vsc9953.h
index 24a22a3..cd5cfc7 100644
--- a/include/vsc9953.h
+++ b/include/vsc9953.h
@@ -1,14 +1,9 @@
/*
- * vsc9953.h
+ * Copyright 2013, 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 Freescale Semiconductor, Inc.
+ * SPDX-License-Identifier: GPL-2.0+
*
+ * Driver for the Vitesse VSC9953 L2 Switch
*/
#ifndef _VSC9953_H_