Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

USB: host: fhci: Remove redundant license text

Now that the SPDX tag is in all USB files, that identifies the license
in a specific and legally-defined manner. So the extra GPL text wording
can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text. And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Cc: Felipe Balbi <felipe.balbi@linux.intel.com>
Cc: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

-40
-5
drivers/usb/host/fhci-dbg.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci-hcd.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/module.h>
-5
drivers/usb/host/fhci-hub.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci-mem.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci-q.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci-sched.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci-tds.c
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #include <linux/kernel.h>
-5
drivers/usb/host/fhci.h
··· 9 9 * Peter Barada <peterb@logicpd.com> 10 10 * Copyright (c) MontaVista Software, Inc. 2008. 11 11 * Anton Vorontsov <avorontsov@ru.mvista.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms of the GNU General Public License as published by the 15 - * Free Software Foundation; either version 2 of the License, or (at your 16 - * option) any later version. 17 12 */ 18 13 19 14 #ifndef __FHCI_H