USB: gadget: function: 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: Oliver Neukum <oneukum@suse.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: Jerry Zhang <zhangjerry@google.com>
Cc: John Keeping <john@metanate.com>
Cc: Krzysztof Opasiak <k.opasiak@samsung.com>
Cc: Abdulhadi Mohamed <abdulahhadi2@gmail.com>
Cc: Matthew Wilcox <willy@linux.intel.com>
Cc: Janusz Dziedzic <januszx.dziedzic@linux.intel.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Vincent Pelletier <plr.vincent@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2017-11-06 15:37:32 +01:00
parent 229e368239
commit 24ceb9c669
55 changed files with 0 additions and 244 deletions

View File

@ -7,10 +7,6 @@
* Copyright (C) 2008 by Nokia Corporation * Copyright (C) 2008 by Nokia Corporation
* Copyright (C) 2009 by Samsung Electronics * Copyright (C) 2009 by Samsung Electronics
* Author: Michal Nazarewicz (mina86@mina86.com) * Author: Michal Nazarewicz (mina86@mina86.com)
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* either version 2 of that License or (at your option) any later version.
*/ */
/* #define VERBOSE_DEBUG */ /* #define VERBOSE_DEBUG */

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
*
* 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 */

View File

@ -5,11 +5,6 @@
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
* Copyright (C) 2009 EF Johnson Technologies * Copyright (C) 2009 EF Johnson Technologies
*
* 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>

View File

@ -8,11 +8,6 @@
* Based on inode.c (GadgetFS) which was: * Based on inode.c (GadgetFS) which was:
* Copyright (C) 2003-2004 David Brownell * Copyright (C) 2003-2004 David Brownell
* Copyright (C) 2003 Agilent Technologies * Copyright (C) 2003 Agilent Technologies
*
* 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.
*/ */

View File

@ -3,11 +3,6 @@
* f_hid.c -- USB HID function driver * f_hid.c -- USB HID function driver
* *
* Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.com> * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@barco.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2003-2008 David Brownell * Copyright (C) 2003-2008 David Brownell
* Copyright (C) 2008 by Nokia Corporation * Copyright (C) 2008 by Nokia Corporation
*
* 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 */

View File

@ -16,8 +16,6 @@
* and drivers/usb/gadget/midi.c, * and drivers/usb/gadget/midi.c,
* Copyright (C) 2006 Thumtronics Pty Ltd. * Copyright (C) 2006 Thumtronics Pty Ltd.
* Ben Williamson <ben.williamson@greyinnovation.com> * Ben Williamson <ben.williamson@greyinnovation.com>
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -9,11 +9,6 @@
* *
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
*
* 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>

View File

@ -6,11 +6,6 @@
* Contact: Felipe Balbi <felipe.balbi@nokia.com> * Contact: Felipe Balbi <felipe.balbi@nokia.com>
* *
* Based on f_acm.c by Al Borchers and David Brownell. * Based on f_acm.c by Al Borchers and 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 */

View File

@ -5,10 +5,6 @@
* Copyright (C) 2007-2008 Nokia Corporation. All rights reserved. * Copyright (C) 2007-2008 Nokia Corporation. All rights reserved.
* *
* Author: Rémi Denis-Courmont * Author: Rémi Denis-Courmont
*
* 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 <linux/mm.h> #include <linux/mm.h>

View File

@ -9,11 +9,6 @@
* *
* Copyright (C) 2003-2005 David Brownell * Copyright (C) 2003-2005 David Brownell
* Copyright (C) 2006 Craig W. Nadler * Copyright (C) 2006 Craig W. Nadler
*
* 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/module.h> #include <linux/module.h>

View File

@ -7,11 +7,6 @@
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
* Copyright (C) 2009 Samsung Electronics * Copyright (C) 2009 Samsung Electronics
* Author: Michal Nazarewicz (mina86@mina86.com) * Author: Michal Nazarewicz (mina86@mina86.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
/* #define VERBOSE_DEBUG */ /* #define VERBOSE_DEBUG */

View File

@ -5,10 +5,6 @@
* Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2003 Al Borchers (alborchers@steinerpoint.com)
* Copyright (C) 2008 by David Brownell * Copyright (C) 2008 by David Brownell
* Copyright (C) 2008 by Nokia Corporation * Copyright (C) 2008 by Nokia Corporation
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* either version 2 of that License or (at your option) any later version.
*/ */
#include <linux/slab.h> #include <linux/slab.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2003-2008 David Brownell * Copyright (C) 2003-2008 David Brownell
* Copyright (C) 2008 by Nokia Corporation * Copyright (C) 2008 by Nokia Corporation
*
* 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 */

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
*
* 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/slab.h> #include <linux/slab.h>

View File

@ -5,7 +5,6 @@
* BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling. * BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling.
* *
* Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de> * Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de>
* License: GPLv2 as published by FSF.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>

View File

@ -11,11 +11,6 @@
* This file is based on f_uac1.c which is * This file is based on f_uac1.c which is
* Copyright (C) 2008 Bryan Wu <cooloney@kernel.org> * Copyright (C) 2008 Bryan Wu <cooloney@kernel.org>
* Copyright (C) 2008 Analog Devices, Inc * Copyright (C) 2008 Analog Devices, Inc
*
* 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/usb/audio.h> #include <linux/usb/audio.h>

View File

@ -6,8 +6,6 @@
* Copyright (C) 2008 Analog Devices, Inc * Copyright (C) 2008 Analog Devices, Inc
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/slab.h> #include <linux/slab.h>

View File

@ -5,11 +5,6 @@
* Copyright (C) 2011 * Copyright (C) 2011
* Yadwinder Singh (yadi.brar01@gmail.com) * Yadwinder Singh (yadi.brar01@gmail.com)
* Jaswinder Singh (jaswinder.singh@linaro.org) * Jaswinder Singh (jaswinder.singh@linaro.org)
*
* 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/usb/audio.h> #include <linux/usb/audio.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2009-2010 * Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2009-2010 * Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef _F_UVC_H_ #ifndef _F_UVC_H_

View File

@ -5,10 +5,6 @@
* Authors: Benedikt Spranger, Pengutronix * Authors: Benedikt Spranger, Pengutronix
* Robert Schwebel, Pengutronix * Robert Schwebel, Pengutronix
* *
* 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 software was originally developed in conformance with * This software was originally developed in conformance with
* Microsoft's Remote NDIS Specification License Agreement. * Microsoft's Remote NDIS Specification License Agreement.
* *

View File

@ -5,10 +5,6 @@
* Authors: Benedikt Spranger, Pengutronix * Authors: Benedikt Spranger, Pengutronix
* Robert Schwebel, Pengutronix * Robert Schwebel, Pengutronix
* *
* 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 software was originally developed in conformance with * This software was originally developed in conformance with
* Microsoft's Remote NDIS Specification License Agreement. * Microsoft's Remote NDIS Specification License Agreement.
*/ */

View File

@ -5,11 +5,6 @@
* Copyright (C) 2003-2008 Alan Stern * Copyright (C) 2003-2008 Alan Stern
* Copyeight (C) 2009 Samsung Electronics * Copyeight (C) 2009 Samsung Electronics
* Author: Michal Nazarewicz (mina86@mina86.com) * Author: Michal Nazarewicz (mina86@mina86.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
/* /*

View File

@ -10,16 +10,6 @@
* Copyright (C) 2011 * Copyright (C) 2011
* Yadwinder Singh (yadi.brar01@gmail.com) * Yadwinder Singh (yadi.brar01@gmail.com)
* Jaswinder Singh (jaswinder.singh@linaro.org) * Jaswinder Singh (jaswinder.singh@linaro.org)
*
* 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.
*
* 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.
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -4,17 +4,6 @@
* *
* Copyright (C) 2016 * Copyright (C) 2016
* Author: Ruslan Bilovol <ruslan.bilovol@gmail.com> * Author: Ruslan Bilovol <ruslan.bilovol@gmail.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; either version 2 of the License, or
* (at your option) any later version.
*
* 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.
*
*/ */
#ifndef __U_AUDIO_H #ifndef __U_AUDIO_H

View File

@ -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_ECM_H #ifndef U_ECM_H

View File

@ -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_EEM_H #ifndef U_EEM_H

View File

@ -5,11 +5,6 @@
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
*
* 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 */

View File

@ -5,11 +5,6 @@
* Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger
* Copyright (C) 2008 Nokia Corporation * Copyright (C) 2008 Nokia Corporation
*
* 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.
*/ */
#ifndef __U_ETHER_H #ifndef __U_ETHER_H

View File

@ -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_ETHER_CONFIGFS_H #ifndef __U_ETHER_CONFIGFS_H

View File

@ -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_FFS_H #ifndef U_FFS_H

View File

@ -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_GETHER_H #ifndef U_GETHER_H

View File

@ -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_HID_H #ifndef U_HID_H

View File

@ -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_MIDI_H #ifndef U_MIDI_H

View File

@ -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_NCM_H #ifndef U_NCM_H

View File

@ -3,10 +3,6 @@
* u_phonet.h - interface to Phonet * u_phonet.h - interface to Phonet
* *
* Copyright (C) 2007-2008 by Nokia Corporation * Copyright (C) 2007-2008 by Nokia Corporation
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* either version 2 of that License or (at your option) any later version.
*/ */
#ifndef __U_PHONET_H #ifndef __U_PHONET_H

View File

@ -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_PRINTER_H #ifndef U_PRINTER_H

View File

@ -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_RNDIS_H #ifndef U_RNDIS_H

View File

@ -10,10 +10,6 @@
* Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@kroah.com)
* Copyright (C) 2000 Peter Berger (pberger@brimson.com) * Copyright (C) 2000 Peter Berger (pberger@brimson.com)
* Copyright (C) 2000 Al Borchers (alborchers@steinerpoint.com) * Copyright (C) 2000 Al Borchers (alborchers@steinerpoint.com)
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* either version 2 of that License or (at your option) any later version.
*/ */
/* #define VERBOSE_DEBUG */ /* #define VERBOSE_DEBUG */

View File

@ -4,10 +4,6 @@
* *
* Copyright (C) 2008 David Brownell * Copyright (C) 2008 David Brownell
* Copyright (C) 2008 by Nokia Corporation * Copyright (C) 2008 by Nokia Corporation
*
* This software is distributed under the terms of the GNU General
* Public License ("GPL") as published by the Free Software Foundation,
* either version 2 of that License or (at your option) any later version.
*/ */
#ifndef __U_SERIAL_H #ifndef __U_SERIAL_H

View File

@ -8,10 +8,6 @@
* http://www.samsung.com * http://www.samsung.com
* *
* Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx>
*
* 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_TCM_H #ifndef U_TCM_H

View File

@ -3,10 +3,6 @@
* u_uac1.h - Utility definitions for UAC1 function * u_uac1.h - Utility definitions for UAC1 function
* *
* Copyright (C) 2016 Ruslan Bilovol <ruslan.bilovol@gmail.com> * Copyright (C) 2016 Ruslan Bilovol <ruslan.bilovol@gmail.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_UAC1_H #ifndef __U_UAC1_H

View File

@ -6,8 +6,6 @@
* Copyright (C) 2008 Analog Devices, Inc * Copyright (C) 2008 Analog Devices, Inc
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -6,8 +6,6 @@
* Copyright (C) 2008 Analog Devices, Inc * Copyright (C) 2008 Analog Devices, Inc
* *
* Enter bugs at http://blackfin.uclinux.org/ * Enter bugs at http://blackfin.uclinux.org/
*
* Licensed under the GPL-2 or later.
*/ */
#ifndef __U_UAC1_LEGACY_H #ifndef __U_UAC1_LEGACY_H

View File

@ -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_UAC2_H #ifndef U_UAC2_H

View File

@ -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_UVC_H #ifndef U_UVC_H

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2009-2010 * Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#ifndef _UVC_GADGET_H_ #ifndef _UVC_GADGET_H_

View File

@ -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.
*/ */
#include "u_uvc.h" #include "u_uvc.h"
#include "uvc_configfs.h" #include "uvc_configfs.h"

View File

@ -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 UVC_CONFIGFS_H #ifndef UVC_CONFIGFS_H
#define UVC_CONFIGFS_H #define UVC_CONFIGFS_H

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2005-2010 * Copyright (C) 2005-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/atomic.h> #include <linux/atomic.h>

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2009-2010 * Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -8,10 +8,6 @@
* Copyright (c) 2013 Samsung Electronics Co., Ltd. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
* 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 __UVC_V4L2_H__ #ifndef __UVC_V4L2_H__

View File

@ -4,11 +4,6 @@
* *
* Copyright (C) 2009-2010 * Copyright (C) 2009-2010
* Laurent Pinchart (laurent.pinchart@ideasonboard.com) * Laurent Pinchart (laurent.pinchart@ideasonboard.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; either version 2 of the License, or
* (at your option) any later version.
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>

View File

@ -8,10 +8,6 @@
* Copyright (c) 2013 Samsung Electronics Co., Ltd. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
* 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 __UVC_VIDEO_H__ #ifndef __UVC_VIDEO_H__
#define __UVC_VIDEO_H__ #define __UVC_VIDEO_H__