summaryrefslogtreecommitdiff
path: root/gcc/tradcif.y
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-14 17:01:35 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-14 17:01:35 +0000
commit6c6c03f208f86bc53fd6e10ac974eacebc88f801 (patch)
tree552f04785387e2bfb2b53aebdd00e0416b3c834d /gcc/tradcif.y
parentcd590a0084c7d1601cfe01c9f809108ba8152068 (diff)
downloadgcc-6c6c03f208f86bc53fd6e10ac974eacebc88f801.tar.gz
* tradcpp.c, tradcif.y: Update FSF mailing address, delete
reference to GPLv1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37455 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tradcif.y')
-rw-r--r--gcc/tradcif.y16
1 files changed, 7 insertions, 9 deletions
diff --git a/gcc/tradcif.y b/gcc/tradcif.y
index 082977d45e3..7c4e47ed927 100644
--- a/gcc/tradcif.y
+++ b/gcc/tradcif.y
@@ -1,9 +1,13 @@
/* Parse C expressions for CCCP.
- Copyright (C) 1987 Free Software Foundation.
+ Copyright (C) 1987, 2000 Free Software Foundation.
+ Adapted from expread.y of GDB by Paul Rubin, July 1986.
+ Adapted to ANSI C, Richard Stallman, Jan 1987
+ Dusted off, polished, and adapted for use as traditional
+ preprocessor only, Zack Weinberg, Jul 2000
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,
@@ -13,13 +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!
-
- Adapted from expread.y of GDB by Paul Rubin, July 1986.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Parse a C expression from text in a string */