diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-04-09 17:00:19 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-04-09 17:00:19 +0200 |
commit | 748086b7b2201112aff2dea9d037af1fc92567ff (patch) | |
tree | bd86b7ce700d40e8ff558eedd26a6dd18fd29054 /gcc/config/elfos.h | |
parent | 0a5ec800d746ba16e62893c18e7fdbbd7ca78cee (diff) | |
download | gcc-748086b7b2201112aff2dea9d037af1fc92567ff.zip gcc-748086b7b2201112aff2dea9d037af1fc92567ff.tar.gz gcc-748086b7b2201112aff2dea9d037af1fc92567ff.tar.bz2 |
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
From-SVN: r145841
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r-- | gcc/config/elfos.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 3ef81bc..2d818d1 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -1,7 +1,7 @@ /* elfos.h -- operating system specific defines to be used when targeting GCC for some generic ELF system Copyright (C) 1991, 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, - 2007 Free Software Foundation, Inc. + 2007, 2009 Free Software Foundation, Inc. Based on svr4.h contributed by Ron Guilmette (rfg@netcom.com). This file is part of GCC. @@ -16,8 +16,13 @@ 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 GCC; see the file COPYING3. If not see +Under Section 7 of GPL version 3, you are granted additional +permissions described in the GCC Runtime Library Exception, version +3.1, as published by the Free Software Foundation. + +You should have received a copy of the GNU General Public License and +a copy of the GCC Runtime Library Exception along with this program; +see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ #define TARGET_OBJFMT_CPP_BUILTINS() \ |