aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-08 21:04:02 +0000
committerNick Clifton <nickc@redhat.com>2001-03-08 21:04:02 +0000
commit7898dedac0f0bd75d7363d13427c4a1e72b66f66 (patch)
treeacf6ebf88b3bf0fed778398ecd6afd8473aa8875 /bfd/ptrace-core.c
parentAdd comment (part of immediately previous commit). (diff)
downloadbinutils-gdb-7898dedac0f0bd75d7363d13427c4a1e72b66f66.tar.gz
binutils-gdb-7898dedac0f0bd75d7363d13427c4a1e72b66f66.tar.bz2
binutils-gdb-7898dedac0f0bd75d7363d13427c4a1e72b66f66.zip
Update copyright notices
Diffstat (limited to 'bfd/ptrace-core.c')
-rw-r--r--bfd/ptrace-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/ptrace-core.c b/bfd/ptrace-core.c
index 2c19f6d058f..704391af9a3 100644
--- a/bfd/ptrace-core.c
+++ b/bfd/ptrace-core.c
@@ -1,5 +1,6 @@
/* BFD backend for core files which use the ptrace_user structure
- Copyright 1993, 94, 95, 96, 1998 Free Software Foundation, Inc.
+ Copyright 1993, 1994, 1995, 1996, 1998, 1999, 2001
+ Free Software Foundation, Inc.
The structure of this file is based on trad-core.c written by John Gilmore
of Cygnus Support.
Modified to work with the ptrace_user structure by Kevin A. Buettner.