diff options
author | David Taylor <taylor@redhat.com> | 1999-01-19 17:01:36 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-19 17:01:36 +0000 |
commit | d5abf0a4e6495a15031ed3bf049fa26e2b387be1 (patch) | |
tree | e16d8dc820aa3f7d020bfd034fdad22a8d17cbb7 /gdb/somsolib.c | |
parent | 495c315acf01bf74ca96b75b398eca620f35a61c (diff) | |
download | gdb-d5abf0a4e6495a15031ed3bf049fa26e2b387be1.zip gdb-d5abf0a4e6495a15031ed3bf049fa26e2b387be1.tar.gz gdb-d5abf0a4e6495a15031ed3bf049fa26e2b387be1.tar.bz2 |
fix copyright years (forgot to add 1999).
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 828eea3..870177c 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -1,5 +1,5 @@ /* Handle HP SOM shared libraries for GDB, the GNU Debugger. - Copyright 1993, 1996 Free Software Foundation, Inc. + Copyright 1993, 1996, 1999 Free Software Foundation, Inc. This file is part of GDB. |