summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-15 12:40:48 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-15 12:40:48 -0400
commitba74f0016d36ba6c2cc4eb6de84b66d641904650 (patch)
tree3a764750e429c564d968f7abad1720941da07c42 /common
parent5301741bdf4b4e8ed780713a25cc480fc370bd98 (diff)
downloadnastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.tar.gz
nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.zip
Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile2
-rw-r--r--common/compat.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/common/Makefile b/common/Makefile
index 48ab187..67d6078 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -1,5 +1,3 @@
-# $Id: Makefile,v 1.2 2000/03/07 22:55:43 shmit Exp $
-
LIBOBJS= compat.o
libcompat.a: ${LIBOBJS}
ar r $@ ${LIBOBJS}
diff --git a/common/compat.c b/common/compat.c
index 98fb1a1..4caa4ee 100644
--- a/common/compat.c
+++ b/common/compat.c
@@ -4,8 +4,6 @@
#include <stdio.h>
#include <sys/types.h>
-RCSID("$Id: compat.c,v 1.1 2000/03/07 22:39:27 shmit Exp $");
-
#if NEED_SETPROCTITLE
void
setproctitle(const char *fmt, ...)