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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18

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 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 see
the file copying if not write to the free software foundation 675
mass ave cambridge ma 02139 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 52 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154042.342335923@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
c82ee6d3 aaf4989b

+52 -815
+1 -17
drivers/ata/acard-ahci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 2 3 /* 3 4 * acard-ahci.c - ACard AHCI SATA support ··· 9 8 * 10 9 * Copyright 2010 Red Hat, Inc. 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * 31 14 * AHCI hardware documentation: 32 15 * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf 33 16 * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf 34 - * 35 17 */ 36 18 37 19 #include <linux/kernel.h>
+1 -17
drivers/ata/ahci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * ahci.c - AHCI SATA support 3 4 * ··· 8 7 * 9 8 * Copyright 2004-2005 Red Hat, Inc. 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 - * 27 10 * libata documentation is available via 'make {ps|pdf}docs', 28 11 * as Documentation/driver-api/libata.rst 29 12 * 30 13 * AHCI hardware documentation: 31 14 * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf 32 15 * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf 33 - * 34 16 */ 35 17 36 18 #include <linux/kernel.h>
+1 -17
drivers/ata/ahci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * ahci.h - Common AHCI SATA definitions and declarations 3 4 * ··· 8 7 * 9 8 * Copyright 2004-2005 Red Hat, Inc. 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 - * 27 10 * libata documentation is available via 'make {ps|pdf}docs', 28 11 * as Documentation/driver-api/libata.rst 29 12 * 30 13 * AHCI hardware documentation: 31 14 * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf 32 15 * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf 33 - * 34 16 */ 35 17 36 18 #ifndef _AHCI_H
+1 -18
drivers/ata/ata_piix.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * ata_piix.c - Intel PATA/SATA controllers 3 4 * ··· 6 5 * Please ALWAYS copy linux-ide@vger.kernel.org 7 6 * on emails. 8 7 * 9 - * 10 8 * Copyright 2003-2005 Red Hat Inc 11 9 * Copyright 2003-2005 Jeff Garzik 12 - * 13 10 * 14 11 * Copyright header from piix.c: 15 12 * 16 13 * Copyright (C) 1998-1999 Andrzej Krzysztofowicz, Author and Maintainer 17 14 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> 18 15 * Copyright (C) 2003 Red Hat Inc 19 - * 20 - * 21 - * This program is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License as published by 23 - * the Free Software Foundation; either version 2, or (at your option) 24 - * any later version. 25 - * 26 - * This program is distributed in the hope that it will be useful, 27 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 28 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 - * GNU General Public License for more details. 30 - * 31 - * You should have received a copy of the GNU General Public License 32 - * along with this program; see the file COPYING. If not, write to 33 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 34 - * 35 16 * 36 17 * libata documentation is available via 'make {ps|pdf}docs', 37 18 * as Documentation/driver-api/libata.rst
+1 -17
drivers/ata/libahci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libahci.c - Common AHCI SATA low-level routines 3 4 * ··· 8 7 * 9 8 * Copyright 2004-2005 Red Hat, Inc. 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 - * 27 10 * libata documentation is available via 'make {ps|pdf}docs', 28 11 * as Documentation/driver-api/libata.rst 29 12 * 30 13 * AHCI hardware documentation: 31 14 * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf 32 15 * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf 33 - * 34 16 */ 35 17 36 18 #include <linux/kernel.h>
+1 -17
drivers/ata/libata-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libata-core.c - helper library for ATA 3 4 * ··· 8 7 * 9 8 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 10 9 * Copyright 2003-2004 Jeff Garzik 11 - * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 10 * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst ··· 22 37 * http://www.compactflash.org (CF) 23 38 * http://www.qic.org (QIC157 - Tape and DSC) 24 39 * http://www.ce-ata.org (CE-ATA: not supported) 25 - * 26 40 */ 27 41 28 42 #include <linux/kernel.h>
+1 -18
drivers/ata/libata-eh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libata-eh.c - libata error handling 3 4 * ··· 8 7 * 9 8 * Copyright 2006 Tejun Heo <htejun@gmail.com> 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; either version 2, or 15 - * (at your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 25 - * USA. 26 - * 27 - * 28 10 * libata documentation is available via 'make {ps|pdf}docs', 29 11 * as Documentation/driver-api/libata.rst 30 12 * 31 13 * Hardware documentation available from http://www.t13.org/ and 32 14 * http://www.sata-io.org/ 33 - * 34 15 */ 35 16 36 17 #include <linux/kernel.h>
+1 -17
drivers/ata/libata-scsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libata-scsi.c - helper library for ATA 3 4 * ··· 9 8 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 10 9 * Copyright 2003-2004 Jeff Garzik 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * 31 14 * Hardware documentation available from 32 15 * - http://www.t10.org/ 33 16 * - http://www.t13.org/ 34 - * 35 17 */ 36 18 37 19 #include <linux/slab.h>
+1 -17
drivers/ata/libata-sff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libata-sff.c - helper library for PCI IDE BMDMA 3 4 * ··· 9 8 * Copyright 2003-2006 Red Hat, Inc. All rights reserved. 10 9 * Copyright 2003-2006 Jeff Garzik 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * 31 14 * Hardware documentation available from http://www.t13.org/ and 32 15 * http://www.sata-io.org/ 33 - * 34 16 */ 35 17 36 18 #include <linux/kernel.h>
+1 -14
drivers/ata/libata-trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * libata-trace.c - trace functions for libata 3 4 * 4 5 * Copyright 2015 Hannes Reinecke 5 6 * Copyright 2015 SUSE Linux GmbH 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 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; see the file COPYING. If not, write to 19 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 22 9 #include <linux/kernel.h>
+1 -17
drivers/ata/libata.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * libata.h - helper library for ATA 3 4 * 4 5 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 5 6 * Copyright 2003-2004 Jeff Garzik 6 7 * 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; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; see the file COPYING. If not, write to 20 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 - * 22 - * 23 8 * libata documentation is available via 'make {ps|pdf}docs', 24 9 * as Documentation/driver-api/libata.rst 25 - * 26 10 */ 27 11 28 12 #ifndef __LIBATA_H__
+1 -15
drivers/ata/pata_legacy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pata-legacy.c - Legacy port PATA/SATA controller driver. 3 4 * Copyright 2005/2006 Red Hat, all rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2, or (at your option) 8 - * any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; see the file COPYING. If not, write to 17 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 5 * 19 6 * An ATA driver for the legacy ATA ports. 20 7 * ··· 42 55 * 43 56 * For now use autospeed and pio_mask as above with the W83759A. This may 44 57 * change. 45 - * 46 58 */ 47 59 48 60 #include <linux/async.h>
+1 -14
drivers/ata/pata_ns87410.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer 3 4 * (C) 2006 Red Hat Inc 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2, or (at your option) 8 - * any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; see the file COPYING. If not, write to 17 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/ata/pata_pcmcia.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pata_pcmcia.c - PCMCIA PATA controller driver. 3 4 * Copyright 2005-2006 Red Hat Inc, all rights reserved. 4 5 * PCMCIA ident update Copyright 2006 Marcin Juszkiewicz 5 6 * <openembedded@hrw.one.pl> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 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; see the file COPYING. If not, write to 19 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 * 21 8 * Heavily based upon ide-cs.c 22 9 * The initial developer of the original code is David A. Hinds
+1 -14
drivers/ata/pata_pxa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Generic PXA PATA driver 3 4 * 4 5 * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #include <linux/kernel.h>
+1 -14
drivers/ata/pata_rdc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pata_rdc - Driver for later RDC PATA controllers 3 4 * ··· 6 5 * INCITS 370-2004 (1510D): ATA Host Adapter Standards 7 6 * 8 7 * Based on ata_piix. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; see the file COPYING. If not, write to 22 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/kernel.h>
+1 -17
drivers/ata/pdc_adma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pdc_adma.c - Pacific Digital Corporation ADMA 3 4 * ··· 6 5 * 7 6 * Copyright 2005 Mark Lord 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation; either version 2, or (at your option) 12 - * any later version. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; see the file COPYING. If not, write to 21 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 - * 23 - * 24 8 * libata documentation is available via 'make {ps|pdf}docs', 25 9 * as Documentation/driver-api/libata.rst 26 - * 27 10 * 28 11 * Supports ATA disks in single-packet ADMA mode. 29 12 * Uses PIO for everything else. 30 13 * 31 14 * TODO: Use ADMA transfers for ATAPI devices, when possible. 32 15 * This requires careful attention to a number of quirks of the chip. 33 - * 34 16 */ 35 17 36 18 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_nv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_nv.c - NVIDIA nForce SATA 3 4 * 4 5 * Copyright 2004 NVIDIA Corp. All rights reserved. 5 6 * Copyright 2004 Andrew Chew 6 - * 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; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; see the file COPYING. If not, write to 20 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 - * 22 7 * 23 8 * libata documentation is available via 'make {ps|pdf}docs', 24 9 * as Documentation/driver-api/libata.rst ··· 18 33 * similar to the ADMA specification (with some modifications). 19 34 * This allows the use of NCQ. Non-DMA-mapped ATA commands are still 20 35 * sent through the legacy interface. 21 - * 22 36 */ 23 37 24 38 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_promise.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_promise.c - Promise SATA 3 4 * ··· 9 8 * 10 9 * Copyright 2003-2004 Red Hat, Inc. 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * 31 14 * Hardware information only available under NDA. 32 - * 33 15 */ 34 16 35 17 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_promise.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * sata_promise.h - Promise SATA common definitions and inline funcs 3 4 * 4 5 * Copyright 2003-2004 Red Hat, Inc. 5 6 * 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 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; see the file COPYING. If not, write to 19 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 - * 22 7 * libata documentation is available via 'make {ps|pdf}docs', 23 8 * as Documentation/driver-api/libata.rst 24 - * 25 9 */ 26 10 27 11 #ifndef __SATA_PROMISE_H__
+1 -17
drivers/ata/sata_sil.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_sil.c - Silicon Image SATA 3 4 * ··· 9 8 * Copyright 2003-2005 Red Hat, Inc. 10 9 * Copyright 2003 Benjamin Herrenschmidt 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * ··· 16 31 * http://gkernel.sourceforge.net/specs/sii/3112A_SiI-DS-0095-B2.pdf.bz2 17 32 * 18 33 * Other errata and documentation available under NDA. 19 - * 20 34 */ 21 35 22 36 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_sis.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_sis.c - Silicon Integrated Systems SATA 3 4 * ··· 8 7 * 9 8 * Copyright 2004 Uwe Koziolek 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 - * 27 10 * libata documentation is available via 'make {ps|pdf}docs', 28 11 * as Documentation/driver-api/libata.rst 29 12 * 30 13 * Hardware documentation available under NDA. 31 - * 32 14 */ 33 15 34 16 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_svw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_svw.c - ServerWorks / Apple K2 SATA 3 4 * ··· 14 13 * This driver probably works with non-Apple versions of the 15 14 * Broadcom chipset... 16 15 * 17 - * 18 - * This program is free software; you can redistribute it and/or modify 19 - * it under the terms of the GNU General Public License as published by 20 - * the Free Software Foundation; either version 2, or (at your option) 21 - * any later version. 22 - * 23 - * This program is distributed in the hope that it will be useful, 24 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 - * GNU General Public License for more details. 27 - * 28 - * You should have received a copy of the GNU General Public License 29 - * along with this program; see the file COPYING. If not, write to 30 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 31 - * 32 - * 33 16 * libata documentation is available via 'make {ps|pdf}docs', 34 17 * as Documentation/driver-api/libata.rst 35 18 * 36 19 * Hardware documentation available under NDA. 37 - * 38 20 */ 39 21 40 22 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_sx4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_sx4.c - Promise SATA 3 4 * ··· 8 7 * 9 8 * Copyright 2003-2004 Red Hat, Inc. 10 9 * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 - * 27 10 * libata documentation is available via 'make {ps|pdf}docs', 28 11 * as Documentation/driver-api/libata.rst 29 12 * 30 13 * Hardware documentation available under NDA. 31 - * 32 14 */ 33 15 34 16 /*
+1 -17
drivers/ata/sata_uli.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_uli.c - ULi Electronics SATA 3 - * 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2, or (at your option) 8 - * any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; see the file COPYING. If not, write to 17 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 - * 19 4 * 20 5 * libata documentation is available via 'make {ps|pdf}docs', 21 6 * as Documentation/driver-api/libata.rst 22 7 * 23 8 * Hardware documentation available under NDA. 24 - * 25 9 */ 26 10 27 11 #include <linux/kernel.h>
+1 -19
drivers/ata/sata_via.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_via.c - VIA Serial ATA controllers 3 4 * ··· 9 8 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 10 9 * Copyright 2003-2004 Jeff Garzik 11 10 * 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 - * 28 11 * libata documentation is available via 'make {ps|pdf}docs', 29 12 * as Documentation/driver-api/libata.rst 30 13 * 31 14 * Hardware documentation available under NDA. 32 - * 33 - * 34 - * 35 15 */ 36 16 37 17 #include <linux/kernel.h>
+1 -17
drivers/ata/sata_vsc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * sata_vsc.c - Vitesse VSC7174 4 port DPA SATA 3 4 * ··· 10 9 * 11 10 * Bits from Jeff Garzik, Copyright RedHat, Inc. 12 11 * 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; see the file COPYING. If not, write to 26 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 27 - * 28 - * 29 12 * libata documentation is available via 'make {ps|pdf}docs', 30 13 * as Documentation/driver-api/libata.rst 31 14 * 32 15 * Vitesse hardware documentation presumably available under NDA. 33 16 * Intel 31244 (same hardware interface) documentation presumably 34 17 * available from http://developer.intel.com/ 35 - * 36 18 */ 37 19 38 20 #include <linux/kernel.h>
+1 -14
drivers/char/pcmcia/scr24x_cs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SCR24x PCMCIA Smart Card Reader Driver 3 4 * ··· 6 5 * Copyright (C) 2016 Lubomir Rintel 7 6 * 8 7 * Derived from "scr24x_v4.2.6_Release.tar.gz" driver by TL Sudheendran. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; see the file COPYING. If not, write to 22 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/device.h>
+1 -14
drivers/pwm/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Generic pwmlib implementation 3 4 * 4 5 * Copyright (C) 2011 Sascha Hauer <s.hauer@pengutronix.de> 5 6 * Copyright (C) 2011-2012 Avionic Design GmbH 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 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; see the file COPYING. If not, write to 19 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 22 9 #include <linux/module.h>
+1 -15
drivers/scsi/aacraid/aachba.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * aachba.c 29 14 * 30 15 * Abstract: Contains Interfaces to manage IOs. 31 - * 32 16 */ 33 17 34 18 #include <linux/kernel.h>
+1 -15
drivers/scsi/aacraid/aacraid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. <alan@redhat.com> ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * aacraid.h 29 14 * 30 15 * Abstract: Contains all routines for control of the aacraid driver 31 - * 32 16 */ 33 17 34 18 #ifndef _AACRAID_H_
+1 -15
drivers/scsi/aacraid/commctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * commctrl.c 29 14 * 30 15 * Abstract: Contains all routines for control of the AFA comm layer 31 - * 32 16 */ 33 17 34 18 #include <linux/kernel.h>
+1 -15
drivers/scsi/aacraid/comminit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * comminit.c 29 14 * 30 15 * Abstract: This supports the initialization of the host adapter commuication interface. 31 16 * This is a platform dependent module for the pci cyclone board. 32 - * 33 17 */ 34 18 35 19 #include <linux/kernel.h>
+1 -15
drivers/scsi/aacraid/commsup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * commsup.c 29 14 * 30 15 * Abstract: Contain all routines that are required for FSA host/adapter 31 16 * communication. 32 - * 33 17 */ 34 18 35 19 #include <linux/kernel.h>
+1 -16
drivers/scsi/aacraid/dpcsup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * dpcsup.c 29 14 * 30 15 * Abstract: All DPC processing routines for the cyclone board occur here. 31 - * 32 - * 33 16 */ 34 17 35 18 #include <linux/kernel.h>
+1 -14
drivers/scsi/aacraid/linit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 9 8 * Copyright (c) 2000-2010 Adaptec, Inc. 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 11 * 27 12 * Module Name: 28 13 * linit.c
+1 -15
drivers/scsi/aacraid/nark.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * ··· 9 8 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 9 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 11 10 * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; see the file COPYING. If not, write to 24 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 11 * Module Name: 27 12 * nark.c 28 13 * 29 14 * Abstract: Hardware Device Interface for NEMER/ARK 30 - * 31 15 */ 32 16 33 17 #include <linux/pci.h>
+1 -15
drivers/scsi/aacraid/rkt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * rkt.c 29 14 * 30 15 * Abstract: Hardware miniport for Drawbridge specific hardware functions. 31 - * 32 16 */ 33 17 34 18 #include <linux/blkdev.h>
+1 -15
drivers/scsi/aacraid/rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * rx.c 29 14 * 30 15 * Abstract: Hardware miniport for Drawbridge specific hardware functions. 31 - * 32 16 */ 33 17 34 18 #include <linux/kernel.h>
+1 -15
drivers/scsi/aacraid/sa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * sa.c 29 14 * 30 15 * Abstract: Drawbridge specific support functions 31 - * 32 16 */ 33 17 34 18 #include <linux/kernel.h>
+1 -15
drivers/scsi/aacraid/src.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Adaptec AAC series RAID controller driver 3 4 * (c) Copyright 2001 Red Hat Inc. ··· 10 9 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 10 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 12 11 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; either version 2, or (at your option) 16 - * any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; see the file COPYING. If not, write to 25 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 26 - * 27 12 * Module Name: 28 13 * src.c 29 14 * 30 15 * Abstract: Hardware Device Interface for PMC SRC based controllers 31 - * 32 16 */ 33 17 34 18 #include <linux/kernel.h>
+1 -14
drivers/scsi/device_handler/scsi_dh_emc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Target driver for EMC CLARiiON AX/CX-series hardware. 3 4 * Based on code from Lars Marowsky-Bree <lmb@suse.de> ··· 6 5 * 7 6 * Copyright (C) 2006 Red Hat, Inc. All rights reserved. 8 7 * Copyright (C) 2006 Mike Christie 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; see the file COPYING. If not, write to 22 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 #include <linux/slab.h> 25 10 #include <linux/module.h>
+1 -14
drivers/scsi/device_handler/scsi_dh_hp_sw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Basic HP/COMPAQ MSA 1000 support. This is only needed if your HW cannot be 3 4 * upgraded. ··· 6 5 * Copyright (C) 2006 Red Hat, Inc. All rights reserved. 7 6 * Copyright (C) 2006 Mike Christie 8 7 * Copyright (C) 2008 Hannes Reinecke <hare@suse.de> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; see the file COPYING. If not, write to 22 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/slab.h>
+1 -15
drivers/scsi/initio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /************************************************************************** 2 3 * Initio 9100 device driver for Linux. 3 4 * ··· 6 5 * Copyright (c) 1998 Bas Vermeulen <bvermeul@blackstar.xs4all.nl> 7 6 * Copyright (c) 2004 Christoph Hellwig <hch@lst.de> 8 7 * Copyright (c) 2007 Red Hat 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; see the file COPYING. If not, write to 22 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 - * 24 8 * 25 9 ************************************************************************* 26 10 *
+1 -14
fs/notify/fsnotify.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; see the file COPYING. If not, write to 16 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 17 4 */ 18 5 19 6 #include <linux/dcache.h>
+1 -14
fs/notify/group.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; see the file COPYING. If not, write to 16 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 17 4 */ 18 5 19 6 #include <linux/list.h>
+1 -14
fs/notify/mark.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; see the file COPYING. If not, write to 16 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 17 4 */ 18 5 19 6 /*
+1 -14
fs/notify/notification.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2008 Red Hat, Inc., Eric Paris <eparis@redhat.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; see the file COPYING. If not, write to 16 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 17 4 */ 18 5 19 6 /*
+1 -17
include/linux/ata.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 2 3 /* 3 4 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 4 5 * Copyright 2003-2004 Jeff Garzik 5 6 * 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2, or (at your option) 10 - * any later version. 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; see the file COPYING. If not, write to 19 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 - * 22 7 * libata documentation is available via 'make {ps|pdf}docs', 23 8 * as Documentation/driver-api/libata.rst 24 9 * 25 10 * Hardware documentation available from http://www.t13.org/ 26 - * 27 11 */ 28 12 29 13 #ifndef __LINUX_ATA_H__
+1 -17
include/linux/libata.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 2003-2005 Red Hat, Inc. All rights reserved. 3 4 * Copyright 2003-2005 Jeff Garzik 4 5 * 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 - * 20 - * 21 6 * libata documentation is available via 'make {ps|pdf}docs', 22 7 * as Documentation/driver-api/libata.rst 23 - * 24 8 */ 25 9 26 10 #ifndef __LINUX_LIBATA_H__
+1 -14
include/linux/platform_data/ata-pxa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Generic PXA PATA driver 3 4 * 4 5 * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #ifndef __MACH_PATA_PXA_H__
+1 -14
include/linux/syslog.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* Syslog internals 2 3 * 3 4 * Copyright 2010 Canonical, Ltd. 4 5 * Author: Kees Cook <kees.cook@canonical.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #ifndef _LINUX_SYSLOG_H