aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-09 23:09:02 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2008-11-09 23:09:02 +0100
commit40b2ba118fe99992dd7666049d748728bf3a3933 (patch)
tree99f42d9dc8232c48661f5ffc649d48a0b4076371 /gcc/config/gnu.h
parent5a0193eeedfa86c498cc72487d85fe9504291af4 (diff)
downloadgcc-40b2ba118fe99992dd7666049d748728bf3a3933.zip
gcc-40b2ba118fe99992dd7666049d748728bf3a3933.tar.gz
gcc-40b2ba118fe99992dd7666049d748728bf3a3933.tar.bz2
gnu.h: Add copyright and licensing header.
2008-11-09 Thomas Schwinge <tschwinge@gnu.org> * config/i386/gnu.h: Add copyright and licensing header. * config/gnu.h: Likewise. From-SVN: r141721
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index b7fefa4..412a4f8 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -1,5 +1,25 @@
/* Configuration common to all targets running the GNU system. */
+/*
+Copyright (C) 1994, 1995, 1997, 1998, 1999, 2002, 2003, 2004, 2007, 2008 Free
+Software Foundation, Inc.
+
+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 of the License, or
+(at your option) any later version.
+
+GCC is distributed in the hope that it will be useful,
+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. If not, see <http://www.gnu.org/licenses/>.
+*/
+
/* Provide GCC options for standard feature-test macros. */
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}"