From 17eff8c1d5ea617e3cecb9b73e0bdbdb75d6236d Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 23 Oct 1992 10:15:18 +0000 Subject: [PATCH] Add copyrights, change to FSF. --- gdb/vx-share/dbgRpcLib.h | 6 +++++- gdb/vx-share/vxTypes.h | 4 +++- gdb/vx-share/vxWorks.h | 4 +++- gdb/vx-share/wait.h | 4 ++++ gdb/vx-share/xdr_ld.c | 5 +++-- gdb/vx-share/xdr_ld.h | 4 ++++ gdb/vx-share/xdr_ptrace.c | 5 +++-- gdb/vx-share/xdr_ptrace.h | 4 ++++ gdb/vx-share/xdr_rdb.c | 4 ++++ gdb/vx-share/xdr_rdb.h | 4 ++++ gdb/vx-share/xdr_regs.c | 4 +++- 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 c420075..e858e55 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 3ebd7c6..c6b8419 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 483313e..5a915f6 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 bb81f5b..cb8d1b5 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 4935c34..3572154 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 8021ccf..2899c0e 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 9233137..3d10464 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 7810207..9b8a290 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 3c70fbf..cc0e533 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 03d689b..0189453 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 b8c5111..e2848d5 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 c829d64..ee0dbaf 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 -------------------- -- 2.7.4