summaryrefslogtreecommitdiff
path: root/gdb/objc-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/objc-exp.y')
-rw-r--r--gdb/objc-exp.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y
index 34896c5cd05..93ccea336df 100644
--- a/gdb/objc-exp.y
+++ b/gdb/objc-exp.y
@@ -1,6 +1,6 @@
/* YACC parser for C expressions, for GDB.
- Copyright 1986, 1989, 1990, 1991, 1993, 1994, 2002 Free Software
+ Copyright (C) 1986, 1989, 1990, 1991, 1993, 1994, 2002 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -15,8 +15,8 @@
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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* Parse a C expression from text in a string, and return the result
as a struct expression pointer. That structure contains arithmetic