* [PATCH 0/3] arm64: remove paragraph about writing to FSF
@ 2015-07-21 14:43 Jisheng Zhang
2015-07-21 14:43 ` [PATCH 1/3] arm64: hugetlb: " Jisheng Zhang
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jisheng Zhang @ 2015-07-21 14:43 UTC (permalink / raw)
To: linux-arm-kernel
These patches remove paragraph about writing to FSF in arch/arm64 dir.
Jisheng Zhang (3):
arm64: hugetlb: remove paragraph about writing to FSF
arm64: dts: cavium: remove paragraph about writing to FSF
arm64: dts: freescale: remove paragraph about writing to FSF
arch/arm64/boot/dts/cavium/thunder-88xx.dts | 5 -----
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 5 -----
arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts | 5 -----
arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi | 5 -----
arch/arm64/include/asm/hugetlb.h | 4 ----
arch/arm64/mm/hugetlbpage.c | 4 ----
6 files changed, 28 deletions(-)
--
2.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/3] arm64: hugetlb: remove paragraph about writing to FSF
2015-07-21 14:43 [PATCH 0/3] arm64: remove paragraph about writing to FSF Jisheng Zhang
@ 2015-07-21 14:43 ` Jisheng Zhang
2015-07-21 14:43 ` [PATCH 2/3] arm64: dts: cavium: " Jisheng Zhang
2015-07-21 14:44 ` [PATCH 3/3] arm64: dts: freescale: " Jisheng Zhang
2 siblings, 0 replies; 4+ messages in thread
From: Jisheng Zhang @ 2015-07-21 14:43 UTC (permalink / raw)
To: linux-arm-kernel
Remove paragraph about writing to the Free Software Foundation's
mailing address from GPL notice.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm64/include/asm/hugetlb.h | 4 ----
arch/arm64/mm/hugetlbpage.c | 4 ----
2 files changed, 8 deletions(-)
diff --git a/arch/arm64/include/asm/hugetlb.h b/arch/arm64/include/asm/hugetlb.h
index 2fd9b14..bb4052e 100644
--- a/arch/arm64/include/asm/hugetlb.h
+++ b/arch/arm64/include/asm/hugetlb.h
@@ -13,10 +13,6 @@
* 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; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __ASM_HUGETLB_H
diff --git a/arch/arm64/mm/hugetlbpage.c b/arch/arm64/mm/hugetlbpage.c
index 831ec53..383b03f 100644
--- a/arch/arm64/mm/hugetlbpage.c
+++ b/arch/arm64/mm/hugetlbpage.c
@@ -13,10 +13,6 @@
* 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; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <linux/init.h>
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/3] arm64: dts: cavium: remove paragraph about writing to FSF
2015-07-21 14:43 [PATCH 0/3] arm64: remove paragraph about writing to FSF Jisheng Zhang
2015-07-21 14:43 ` [PATCH 1/3] arm64: hugetlb: " Jisheng Zhang
@ 2015-07-21 14:43 ` Jisheng Zhang
2015-07-21 14:44 ` [PATCH 3/3] arm64: dts: freescale: " Jisheng Zhang
2 siblings, 0 replies; 4+ messages in thread
From: Jisheng Zhang @ 2015-07-21 14:43 UTC (permalink / raw)
To: linux-arm-kernel
Remove paragraph about writing to the Free Software Foundation's
mailing address from GPL notice.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm64/boot/dts/cavium/thunder-88xx.dts | 5 -----
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 5 -----
2 files changed, 10 deletions(-)
diff --git a/arch/arm64/boot/dts/cavium/thunder-88xx.dts b/arch/arm64/boot/dts/cavium/thunder-88xx.dts
index 800ba65..c45039a 100644
--- a/arch/arm64/boot/dts/cavium/thunder-88xx.dts
+++ b/arch/arm64/boot/dts/cavium/thunder-88xx.dts
@@ -18,11 +18,6 @@
* 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 library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
- *
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
diff --git a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
index 9cb7cf9..40b6714 100644
--- a/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
+++ b/arch/arm64/boot/dts/cavium/thunder-88xx.dtsi
@@ -18,11 +18,6 @@
* 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 library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
- *
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 3/3] arm64: dts: freescale: remove paragraph about writing to FSF
2015-07-21 14:43 [PATCH 0/3] arm64: remove paragraph about writing to FSF Jisheng Zhang
2015-07-21 14:43 ` [PATCH 1/3] arm64: hugetlb: " Jisheng Zhang
2015-07-21 14:43 ` [PATCH 2/3] arm64: dts: cavium: " Jisheng Zhang
@ 2015-07-21 14:44 ` Jisheng Zhang
2 siblings, 0 replies; 4+ messages in thread
From: Jisheng Zhang @ 2015-07-21 14:44 UTC (permalink / raw)
To: linux-arm-kernel
Remove paragraph about writing to the Free Software Foundation's
mailing address from GPL notice.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts | 5 -----
arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi | 5 -----
2 files changed, 10 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts b/arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts
index 82e2a6f..a2c1865 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2085a-simu.dts
@@ -20,11 +20,6 @@
* 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 library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
- *
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
index e281ceb..ab69a5b 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls2085a.dtsi
@@ -20,11 +20,6 @@
* 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 library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
- * MA 02110-1301 USA
- *
* Or, alternatively,
*
* b) Permission is hereby granted, free of charge, to any person
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-21 14:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 14:43 [PATCH 0/3] arm64: remove paragraph about writing to FSF Jisheng Zhang
2015-07-21 14:43 ` [PATCH 1/3] arm64: hugetlb: " Jisheng Zhang
2015-07-21 14:43 ` [PATCH 2/3] arm64: dts: cavium: " Jisheng Zhang
2015-07-21 14:44 ` [PATCH 3/3] arm64: dts: freescale: " Jisheng Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).