diff mbox

[U-Boot] include/fsl_usb.h: Cleanup license header

Message ID 75A6930FC6B2FE479E2BC468C9240CE0E363B7@039-SN1MPN1-004.039d.mgd.msft.net
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Mehresh Ramneek-B31383 Aug. 14, 2013, 6:38 p.m. UTC
Acked.

-Ramneek

-----Original Message-----
From: sun york-R58495 
Sent: Wednesday, August 14, 2013 11:56 PM
To: Mehresh Ramneek-B31383
Cc: u-boot@lists.denx.de; sun york-R58495
Subject: [PATCH] include/fsl_usb.h: Cleanup license header

Replace license header with SPDX license identifier.
Replace GPL-2.0 with GPL-2.0+.

Signed-off-by: York Sun <yorksun@freescale.com>
---
 include/fsl_usb.h |   18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

--
1.7.9.5
diff mbox

Patch

diff --git a/include/fsl_usb.h b/include/fsl_usb.h index 88d6a1f..915774c 100644
--- a/include/fsl_usb.h
+++ b/include/fsl_usb.h
@@ -3,23 +3,7 @@ 
  *
  * Copyright 2013 Freescale Semiconductor, Inc.
  *
- * This software may be used and distributed according to the
- * terms of the GNU Public License, Version 2, incorporated
- * herein by reference.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * Version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:	GPL-2.0+
  */
 
 #ifndef _ASM_FSL_USB_H_