diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2009-01-31 20:01:46 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2009-01-31 20:01:46 +0000 |
commit | 30f3e4272acfb148d15d86ef43940def4c79558f (patch) | |
tree | 78c42a5da05343944b95e2d8675c44a79f7db016 /gcc | |
parent | 3cbfaf984602e3b1eabba8ec279a1aceb0379224 (diff) | |
download | gcc-30f3e4272acfb148d15d86ef43940def4c79558f.zip gcc-30f3e4272acfb148d15d86ef43940def4c79558f.tar.gz gcc-30f3e4272acfb148d15d86ef43940def4c79558f.tar.bz2 |
fptr.c: Revert license to GPL 2.
* config/pa/fptr.c: Revert license to GPL 2.
* config/pa/milli64.S: Likewise.
From-SVN: r143831
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/pa/fptr.c | 7 | ||||
-rw-r--r-- | gcc/config/pa/milli64.S | 7 |
3 files changed, 13 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 148b993..118ed21 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * config/pa/fptr.c: Revert license to GPL 2. + * config/pa/milli64.S: Likewise. + 2009-01-31 Dave Korn <dave.korn.cygwin@gmail.com> PR target/38904 diff --git a/gcc/config/pa/fptr.c b/gcc/config/pa/fptr.c index d8f6ab1..af207a3 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 -<http://www.gnu.org/licenses/>. */ +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 d92735c..aea9ace 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 -<http://www.gnu.org/licenses/>. */ +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 |