From 5d15a648eff97beced79eea772198f009c42092c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 31 Jan 2009 20:07:56 +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: r143833 --- 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 93dfd9c7d838..4f7623109204 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-24 Eric Botcazou * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete. 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 638b51aa07a2..1b302c2a9fba 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