diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-15 12:40:48 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-15 12:40:48 -0400 |
commit | ba74f0016d36ba6c2cc4eb6de84b66d641904650 (patch) | |
tree | 3a764750e429c564d968f7abad1720941da07c42 /client | |
parent | 5301741bdf4b4e8ed780713a25cc480fc370bd98 (diff) | |
download | nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.tar.gz nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.zip |
Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now.
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile | 2 | ||||
-rw-r--r-- | client/nastapi.c | 2 | ||||
-rw-r--r-- | client/thread.c | 2 | ||||
-rw-r--r-- | client/thread.h | 2 |
4 files changed, 0 insertions, 8 deletions
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 <signal.h> #include <unistd.h> -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 <pthread.h> #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 |