tty: Remove redundant license text
Now that the SPDX tag is in all tty 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: Jiri Slaby <jslaby@suse.com> Cc: James Hogan <jhogan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4e17ff37f1
commit
e5656d43dc
|
@ -5,8 +5,6 @@
|
||||||
* Copyright 2008-2009 Analog Devices Inc.
|
* Copyright 2008-2009 Analog Devices Inc.
|
||||||
*
|
*
|
||||||
* Enter bugs at http://blackfin.uclinux.org/
|
* Enter bugs at http://blackfin.uclinux.org/
|
||||||
*
|
|
||||||
* Licensed under the GPL-2 or later.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define DRV_NAME "bfin-jtag-comm"
|
#define DRV_NAME "bfin-jtag-comm"
|
||||||
|
|
|
@ -5,10 +5,6 @@
|
||||||
*
|
*
|
||||||
* Author: Timur Tabi <timur@freescale.com>
|
* Author: Timur Tabi <timur@freescale.com>
|
||||||
*
|
*
|
||||||
* This file is licensed under the terms of the GNU General Public License
|
|
||||||
* version 2. This program is licensed "as is" without any warranty of any
|
|
||||||
* kind, whether express or implied.
|
|
||||||
*
|
|
||||||
* This driver support three distinct interfaces, all of which are related to
|
* This driver support three distinct interfaces, all of which are related to
|
||||||
* ePAPR hypervisor byte channels.
|
* ePAPR hypervisor byte channels.
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,16 +3,6 @@
|
||||||
* Copyright (C) 2007 Google, Inc.
|
* Copyright (C) 2007 Google, Inc.
|
||||||
* Copyright (C) 2012 Intel, Inc.
|
* Copyright (C) 2012 Intel, Inc.
|
||||||
* Copyright (C) 2017 Imagination Technologies Ltd.
|
* Copyright (C) 2017 Imagination Technologies Ltd.
|
||||||
*
|
|
||||||
* This software is licensed under the terms of the GNU General Public
|
|
||||||
* License version 2, as published by the Free Software Foundation, and
|
|
||||||
* may be copied, distributed, and modified under those terms.
|
|
||||||
*
|
|
||||||
* 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/console.h>
|
#include <linux/console.h>
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* Original driver code supplied by Multi-Tech
|
* Original driver code supplied by Multi-Tech
|
||||||
*
|
*
|
||||||
* Changes
|
* Changes
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
* dashtty.c - tty driver for Dash channels interface.
|
* dashtty.c - tty driver for Dash channels interface.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007,2008,2012 Imagination Technologies
|
* Copyright (C) 2007,2008,2012 Imagination Technologies
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file COPYING in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
|
|
|
@ -3,10 +3,6 @@
|
||||||
* TTY driver for MIPS EJTAG Fast Debug Channels.
|
* TTY driver for MIPS EJTAG Fast Debug Channels.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2015 Imagination Technologies Ltd
|
* Copyright (C) 2007-2015 Imagination Technologies Ltd
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file COPYING in the main directory of this archive for more
|
|
||||||
* details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/atomic.h>
|
#include <linux/atomic.h>
|
||||||
|
|
|
@ -8,11 +8,6 @@
|
||||||
*
|
*
|
||||||
* This code is loosely based on the Linux serial driver, written by
|
* This code is loosely based on the Linux serial driver, written by
|
||||||
* Linus Torvalds, Theodore T'so and others.
|
* Linus Torvalds, Theodore T'so and others.
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -9,11 +9,6 @@
|
||||||
* Linux serial driver, written by Linus Torvalds, Theodore T'so and
|
* Linux serial driver, written by Linus Torvalds, Theodore T'so and
|
||||||
* others.
|
* others.
|
||||||
*
|
*
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox
|
* Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox
|
||||||
* <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on
|
* <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on
|
||||||
* www.moxa.com.
|
* www.moxa.com.
|
||||||
|
|
|
@ -3,19 +3,6 @@
|
||||||
* n_gsm.c GSM 0710 tty multiplexor
|
* n_gsm.c GSM 0710 tty multiplexor
|
||||||
* Copyright (c) 2009/10 Intel Corporation
|
* Copyright (c) 2009/10 Intel Corporation
|
||||||
*
|
*
|
||||||
* 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 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*
|
|
||||||
* * THIS IS A DEVELOPMENT SNAPSHOT IT IS NOT A FINAL RELEASE *
|
* * THIS IS A DEVELOPMENT SNAPSHOT IT IS NOT A FINAL RELEASE *
|
||||||
*
|
*
|
||||||
* TO DO:
|
* TO DO:
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
*
|
*
|
||||||
* Original release 01/11/99
|
* Original release 01/11/99
|
||||||
*
|
*
|
||||||
* This code is released under the GNU General Public License (GPL)
|
|
||||||
*
|
|
||||||
* This module implements the tty line discipline N_HDLC for use with
|
* This module implements the tty line discipline N_HDLC for use with
|
||||||
* tty device drivers that support bit-synchronous HDLC communications.
|
* tty device drivers that support bit-synchronous HDLC communications.
|
||||||
*
|
*
|
||||||
|
|
|
@ -8,19 +8,6 @@
|
||||||
* n_null.c - Null line discipline used in the failure path
|
* n_null.c - Null line discipline used in the failure path
|
||||||
*
|
*
|
||||||
* Copyright (C) Intel 2017
|
* Copyright (C) Intel 2017
|
||||||
*
|
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
*
|
|
||||||
* 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 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.
|
|
||||||
*
|
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int n_null_open(struct tty_struct *tty)
|
static int n_null_open(struct tty_struct *tty)
|
||||||
|
|
|
@ -6,9 +6,6 @@
|
||||||
* Philips Automation Projects
|
* Philips Automation Projects
|
||||||
* Kassel (Germany)
|
* Kassel (Germany)
|
||||||
* -----------------------------------------------------------
|
* -----------------------------------------------------------
|
||||||
* This software may be used and distributed according to the terms of
|
|
||||||
* the GNU General Public License, incorporated herein by reference.
|
|
||||||
*
|
|
||||||
* Author:
|
* Author:
|
||||||
* L. Haag
|
* L. Haag
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,17 +6,6 @@
|
||||||
*
|
*
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
*
|
*
|
||||||
* 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 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.
|
|
||||||
*
|
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
*
|
|
||||||
* This trace router uses the Linux line discipline framework to route
|
* This trace router uses the Linux line discipline framework to route
|
||||||
* trace data coming from a HW Modem to a PTI (Parallel Trace Module) port.
|
* trace data coming from a HW Modem to a PTI (Parallel Trace Module) port.
|
||||||
* The solution is not specific to a HW modem and this line disciple can
|
* The solution is not specific to a HW modem and this line disciple can
|
||||||
|
|
|
@ -6,17 +6,6 @@
|
||||||
*
|
*
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
*
|
*
|
||||||
* 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 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.
|
|
||||||
*
|
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
*
|
|
||||||
* The trace sink uses the Linux line discipline framework to receive
|
* The trace sink uses the Linux line discipline framework to receive
|
||||||
* trace data coming from the PTI source line discipline driver
|
* trace data coming from the PTI source line discipline driver
|
||||||
* to a user-desired tty port, like USB.
|
* to a user-desired tty port, like USB.
|
||||||
|
|
|
@ -6,17 +6,6 @@
|
||||||
*
|
*
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
*
|
*
|
||||||
* 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 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.
|
|
||||||
*
|
|
||||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
*
|
|
||||||
* The PTI (Parallel Trace Interface) driver directs trace data routed from
|
* The PTI (Parallel Trace Interface) driver directs trace data routed from
|
||||||
* various parts in the system out through the Intel Penwell PTI port and
|
* various parts in the system out through the Intel Penwell PTI port and
|
||||||
* out of the mobile device for analysis with a debugging tool
|
* out of the mobile device for analysis with a debugging tool
|
||||||
|
|
|
@ -16,9 +16,6 @@
|
||||||
* This file also contains code originally written by Linus Torvalds,
|
* This file also contains code originally written by Linus Torvalds,
|
||||||
* Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994.
|
* Copyright 1991, 1992, 1993, and by Julian Cowley, Copyright 1994.
|
||||||
*
|
*
|
||||||
* This file may be redistributed under the terms of the GNU General Public
|
|
||||||
* License.
|
|
||||||
*
|
|
||||||
* Reduced memory usage for older ARM systems - Russell King.
|
* Reduced memory usage for older ARM systems - Russell King.
|
||||||
*
|
*
|
||||||
* 2000/01/20 Fixed SMP locking on put_tty_queue using bits of
|
* 2000/01/20 Fixed SMP locking on put_tty_queue using bits of
|
||||||
|
|
|
@ -22,20 +22,6 @@
|
||||||
* Copyright (c) 2006 Option Wireless n/v
|
* Copyright (c) 2006 Option Wireless n/v
|
||||||
* All rights Reserved.
|
* All rights Reserved.
|
||||||
*
|
*
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
*
|
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -5,20 +5,6 @@
|
||||||
* Written by Theodore Ts'o, 1995, 1996, 1997, 1998, 1999, 2000.
|
* Written by Theodore Ts'o, 1995, 1996, 1997, 1998, 1999, 2000.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 by Comtrol, Inc.
|
* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2003 by Comtrol, 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.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
*
|
*
|
||||||
* Original release 01/11/99
|
* Original release 01/11/99
|
||||||
*
|
*
|
||||||
* This code is released under the GNU General Public License (GPL)
|
|
||||||
*
|
|
||||||
* This driver is primarily intended for use in synchronous
|
* This driver is primarily intended for use in synchronous
|
||||||
* HDLC mode. Asynchronous mode is also provided.
|
* HDLC mode. Asynchronous mode is also provided.
|
||||||
*
|
*
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
*
|
*
|
||||||
* Microgate and SyncLink are trademarks of Microgate Corporation
|
* Microgate and SyncLink are trademarks of Microgate Corporation
|
||||||
*
|
*
|
||||||
* This code is released under the GNU General Public License (GPL)
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
* Microgate and SyncLink are trademarks of Microgate Corporation
|
* Microgate and SyncLink are trademarks of Microgate Corporation
|
||||||
*
|
*
|
||||||
* Derived from serial.c written by Theodore Ts'o and Linus Torvalds
|
* Derived from serial.c written by Theodore Ts'o and Linus Torvalds
|
||||||
* This code is released under the GNU General Public License (GPL)
|
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* Creating audit events from TTY input.
|
* Creating audit events from TTY input.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Red Hat, Inc. All rights reserved. This copyrighted
|
* Copyright (C) 2007 Red Hat, Inc. All rights reserved.
|
||||||
* material is made available to anyone wishing to use, modify, copy, or
|
|
||||||
* redistribute it subject to the terms and conditions of the GNU General
|
|
||||||
* Public License v.2.
|
|
||||||
*
|
*
|
||||||
* Authors: Miloslav Trmac <mitr@redhat.com>
|
* Authors: Miloslav Trmac <mitr@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
* Michel Lespinasse <walken@google.com>.
|
* Michel Lespinasse <walken@google.com>.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Peter Hurley <peter@hurleysoftware.com>
|
* Copyright (C) 2013 Peter Hurley <peter@hurleysoftware.com>
|
||||||
*
|
|
||||||
* This file may be redistributed under the terms of the GNU General Public
|
|
||||||
* License v2.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
|
|
Loading…
Reference in New Issue