diff options
author | John Gilmore <gnu@cygnus> | 1992-02-01 00:18:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-01 00:18:44 +0000 |
commit | 75110a6fafbd3a4d58c5c8ab8dc5068a30c0225a (patch) | |
tree | 8f1a0fac431e0c0d25746d6c06f1f98999ef21bd | |
parent | 379a4686473ab8f902ddbeaa15b852454946748f (diff) | |
download | gdb-75110a6fafbd3a4d58c5c8ab8dc5068a30c0225a.zip gdb-75110a6fafbd3a4d58c5c8ab8dc5068a30c0225a.tar.gz gdb-75110a6fafbd3a4d58c5c8ab8dc5068a30c0225a.tar.bz2 |
Update comments to make it clear that the copyright status is UNCLEAR.
-rw-r--r-- | gdb/i860-opcode.h | 5 | ||||
-rw-r--r-- | gdb/i860-pinsn.c | 3 | ||||
-rw-r--r-- | gdb/i860-tdep.c | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/gdb/i860-opcode.h b/gdb/i860-opcode.h index bdf45af..0ffb80c 100644 --- a/gdb/i860-opcode.h +++ b/gdb/i860-opcode.h @@ -1,6 +1,7 @@ -/* Intel I860 opcde list for GDB, the GNU debugger. +/* Intel i860 opcode structures for GDB, the GNU debugger. + Copyright status of this module is unclear!!! Copyright (C) 1992 Free Software Foundation, Inc. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone diff --git a/gdb/i860-pinsn.c b/gdb/i860-pinsn.c index 29b1855..aa3b9f8 100644 --- a/gdb/i860-pinsn.c +++ b/gdb/i860-pinsn.c @@ -1,6 +1,7 @@ /* Print i860 instructions for GDB, the GNU debugger. + Copyright status of this module is unclear!!! Copyright (C) 1992 Free Software Foundation, Inc. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone diff --git a/gdb/i860-tdep.c b/gdb/i860-tdep.c index 3135df9..759f871 100644 --- a/gdb/i860-tdep.c +++ b/gdb/i860-tdep.c @@ -1,8 +1,7 @@ -/* Machine-dependent code which would otherwise be in inflow.c and core.c, - for GDB, the GNU debugger. +/* Target-dependent code for the i860 for GDB, the GNU debugger. + Copyright is unclear on this module!!! Copyright (C) 1992 Free Software Foundation, Inc. - This code is for the i860 cpu. - Contributed by Peggy Fieland (pfieland@stratus.com) + SVR4 and ELF/DWARF changes Contributed by Peggy Fieland (pfieland@stratus.com) GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone |