diff options
author | David J. MacKenzie <djm@gnu.org> | 1994-10-19 19:55:36 +0000 |
---|---|---|
committer | David J. MacKenzie <djm@gnu.org> | 1994-10-19 19:55:36 +0000 |
commit | a523d8009d836341e3d3b432efba1c2faeff713d (patch) | |
tree | 8e48eb21efc1a8a847366987a8861f28cbc87540 | |
parent | 8ecf187aa4fe6202558a387dd5a809a1313f7a78 (diff) | |
download | gcc-a523d8009d836341e3d3b432efba1c2faeff713d.zip gcc-a523d8009d836341e3d3b432efba1c2faeff713d.tar.gz gcc-a523d8009d836341e3d3b432efba1c2faeff713d.tar.bz2 |
Add licensing exception for Autoconf.
From-SVN: r8314
-rwxr-xr-x | gcc/config.guess | 9 | ||||
-rwxr-xr-x | gcc/config.sub | 32 |
2 files changed, 25 insertions, 16 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index aa11738..c62d93b 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -1,5 +1,5 @@ #!/bin/sh -# This script attempts to guess a canonical system name. +# Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it @@ -14,7 +14,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. # Written by Per Bothner <bothner@cygnus.com>. # The master version of this file is at the FSF in /home/gd/gnu/lib. diff --git a/gcc/config.sub b/gcc/config.sub index 3893f4f..5627f87 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -4,21 +4,25 @@ # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. +# +# This file 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 of the License, or +# (at your option) any later version. +# +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#This file 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 of the License, or -#(at your option) any later version. - -#This program 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 this program; if not, write to the Free Software -#Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. |