Commit ef90743a by Zack Weinberg Committed by Zack Weinberg

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
parent acfb0fc5
2000-11-14 Zack Weinberg <zack@wolery.stanford.edu>
* tradcpp.c, tradcif.y: Update FSF mailing address, delete
reference to GPLv1.
2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk> 2000-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
* c-common.h (CTI_C_SIZE_TYPE): Update comment. * c-common.h (CTI_C_SIZE_TYPE): Update comment.
......
/* Parse C expressions for CCCP. /* 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 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 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. later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
...@@ -13,13 +17,7 @@ GNU General Public License for more details. ...@@ -13,13 +17,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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.
/* Parse a C expression from text in a string */ /* Parse a C expression from text in a string */
......
...@@ -7,7 +7,7 @@ Copyright (C) 1986, 1987, 1989, 2000 Free Software Foundation, Inc. ...@@ -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 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 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. later version.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
...@@ -17,11 +17,7 @@ GNU General Public License for more details. ...@@ -17,11 +17,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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! */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment