From 30f3e4272acfb148d15d86ef43940def4c79558f Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 31 Jan 2009 20:01:46 +0000 Subject: [PATCH] fptr.c: Revert license to GPL 2. * config/pa/fptr.c: Revert license to GPL 2. * config/pa/milli64.S: Likewise. From-SVN: r143831 --- gcc/ChangeLog | 5 +++++ gcc/config/pa/fptr.c | 7 ++++--- gcc/config/pa/milli64.S | 7 ++++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 148b99309492..118ed21b68c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-31 John David Anglin + + * config/pa/fptr.c: Revert license to GPL 2. + * config/pa/milli64.S: Likewise. + 2009-01-31 Dave Korn PR target/38904 diff --git a/gcc/config/pa/fptr.c b/gcc/config/pa/fptr.c index d8f6ab103b10..af207a3b8504 100644 --- a/gcc/config/pa/fptr.c +++ b/gcc/config/pa/fptr.c @@ -6,7 +6,7 @@ This file is part of GCC. GCC 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 3, or (at your option) any later +Software Foundation; either version 2, or (at your option) any later version. In addition to the permissions in the GNU General Public License, the @@ -24,8 +24,9 @@ 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 GCC; see the file COPYING3. If not see -. */ +along with GCC; see the file COPYING. If not, write to the Free +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ /* WARNING: The code is this function depends on internal and undocumented details of the GNU linker and dynamic loader as implemented for parisc diff --git a/gcc/config/pa/milli64.S b/gcc/config/pa/milli64.S index d92735cf3433..aea9acef34c5 100644 --- a/gcc/config/pa/milli64.S +++ b/gcc/config/pa/milli64.S @@ -8,7 +8,7 @@ This file is part of GCC. GCC 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 3, or (at your option) any later +Software Foundation; either version 2, or (at your option) any later version. In addition to the permissions in the GNU General Public License, the @@ -26,8 +26,9 @@ 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 GCC; see the file COPYING3. If not see -. */ +along with GCC; see the file COPYING. If not, write to the Free +Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #ifdef pa64 .level 2.0w -- 2.47.2