]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gnu.h: Add copyright and licensing header.
authorThomas Schwinge <tschwinge@gnu.org>
Sun, 9 Nov 2008 22:09:02 +0000 (23:09 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sun, 9 Nov 2008 22:09:02 +0000 (23:09 +0100)
2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>

* config/i386/gnu.h: Add copyright and licensing header.
* config/gnu.h: Likewise.

From-SVN: r141721

gcc/ChangeLog
gcc/config/gnu.h
gcc/config/i386/gnu.h

index d3c41b164ea39745d649eadf077d98085106be1e..1d869ee09a32b05ae53cb94b41ca30916a8459ff 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-09  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * config/i386/gnu.h: Add copyright and licensing header.
+       * config/gnu.h: Likewise.
+
 2008-11-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        * fwprop.c (fwprop_done): Call df_remove_problem.
index b7fefa4427c130385471041838b2540f98fa5bb5..412a4f8983394370a5171562080754faa99cc8ee 100644 (file)
@@ -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}"
index a2b4f24291c52a8d36e64e34e6076ec06b58b5b7..10fea9e96b0d9b386a85f38c4d1a37f77b386ce7 100644 (file)
@@ -1,5 +1,25 @@
 /* Configuration for an i386 running GNU with ELF as the target machine.  */
 
+/*
+Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+2005, 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/>.
+*/
+
 #undef TARGET_VERSION
 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");