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

powerpc: Replace GPL boilerplate with SPDX identifiers

The FSF does not reside in "675 Mass Ave, Cambridge" anymore...
let's simply use proper SPDX identifiers instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190828060737.32531-1-thuth@redhat.com

authored by

Thomas Huth and committed by
Michael Ellerman
bbbd7f11 d7e02f7b

+3 -65
-14
arch/powerpc/include/uapi/asm/spu_info.h
··· 5 5 * (C) Copyright 2006 IBM Corp. 6 6 * 7 7 * Author: Dwayne Grant McConnell <decimal@us.ibm.com> 8 - * 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; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 8 */ 23 9 24 10 #ifndef _UAPI_SPU_INFO_H
+1 -17
arch/powerpc/kernel/eeh_driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * PCI Error Recovery Driver for RPA-compliant PPC64 platform. 3 4 * Copyright IBM Corp. 2004 2005 4 5 * Copyright Linas Vepstas <linas@linas.org> 2004, 2005 5 - * 6 - * All rights reserved. 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 of the License, or (at 11 - * your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 16 - * NON INFRINGEMENT. See the GNU General Public License for more 17 - * details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 6 * 23 7 * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com> 24 8 */
+1 -17
arch/powerpc/kernel/eeh_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Sysfs entries for PCI Error Recovery for PAPR-compliant platform. 3 4 * Copyright IBM Corporation 2007 4 5 * Copyright Linas Vepstas <linas@austin.ibm.com> 2007 5 - * 6 - * All rights reserved. 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 of the License, or (at 11 - * your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 16 - * NON INFRINGEMENT. See the GNU General Public License for more 17 - * details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 6 * 23 7 * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com> 24 8 */
+1 -17
arch/powerpc/platforms/pseries/pci_dlpar.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * PCI Dynamic LPAR, PCI Hot Plug and PCI EEH recovery code 3 4 * for RPA-compliant PPC64 platform. ··· 7 6 * 8 7 * Updates, 2005, John Rose <johnrose@austin.ibm.com> 9 8 * Updates, 2005, Linas Vepstas <linas@austin.ibm.com> 10 - * 11 - * All rights reserved. 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 of the License, or (at 16 - * your option) any later version. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 21 - * NON INFRINGEMENT. See the GNU General Public License for more 22 - * details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27 9 */ 28 10 29 11 #include <linux/pci.h>