diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-09-14 17:31:38 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-14 17:31:38 +0000 |
commit | 5baa7f6f709fb3a7da9497a65edbe33bbc7498a0 (patch) | |
tree | bc163f914b27abf482bf87b50697208e6ddf3ebf /gcc | |
parent | 9303e5df58c2b392eb1a10612ab96a1d701525cc (diff) | |
download | gcc-5baa7f6f709fb3a7da9497a65edbe33bbc7498a0.zip gcc-5baa7f6f709fb3a7da9497a65edbe33bbc7498a0.tar.gz gcc-5baa7f6f709fb3a7da9497a65edbe33bbc7498a0.tar.bz2 |
sdemtk.opt: Update to GPLv3.
gcc/
* config/mips/sdemtk.opt: Update to GPLv3.
* config/mips/sdemtk.h: Likewise.
From-SVN: r128499
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/sdemtk.h | 7 | ||||
-rw-r--r-- | gcc/config/mips/sdemtk.opt | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c53e4c..224b4587 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk> + + * config/mips/sdemtk.opt: Update to GPLv3. + * config/mips/sdemtk.h: Likewise. + 2007-09-14 Nigel Stephens <nigel@mips.com> * config.gcc (mips*-*-linux*): Recognise mipsisa32r2 and set diff --git a/gcc/config/mips/sdemtk.h b/gcc/config/mips/sdemtk.h index 9d20b47..a73e7d2 100644 --- a/gcc/config/mips/sdemtk.h +++ b/gcc/config/mips/sdemtk.h @@ -7,7 +7,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 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -16,9 +16,8 @@ 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 GCC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +along with GCC; see the file COPYING3. If not see +<http://www.gnu.org/licenses/>. */ #define TARGET_OS_CPP_BUILTINS() \ do \ diff --git a/gcc/config/mips/sdemtk.opt b/gcc/config/mips/sdemtk.opt index 1f7531b..c1d2949 100644 --- a/gcc/config/mips/sdemtk.opt +++ b/gcc/config/mips/sdemtk.opt @@ -6,7 +6,7 @@ ; ; 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 2, or (at your option) any later +; Software Foundation; either version 3, or (at your option) any later ; version. ; ; GCC is distributed in the hope that it will be useful, but WITHOUT @@ -15,9 +15,8 @@ ; License for more details. ; ; You should have received a copy of the GNU General Public License -; 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. +; along with GCC; see the file COPYING3. If not see +; <http://www.gnu.org/licenses/>. mno-float Target Report RejectNegative Var(TARGET_NO_FLOAT) |