diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:31:36 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:31:36 +0000 |
commit | 3fef0d12778858a1f621515f19172d4793af7f13 (patch) | |
tree | 8eb00a8363552c0bc4b4e67a960476aee56ed696 | |
parent | c659a48b8dabc3b17e342339e213b01a90efb50e (diff) | |
download | gdb-3fef0d12778858a1f621515f19172d4793af7f13.tar.gz |
Correct copyright.
-rw-r--r-- | gdb/win32-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 2be6fe8c904..46c5a27b319 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1,6 +1,6 @@ /* Target-vector operations for controlling win32 child processes, for GDB. - Copyright 1995, 1996, 1997, 1998 Free Software Foundation, Inc. - Contributed by Cygnus Support. + Copyright 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Contributed by Cygnus Solutions, A Red Hat Company. This file is part of GDB. |