
19 Aug
2014
19 Aug
'14
5:11 p.m.
On Tue, Aug 19, 2014 at 10:52:29AM +0200, Lukasz Majewski wrote:
diff --git a/drivers/usb/gadget/udc-core.c b/drivers/usb/gadget/udc-core.c new file mode 100644 index 0000000..bbe919c --- /dev/null +++ b/drivers/usb/gadget/udc-core.c @@ -0,0 +1,229 @@ +/**
- udc-core.c - Core UDC Framework
- Copyright (C) 2014 Texas Instruments Incorporated -
- Author: Felipe Balbi balbi@ti.com
- Taken from Linux Kernel v3.16 (drivers/usb/gadget/udc-core.c) and
ported
- to uboot.
- SPDX-License-Identifier: GPL-2.0+
It seems like the author is the same, but the GPL license is different:
Original file ./drivers/usb/gadget/udc/udc-core.c
/**
- udc.c - Core UDCFramework
- Copyright (C) 2010 TexasInstruments
- Author: Felipe Balbibalbi@ti.com
- This program is free software: you can redistribute it and/or
modify
- it under the terms of the GNU General Public License version 2 of
- the License as published by the Free Software Foundation.
If Felipe don't mind then he should give you the permission to add + to the GPL2.
I mind :-)
--
balbi