treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Based on 1 normalized pattern(s): 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 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
a912e80bd0
commit
2874c5fd28
@@ -1,13 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* ASP Device Driver
|
||||
*
|
||||
* (c) Copyright 2000 The Puffin Group 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.
|
||||
*
|
||||
* by Helge Deller <deller@gmx.de>
|
||||
*/
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
** ccio-dma.c:
|
||||
** DMA management routines for first generation cache-coherent machines.
|
||||
@@ -7,10 +8,6 @@
|
||||
** (c) Copyright 2000 Ryan Bradetich
|
||||
** (c) Copyright 2000 Hewlett-Packard Company
|
||||
**
|
||||
** 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.
|
||||
**
|
||||
**
|
||||
** "Real Mode" operation refers to U2/Uturn chip operation.
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
** DINO manager
|
||||
**
|
||||
@@ -7,10 +8,6 @@
|
||||
** (c) Copyright 2000 Grant Grundler
|
||||
** (c) Copyright 2006 Helge Deller
|
||||
**
|
||||
** 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 module provides access to Dino PCI bus (config/IOport spaces)
|
||||
** and helps manage Dino IRQ lines.
|
||||
|
@@ -1,11 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* eisa.c - provide support for EISA adapters in PA-RISC machines
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Copyright (c) 2001 Matthew Wilcox for Hewlett Packard
|
||||
* Copyright (c) 2001 Daniel Engstrom <5116@telia.com>
|
||||
*
|
||||
@@ -15,7 +11,6 @@
|
||||
* dealt with elsewhere; this file is concerned only with the EISA portions
|
||||
* of Wax.
|
||||
*
|
||||
*
|
||||
* HINT:
|
||||
* -----
|
||||
* To allow an ISA card to work properly in the EISA slot you need to
|
||||
|
@@ -1,13 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* eisa_enumerator.c - provide support for EISA adapters in PA-RISC machines
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* Copyright (c) 2002 Daniel Engstrom <5116@telia.com>
|
||||
*
|
||||
*/
|
||||
|
||||
#include <linux/ioport.h>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Interrupt management for most GSC and related devices.
|
||||
*
|
||||
@@ -6,11 +7,6 @@
|
||||
* (c) Copyright 1999 Matthew Wilcox
|
||||
* (c) Copyright 2000 Helge Deller
|
||||
* (c) Copyright 2001 Matthew Wilcox for Hewlett-Packard
|
||||
*
|
||||
* 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/bitops.h>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
** hppb.c:
|
||||
** HP-PB bus driver for the NOVA and K-Class systems.
|
||||
@@ -5,10 +6,6 @@
|
||||
** (c) Copyright 2002 Ryan Bradetich
|
||||
** (c) Copyright 2002 Hewlett-Packard Company
|
||||
**
|
||||
** 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.
|
||||
**
|
||||
*/
|
||||
|
||||
|
@@ -1,13 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
** I/O Sapic Driver - PCI interrupt line support
|
||||
**
|
||||
** (c) Copyright 1999 Grant Grundler
|
||||
** (c) Copyright 1999 Hewlett-Packard Company
|
||||
**
|
||||
** 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.
|
||||
**
|
||||
** The I/O sapic driver manages the Interrupt Redirection Table which is
|
||||
** the control logic to convert PCI line based interrupts into a Message
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* LASI Device Driver
|
||||
*
|
||||
@@ -5,11 +6,6 @@
|
||||
* Portions (c) Copyright 1999 The Puffin Group Inc.
|
||||
* Portions (c) Copyright 1999 Hewlett-Packard
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* by Alan Cox <alan@redhat.com> and
|
||||
* Alex deVries <alex@onefishtwo.ca>
|
||||
*/
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
**
|
||||
** PCI Lower Bus Adapter (LBA) manager
|
||||
@@ -5,10 +6,6 @@
|
||||
** (c) Copyright 1999,2000 Grant Grundler
|
||||
** (c) Copyright 1999,2000 Hewlett-Packard Company
|
||||
**
|
||||
** 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 module primarily provides access to PCI bus (config/IOport
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* Chassis LCD/LED driver for HP-PARISC workstations
|
||||
*
|
||||
@@ -6,11 +7,6 @@
|
||||
* (c) Copyright 2001-2009 Helge Deller <deller@gmx.de>
|
||||
* (c) Copyright 2001 Randolph Chung <tausq@debian.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.
|
||||
*
|
||||
* TODO:
|
||||
* - speed-up calculations with inlined assembler
|
||||
* - interface to write to second row of LCD from /proc (if technically possible)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
** System Bus Adapter (SBA) I/O MMU manager
|
||||
**
|
||||
@@ -7,10 +8,6 @@
|
||||
**
|
||||
** Portions (c) 1999 Dave S. Miller (from sparc64 I/O MMU code)
|
||||
**
|
||||
** 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 module initializes the IOC (I/O Controller) found on B1000/C3000/
|
||||
|
@@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/* National Semiconductor NS87560UBD Super I/O controller used in
|
||||
* HP [BCJ]x000 workstations.
|
||||
*
|
||||
@@ -14,11 +15,6 @@
|
||||
* (C) Copyright 2005 Kyle McMartin <kyle@parisc-linux.org>
|
||||
* (C) Copyright 2006 Helge Deller <deller@gmx.de>
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* The initial version of this is by Martin Peterson. Alex deVries
|
||||
* has spent a bit of time trying to coax it into working.
|
||||
*
|
||||
|
@@ -1,13 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
/*
|
||||
* WAX Device Driver
|
||||
*
|
||||
* (c) Copyright 2000 The Puffin Group 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.
|
||||
*
|
||||
* by Helge Deller <deller@gmx.de>
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user