Commit e79bfcb7 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: gadget: 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.
Acked-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 24ceb9c6
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
* composite.c - infrastructure for Composite USB Gadgets * composite.c - infrastructure for Composite USB Gadgets
* *
* Copyright (C) 2006-2008 David Brownell * Copyright (C) 2006-2008 David Brownell
*
* 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; either version 2 of the License, or
* (at your option) any later version.
*/ */
/* #define VERBOSE_DEBUG */ /* #define VERBOSE_DEBUG */
......
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
* usb/gadget/config.c -- simplify building config descriptors * usb/gadget/config.c -- simplify building config descriptors
* *
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
*
* 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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
* epautoconf.c -- endpoint autoconfiguration for usb gadget drivers * epautoconf.c -- endpoint autoconfiguration for usb gadget drivers
* *
* Copyright (C) 2004 David Brownell * Copyright (C) 2004 David Brownell
*
* 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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -6,10 +6,6 @@ ...@@ -6,10 +6,6 @@
* http://www.samsung.com * http://www.samsung.com
* *
* Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.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 as
* published by the Free Software Foundation.
*/ */
#include "u_f.h" #include "u_f.h"
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* http://www.samsung.com * http://www.samsung.com
* *
* Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.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 as
* published by the Free Software Foundation.
*/ */
#ifndef __U_F_H__ #ifndef __U_F_H__
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* http://www.samsung.com * http://www.samsung.com
* *
* Author: Andrzej Pietrasiewicz <andrzej.p@samsung.com> * Author: Andrzej Pietrasiewicz <andrzej.p@samsung.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 as
* published by the Free Software Foundation.
*/ */
#ifndef __U_OS_DESC_H__ #ifndef __U_OS_DESC_H__
......
// SPDX-License-Identifier: LGPL-2.1+ // SPDX-License-Identifier: LGPL-2.1+
/* /*
* Copyright (C) 2003 David Brownell * Copyright (C) 2003 David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*/ */
#include <linux/errno.h> #include <linux/errno.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment