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

USB: host: ohci: 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: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

+1 -51
-4
drivers/usb/host/ohci-da8xx.c
··· 6 6 * 7 7 * Derived from: ohci-omap.c and ohci-s3c2410.c 8 8 * Copyright (C) 2008-2009 MontaVista Software, Inc. <source@mvista.com> 9 - * 10 - * This file is licensed under the terms of the GNU General Public License 11 - * version 2. This program is licensed "as is" without any warranty of any 12 - * kind, whether express or implied. 13 9 */ 14 10 15 11 #include <linux/clk.h>
-6
drivers/usb/host/ohci-exynos.c
··· 4 4 * 5 5 * Copyright (C) 2011 Samsung Electronics Co.Ltd 6 6 * Author: Jingoo Han <jg1.han@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 - * 13 7 */ 14 8 15 9 #include <linux/clk.h>
+1 -4
drivers/usb/host/ohci-nxp.c
··· 14 14 * NOTE: This driver does not have suspend/resume functionality 15 15 * This driver is intended for engineering development purposes only 16 16 * 17 - * 2005-2006 (c) MontaVista Software, Inc. This file is licensed under 18 - * the terms of the GNU General Public License version 2. This program 19 - * is licensed "as is" without any warranty of any kind, whether express 20 - * or implied. 17 + * 2005-2006 (c) MontaVista Software, Inc. 21 18 */ 22 19 #include <linux/clk.h> 23 20 #include <linux/dma-mapping.h>
-2
drivers/usb/host/ohci-platform.c
··· 12 12 * Copyright 2000-2002 David Brownell 13 13 * Copyright 1999 Linus Torvalds 14 14 * Copyright 1999 Gregory P. Smith 15 - * 16 - * Licensed under the GNU/GPL. See COPYING for details. 17 15 */ 18 16 19 17 #include <linux/clk.h>
-13
drivers/usb/host/ohci-ps3.c
··· 4 4 * 5 5 * Copyright (C) 2006 Sony Computer Entertainment Inc. 6 6 * Copyright 2006 Sony Corp. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 7 */ 21 8 22 9 #include <asm/firmware.h>
-4
drivers/usb/host/ohci-spear.c
··· 6 6 * Deepak Sikri<deepak.sikri@st.com> 7 7 * 8 8 * Based on various ohci-*.c drivers 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 9 */ 14 10 15 11 #include <linux/clk.h>
-4
drivers/usb/host/ohci-st.c
··· 7 7 * Author: Peter Griffin <peter.griffin@linaro.org> 8 8 * 9 9 * Derived from ohci-platform.c 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 14 10 */ 15 11 16 12 #include <linux/clk.h>
-10
drivers/usb/host/ohci-tilegx.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Copyright 2012 Tilera Corporation. All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation, version 2. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 12 - * NON INFRINGEMENT. See the GNU General Public License for 13 - * more details. 14 4 */ 15 5 16 6 /*
-4
drivers/usb/host/ohci-tmio.c
··· 19 19 * Written from sparse documentation from Toshiba and Sharp's driver 20 20 * for the 2.4 kernel, 21 21 * usb-ohci-tc6393.c(C) Copyright 2004 Lineo Solutions, Inc. 22 - * 23 - * This program is free software; you can redistribute it and/or modify 24 - * it under the terms of the GNU General Public License version 2 as 25 - * published by the Free Software Foundation. 26 22 */ 27 23 28 24 /*#include <linux/fs.h>