aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-file.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-12-23 19:10:03 +0000
committerEli Zaretskii <eliz@gnu.org>2005-12-23 19:10:03 +0000
commit88d83552b190308353cbb345b5f07b2b995ef37c (patch)
tree6369d2dd950f7776d746449872ef67d29e016afb /gdb/tui/tui-file.c
parent8c719703864108fa016dffd1e6e5252a192a8c38 (diff)
downloadgdb-88d83552b190308353cbb345b5f07b2b995ef37c.zip
gdb-88d83552b190308353cbb345b5f07b2b995ef37c.tar.gz
gdb-88d83552b190308353cbb345b5f07b2b995ef37c.tar.bz2
* tui/tui-file.c:
* tui/tui-disasm.c: * tui/tui-data.h: * tui/tui-data.c: * tui/tui-command.h: * tui/tui-command.c: * tui/tui-win.h: * tui/tui-win.h: * tui/tui-win.c: * tui/tui-stack.h: * tui/tui-stack.c: * tui/tui-source.h: * tui/tui-source.c: * tui/tui-regs.h: * tui/tui-regs.c: * tui/tui-out.c: * tui/tui-main.c: * tui/tui-layout.h: * tui/tui-layout.c: * tui/tui-io.h: * tui/tui-io.c: * tui/tui-interp.c: * tui/tui-hooks.h: * tui/tui-hooks.c: * tui/tui-file.h: * tui/tui.h: * tui/tui.c: * tui/tui-winsource.h: * tui/tui-winsource.c: * tui/tui-wingeneral.h: * tui/tui-wingeneral.c: * tui/tui-windata.h: * tui/tui-windata.c: Add (C) after Copyright. Update the FSF address.
Diffstat (limited to 'gdb/tui/tui-file.c')
-rw-r--r--gdb/tui/tui-file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-file.c b/gdb/tui/tui-file.c
index 1ceb47f..5e4e66a 100644
--- a/gdb/tui/tui-file.c
+++ b/gdb/tui/tui-file.c
@@ -1,5 +1,5 @@
/* UI_FILE - a generic STDIO like output stream.
- Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GDB.
@@ -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. */
#include "defs.h"
#include "ui-file.h"