diff options
Diffstat (limited to 'gdb/vx-share')
-rw-r--r-- | gdb/vx-share/dbgRpcLib.h | 6 | ||||
-rw-r--r-- | gdb/vx-share/vxTypes.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/vxWorks.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/wait.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_ld.c | 5 | ||||
-rw-r--r-- | gdb/vx-share/xdr_ld.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_ptrace.c | 5 | ||||
-rw-r--r-- | gdb/vx-share/xdr_ptrace.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_rdb.c | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_rdb.h | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_regs.c | 4 | ||||
-rw-r--r-- | gdb/vx-share/xdr_regs.h | 4 |
12 files changed, 44 insertions, 8 deletions
diff --git a/gdb/vx-share/dbgRpcLib.h b/gdb/vx-share/dbgRpcLib.h index c420075c28..e858e558e4 100644 --- a/gdb/vx-share/dbgRpcLib.h +++ b/gdb/vx-share/dbgRpcLib.h @@ -1,4 +1,8 @@ -/* dbgRpcLib.h - header file for remote debugging via rpc */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. + + dbgRpcLib.h - header file for remote debugging via rpc */ /* modification history diff --git a/gdb/vx-share/vxTypes.h b/gdb/vx-share/vxTypes.h index 3ebd7c6d4b..c6b8419223 100644 --- a/gdb/vx-share/vxTypes.h +++ b/gdb/vx-share/vxTypes.h @@ -1,6 +1,8 @@ /* vxTypes.h - VxWorks type definition header */ -/* Copyright 1984-1990 Wind River Systems, Inc. */ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* modification history diff --git a/gdb/vx-share/vxWorks.h b/gdb/vx-share/vxWorks.h index 483313e1f9..5a915f654b 100644 --- a/gdb/vx-share/vxWorks.h +++ b/gdb/vx-share/vxWorks.h @@ -1,6 +1,8 @@ /* vxWorks.h - VxWorks standard definitions header */ -/* Copyright 1984-1990 Wind River Systems, Inc. */ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* modification history diff --git a/gdb/vx-share/wait.h b/gdb/vx-share/wait.h index bb81f5b7fa..cb8d1b5bba 100644 --- a/gdb/vx-share/wait.h +++ b/gdb/vx-share/wait.h @@ -1,5 +1,9 @@ /* wait.h - header file for remote wait call */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- diff --git a/gdb/vx-share/xdr_ld.c b/gdb/vx-share/xdr_ld.c index 4935c3402b..3572154ca8 100644 --- a/gdb/vx-share/xdr_ld.c +++ b/gdb/vx-share/xdr_ld.c @@ -1,7 +1,8 @@ /* xdr_ld.c - xdr routines for remote dbx interface to VxWorks */ -/* Copyright 1984,1985,1986,1987,1988,1989 Wind River Systems, Inc. */ -/*extern char copyright_wind_river[]; static char *copyright=copyright_wind_river;*/ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* modification history diff --git a/gdb/vx-share/xdr_ld.h b/gdb/vx-share/xdr_ld.h index 8021ccf852..2899c0ef78 100644 --- a/gdb/vx-share/xdr_ld.h +++ b/gdb/vx-share/xdr_ld.h @@ -1,5 +1,9 @@ /* xdr_ld.h - xdr for additional dbxWorks structures */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- diff --git a/gdb/vx-share/xdr_ptrace.c b/gdb/vx-share/xdr_ptrace.c index 9233137e9d..3d104643a1 100644 --- a/gdb/vx-share/xdr_ptrace.c +++ b/gdb/vx-share/xdr_ptrace.c @@ -1,7 +1,8 @@ /* xdr_ptrace.c - xdr routines for remote ptrace calls */ -/* Copyright 1984,1985,1986,1987,1988,1989 Wind River Systems, Inc. */ -/* extern char copyright_wind_river[]; static char *copyright=copyright_wind_river;*/ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* modification history diff --git a/gdb/vx-share/xdr_ptrace.h b/gdb/vx-share/xdr_ptrace.h index 781020795c..9b8a290e86 100644 --- a/gdb/vx-share/xdr_ptrace.h +++ b/gdb/vx-share/xdr_ptrace.h @@ -1,5 +1,9 @@ /* xdr_ptrace.h - xdr header for remote ptrace structures */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- diff --git a/gdb/vx-share/xdr_rdb.c b/gdb/vx-share/xdr_rdb.c index 3c70fbf769..cc0e533d9a 100644 --- a/gdb/vx-share/xdr_rdb.c +++ b/gdb/vx-share/xdr_rdb.c @@ -1,5 +1,9 @@ /* xdr_rdb.c - xdr routines for Remote Debug interface to VxWorks */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- diff --git a/gdb/vx-share/xdr_rdb.h b/gdb/vx-share/xdr_rdb.h index 03d689b856..0189453629 100644 --- a/gdb/vx-share/xdr_rdb.h +++ b/gdb/vx-share/xdr_rdb.h @@ -1,5 +1,9 @@ /* xdr_rdb.h - xdr for additional rdb structures */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- diff --git a/gdb/vx-share/xdr_regs.c b/gdb/vx-share/xdr_regs.c index b8c5111b7c..e2848d5be0 100644 --- a/gdb/vx-share/xdr_regs.c +++ b/gdb/vx-share/xdr_regs.c @@ -1,6 +1,8 @@ /* xdr_regs.c - xdr routines for 68k registers */ -/* Copyright 1984,1985,1986,1987,1988,1989 Wind River Systems, Inc. */ +/* Copyright 1984, 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ /* DESCRIPTION diff --git a/gdb/vx-share/xdr_regs.h b/gdb/vx-share/xdr_regs.h index c829d64349..ee0dbafb3c 100644 --- a/gdb/vx-share/xdr_regs.h +++ b/gdb/vx-share/xdr_regs.h @@ -1,5 +1,9 @@ /* xdr_regs.h - xdr header for 68k registers */ +/* Copyright 1992 Free Software Foundation, Inc. + + This code was donated by Wind River Systems, Inc. */ + /* modification history -------------------- |