diff options
author | Zack Weinberg <zack@wolery.stanford.edu> | 2000-11-14 17:01:35 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-11-14 17:01:35 +0000 |
commit | ef90743a44133219a86d9676198d5d010d113719 (patch) | |
tree | 552f04785387e2bfb2b53aebdd00e0416b3c834d /gcc/tradcpp.c | |
parent | acfb0fc56d6286bf589c20437a96f202cb23f852 (diff) | |
download | gcc-ef90743a44133219a86d9676198d5d010d113719.zip gcc-ef90743a44133219a86d9676198d5d010d113719.tar.gz gcc-ef90743a44133219a86d9676198d5d010d113719.tar.bz2 |
tradcpp.c, tradcif.y: Update FSF mailing address, delete reference to GPLv1.
* tradcpp.c, tradcif.y: Update FSF mailing address, delete
reference to GPLv1.
From-SVN: r37455
Diffstat (limited to 'gcc/tradcpp.c')
-rw-r--r-- | gcc/tradcpp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/tradcpp.c b/gcc/tradcpp.c index 4bc9818..3f48210 100644 --- a/gcc/tradcpp.c +++ b/gcc/tradcpp.c @@ -7,7 +7,7 @@ Copyright (C) 1986, 1987, 1989, 2000 Free Software Foundation, Inc. This program 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 1, or (at your option) any +Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -17,11 +17,7 @@ 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, 675 Mass Ave, Cambridge, MA 02139, USA. - - In other words, you are welcome to use, share and improve this program. - You are forbidden to forbid anyone else to use, share and improve - what you give them. Help stamp out software-hoarding! */ +Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" |