Skip to content

Commit 69bf205

Browse files
huthmaddy-kerneldev
authored andcommitted
powerpc: Drop GPL boilerplate text with obsolete FSF address
The FSF does not reside in the Franklin street anymore, so we should not request the people to write to this address. Fortunately, these header files already contain a proper SPDX license identifier, so it should be fine to simply drop all of this license boilerplate code here. Suggested-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 4bb69d5 commit 69bf205

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
/*
3-
* This program is free software; you can redistribute it and/or modify
4-
* it under the terms of the GNU General Public License, version 2, as
5-
* published by the Free Software Foundation.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, write to the Free Software
14-
* Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15-
*
163
* Copyright IBM Corp. 2015
174
*
185
* Authors: Gavin Shan <[email protected]>

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
/*
3-
* This program is free software; you can redistribute it and/or modify
4-
* it under the terms of the GNU General Public License, version 2, as
5-
* published by the Free Software Foundation.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, write to the Free Software
14-
* Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15-
*
163
* Copyright IBM Corp. 2007
174
*
185
* Authors: Hollis Blanchard <[email protected]>

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22
/*
3-
* This program is free software; you can redistribute it and/or modify
4-
* it under the terms of the GNU General Public License, version 2, as
5-
* published by the Free Software Foundation.
6-
*
7-
* This program is distributed in the hope that it will be useful,
8-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10-
* GNU General Public License for more details.
11-
*
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program; if not, write to the Free Software
14-
* Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15-
*
163
* Copyright IBM Corp. 2008
174
*
185
* Authors: Hollis Blanchard <[email protected]>

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
/*
33
* Copyright (C) 2006 Sony Computer Entertainment Inc.
44
* Copyright 2006, 2007 Sony Corporation
5-
*
6-
* This program is free software; you can redistribute it and/or modify it
7-
* under the terms of the GNU General Public License as published
8-
* by the Free Software Foundation; version 2 of the License.
9-
*
10-
* This program is distributed in the hope that it will be useful, but
11-
* WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License along
16-
* with this program; if not, write to the Free Software Foundation, Inc.,
17-
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
185
*/
196

207
#ifndef _ASM_POWERPC_PS3FB_H_

0 commit comments

Comments
 (0)