diff options
Diffstat (limited to 'gdb/jv-exp.y')
-rw-r--r-- | gdb/jv-exp.y | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y index a3d1210..4f9e77f 100644 --- a/gdb/jv-exp.y +++ b/gdb/jv-exp.y @@ -1,5 +1,5 @@ /* YACC parser for Java expressions, for GDB. - Copyright 1997, 1998, 1999, 2000 + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -16,7 +16,8 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Parse a Java expression from text in a string, and return the result as a struct expression pointer. |