Skip to content

Commit bbbd7f1

Browse files
huthmpe
authored andcommitted
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
1 parent d7e02f7 commit bbbd7f1

File tree

4 files changed

+3
-65
lines changed

4 files changed

+3
-65
lines changed

arch/powerpc/include/uapi/asm/spu_info.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55
* (C) Copyright 2006 IBM Corp.
66
*
77
* 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.
228
*/
239

2410
#ifndef _UAPI_SPU_INFO_H

arch/powerpc/kernel/eeh_driver.c

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* PCI Error Recovery Driver for RPA-compliant PPC64 platform.
34
* Copyright IBM Corp. 2004 2005
45
* Copyright Linas Vepstas <linas@linas.org> 2004, 2005
56
*
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-
*
237
* Send comments and feedback to Linas Vepstas <linas@austin.ibm.com>
248
*/
259
#include <linux/delay.h>

arch/powerpc/kernel/eeh_sysfs.c

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* Sysfs entries for PCI Error Recovery for PAPR-compliant platform.
34
* Copyright IBM Corporation 2007
45
* Copyright Linas Vepstas <linas@austin.ibm.com> 2007
56
*
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-
*
237
* Send comments and feedback to Linas Vepstas <linas@austin.ibm.com>
248
*/
259
#include <linux/pci.h>

arch/powerpc/platforms/pseries/pci_dlpar.c

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* PCI Dynamic LPAR, PCI Hot Plug and PCI EEH recovery code
34
* for RPA-compliant PPC64 platform.
@@ -6,23 +7,6 @@
67
*
78
* Updates, 2005, John Rose <johnrose@austin.ibm.com>
89
* Updates, 2005, Linas Vepstas <linas@austin.ibm.com>
9-
*
10-
* All rights reserved.
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 of the License, or (at
15-
* your option) any later version.
16-
*
17-
* This program is distributed in the hope that it will be useful, but
18-
* WITHOUT ANY WARRANTY; without even the implied warranty of
19-
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
20-
* NON INFRINGEMENT. See the GNU General Public License for more
21-
* details.
22-
*
23-
* You should have received a copy of the GNU General Public License
24-
* along with this program; if not, write to the Free Software
25-
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2610
*/
2711

2812
#include <linux/pci.h>

0 commit comments

Comments
 (0)