diff options
author | Codrin Ciubotariu | 2015-07-24 16:55:36 +0300 |
---|---|---|
committer | York Sun | 2015-09-21 08:29:48 -0700 |
commit | a857d5f835c53f7b66de61b19120ea1188e94999 (patch) | |
tree | 90d984167b67c045a14fb8e627c33997015a5625 /include/vsc9953.h | |
parent | 5ed1bacd3402a3153c8306766ad099b2261ebe36 (diff) |
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>
Diffstat (limited to 'include/vsc9953.h')
-rw-r--r-- | include/vsc9953.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/include/vsc9953.h b/include/vsc9953.h index 24a22a39258..cd5cfc76b07 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_ |