Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/gnu/dist/toolchain/gdb Add copyright notice here.



details:   https://anonhg.NetBSD.org/src/rev/31790a97a136
branches:  nathanw_sa
changeset: 506201:31790a97a136
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Fri Aug 30 22:34:52 2002 +0000

description:
Add copyright notice here.

diffstat:

 gnu/dist/toolchain/gdb/nbsd-thread.c |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (28 lines):

diff -r 7b52034e2654 -r 31790a97a136 gnu/dist/toolchain/gdb/nbsd-thread.c
--- a/gnu/dist/toolchain/gdb/nbsd-thread.c      Thu Aug 29 19:19:51 2002 +0000
+++ b/gnu/dist/toolchain/gdb/nbsd-thread.c      Fri Aug 30 22:34:52 2002 +0000
@@ -1,3 +1,24 @@
+/* Thread debugging back-end code for NetBSD, for GDB.
+   Copyright 2002
+   Wasabi Systems, Inc.
+
+   This file is part of GDB.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
+
 
 #include "defs.h"
 



Home | Main Index | Thread Index | Old Index