aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-12-17 22:40:17 +0000
committerEli Zaretskii <eliz@gnu.org>2005-12-17 22:40:17 +0000
commit10f9c2135edc8afa51cf68d16b7e7a4d552895cd (patch)
treedf37a8890399ccb6dcc1b0f251fc779c805b5d45 /gdb/cli/cli-script.h
parent197e01b6dcd118b70ed3621b62b2ff3fa929d50f (diff)
downloadgdb-10f9c2135edc8afa51cf68d16b7e7a4d552895cd.zip
gdb-10f9c2135edc8afa51cf68d16b7e7a4d552895cd.tar.gz
gdb-10f9c2135edc8afa51cf68d16b7e7a4d552895cd.tar.bz2
* cli/cli-utils.h:
* cli/cli-utils.c: * cli/cli-setshow.h: * cli/cli-setshow.c: * cli/cli-script.h: * cli/cli-script.c: * cli/cli-logging.c: * cli/cli-interp.c: * cli/cli-dump.h: * cli/cli-dump.c: * cli/cli-decode.h: * cli/cli-decode.c: * cli/cli-cmds.h: * cli/cli-cmds.c: Add (c) after Copyright. Update FSF address.
Diffstat (limited to 'gdb/cli/cli-script.h')
-rw-r--r--gdb/cli/cli-script.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h
index fc5c203..21a5f26 100644
--- a/gdb/cli/cli-script.h
+++ b/gdb/cli/cli-script.h
@@ -1,5 +1,5 @@
/* Header file for GDB CLI command implementation library.
- Copyright 2000, 2002 Free Software Foundation, Inc.
+ Copyright (c) 2000, 2002 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
@@ -13,8 +13,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. */
#if !defined (CLI_SCRIPT_H)
#define CLI_SCRIPT_H 1