summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrygorii Strashko <[email protected]>2018-10-31 16:21:42 -0500
committerJoe Hershberger <[email protected]>2018-11-05 10:42:00 -0600
commitcbec53b434d290689ece1111f395d97f27f5c17f (patch)
treed445fb51241bd511926b7176db32319712dfb4df
parentaf0cf2178b043983a29f51e61e28feac4cf3b1d0 (diff)
driver: net: ti: cpsw: update to use SPDX identifier
Update to use SPDX license identifier. Reviewed-by: Tom Rini <[email protected]> Acked-by: Joe Hershberger <[email protected]> Signed-off-by: Grygorii Strashko <[email protected]>
-rw-r--r--drivers/net/ti/cpsw.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/net/ti/cpsw.c b/drivers/net/ti/cpsw.c
index 8e2a48cfd67..fe43d14a1d0 100644
--- a/drivers/net/ti/cpsw.c
+++ b/drivers/net/ti/cpsw.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* CPSW Ethernet Switch Driver
*
- * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
- *
- * 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 version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * Copyright (C) 2010-2018 Texas Instruments Incorporated - http://www.ti.com/
*/
#include <common.h>