From ba74f0016d36ba6c2cc4eb6de84b66d641904650 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 15 Apr 2008 12:40:48 -0400 Subject: Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now. --- client/Makefile | 2 -- client/nastapi.c | 2 -- client/thread.c | 2 -- client/thread.h | 2 -- 4 files changed, 8 deletions(-) (limited to 'client') diff --git a/client/Makefile b/client/Makefile index e92feed..c6fc205 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile,v 1.10 2001/01/19 02:54:37 shmit Exp $ - LIBOBJS= nastapi.o thread.o all-lib: diff --git a/client/nastapi.c b/client/nastapi.c index 2acebb7..b6c14f0 100644 --- a/client/nastapi.c +++ b/client/nastapi.c @@ -15,8 +15,6 @@ #include #include -RCSID("$Id: nastapi.c,v 1.13 2001/10/29 11:17:11 shmit Exp $"); - char *nast_errmsgs[] = { "No errors", "The NASTD server has gone away", diff --git a/client/thread.c b/client/thread.c index cd507ea..58c79a3 100644 --- a/client/thread.c +++ b/client/thread.c @@ -7,8 +7,6 @@ #include #endif -RCSID("$Id: thread.c,v 1.6 2000/09/13 20:21:30 shmit Exp $"); - #ifdef THREADSAFECLIENT short thread_id() diff --git a/client/thread.h b/client/thread.h index 171fde1..dc223c5 100644 --- a/client/thread.h +++ b/client/thread.h @@ -1,5 +1,3 @@ -/* $Id: thread.h,v 1.5 2000/09/13 20:21:30 shmit Exp $ */ - #ifndef THREAD_H # define THREAD_H -- cgit v1.2.3