mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
5ed1bacd34
commit
a857d5f835
2 changed files with 4 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2014 Freescale Semiconductor, Inc.
|
* Copyright 2014 - 2015 Freescale Semiconductor, Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* vsc9953.h
|
* Copyright 2013, 2015 Freescale Semiconductor, Inc.
|
||||||
*
|
*
|
||||||
* Driver for the Vitesse VSC9953 L2 Switch
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
|
* Driver for the Vitesse VSC9953 L2 Switch
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _VSC9953_H_
|
#ifndef _VSC9953_H_
|
||||||
|
|
Loading…
Reference in a new issue