summaryrefslogtreecommitdiffstats
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
parent5301741bdf4b4e8ed780713a25cc480fc370bd98 (diff)
downloadnastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.tar.gz
nastd-ba74f0016d36ba6c2cc4eb6de84b66d641904650.zip
Remove RCSIDs and BSD copyrights. We're GIT + GPLv3 now.
-rw-r--r--Makefiles/build1
-rw-r--r--Makefiles/config2
-rw-r--r--Makefiles/os/darwin3
-rw-r--r--Makefiles/os/freebsd2
-rw-r--r--Makefiles/os/freebsd22
-rw-r--r--Makefiles/os/linux2
-rw-r--r--Makefiles/os/solaris2
-rw-r--r--Makefiles/os/sunos2
-rw-r--r--client/Makefile2
-rw-r--r--client/nastapi.c2
-rw-r--r--client/thread.c2
-rw-r--r--client/thread.h2
-rw-r--r--common/Makefile2
-rw-r--r--common/compat.c2
-rw-r--r--include/compat.h2
-rw-r--r--include/conf.h2
-rw-r--r--include/config.h2
-rw-r--r--include/nastd.h2
-rw-r--r--include/nastipc.h2
-rw-r--r--include/version.h2
-rw-r--r--libconfig/ArrayData.h27
-rw-r--r--libconfig/ArrayData.m27
-rw-r--r--libconfig/BuffIO.h27
-rw-r--r--libconfig/BuffIO.m28
-rw-r--r--libconfig/COPYRIGHT27
-rw-r--r--libconfig/Data.h27
-rw-r--r--libconfig/Data.m27
-rw-r--r--libconfig/DictData.h27
-rw-r--r--libconfig/DictData.m27
-rw-r--r--libconfig/Makefile2
-rw-r--r--libconfig/NumData.h27
-rw-r--r--libconfig/NumData.m27
-rw-r--r--libconfig/Parser.h27
-rw-r--r--libconfig/String.h27
-rw-r--r--libconfig/String.m27
-rw-r--r--libconfig/StringData.h27
-rw-r--r--libconfig/StringData.m27
-rw-r--r--libconfig/config.m2
-rw-r--r--perl/NASTD.pm2
-rw-r--r--perl/NASTD.xs2
-rwxr-xr-xperl/build2
-rw-r--r--perl/test.pl2
-rw-r--r--server/Makefile2
-rw-r--r--server/array.c2
-rw-r--r--server/array.h2
-rw-r--r--server/cdb.c2
-rw-r--r--server/cdb.h2
-rw-r--r--server/cdb_find.c2
-rw-r--r--server/cdb_hash.c2
-rw-r--r--server/cdb_unpack.c2
-rw-r--r--server/cdbpriv.h2
-rw-r--r--server/fqm.c2
-rw-r--r--server/fqm.h2
-rw-r--r--server/log.c2
-rw-r--r--server/log.h2
-rw-r--r--server/md5.c2
-rw-r--r--server/md5.h2
-rw-r--r--server/memdb.c2
-rw-r--r--server/memdb.h2
-rw-r--r--server/mysqldb.c2
-rw-r--r--server/mysqldb.h2
-rw-r--r--server/nastd.c2
-rw-r--r--server/nastdio.c2
-rw-r--r--server/nastdio.h2
-rw-r--r--server/periodic.c2
-rw-r--r--server/periodic.h2
-rw-r--r--server/thread.c2
-rw-r--r--server/thread.h2
-rw-r--r--tests/Makefile2
-rwxr-xr-xtools/build2
70 files changed, 0 insertions, 541 deletions
diff --git a/Makefiles/build b/Makefiles/build
index 7e3b51d..dd9eafe 100644
--- a/Makefiles/build
+++ b/Makefiles/build
@@ -1,4 +1,3 @@
-# $Id: build,v 1.22 2001/10/29 11:22:05 shmit Exp $
#
# Don't do configuration in this file! Edit Makefile.config instead.
#
diff --git a/Makefiles/config b/Makefiles/config
index 1af9b01..6da908c 100644
--- a/Makefiles/config
+++ b/Makefiles/config
@@ -1,5 +1,3 @@
-# $Id: config,v 1.24 2001/11/09 15:54:37 shmit Exp $
-#
# Add -DSHADOW to OPTFLAGS if you want to use have shadow passwords.
# Where to place things.
diff --git a/Makefiles/os/darwin b/Makefiles/os/darwin
index 3b2b376..6d33c1a 100644
--- a/Makefiles/os/darwin
+++ b/Makefiles/os/darwin
@@ -1,7 +1,4 @@
-# $Id: freebsd,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $
-
CC= gcc -pthread
INSTALL= install
OSFLAGS= -DOS_DARWIN
-#OSLIBS= -lcrypt -lutil
diff --git a/Makefiles/os/freebsd b/Makefiles/os/freebsd
index 7eb2e17..4b20964 100644
--- a/Makefiles/os/freebsd
+++ b/Makefiles/os/freebsd
@@ -1,5 +1,3 @@
-# $Id: freebsd,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $
-
CC= gcc -pthread
INSTALL= install
diff --git a/Makefiles/os/freebsd2 b/Makefiles/os/freebsd2
index 387db8e..5f5eb48 100644
--- a/Makefiles/os/freebsd2
+++ b/Makefiles/os/freebsd2
@@ -1,5 +1,3 @@
-# $Id: freebsd2,v 1.1.1.1 2000/02/16 23:32:48 shmit Exp $
-
CC= gcc
INSTALL= install
diff --git a/Makefiles/os/linux b/Makefiles/os/linux
index 2f453ef..f1b75e7 100644
--- a/Makefiles/os/linux
+++ b/Makefiles/os/linux
@@ -1,5 +1,3 @@
-# $Id: linux,v 1.3 2000/03/21 19:25:17 shmit Exp $
-
CC= gcc
INSTALL= install
RPATH= -L
diff --git a/Makefiles/os/solaris b/Makefiles/os/solaris
index ca7834d..8bab9ff 100644
--- a/Makefiles/os/solaris
+++ b/Makefiles/os/solaris
@@ -1,5 +1,3 @@
-# $Id: solaris,v 1.2 2000/03/21 19:22:51 shmit Exp $
-
CC= gcc
INSTALL= /usr/ucb/install
RPATH= -R
diff --git a/Makefiles/os/sunos b/Makefiles/os/sunos
index 93324f7..7cf5fdf 100644
--- a/Makefiles/os/sunos
+++ b/Makefiles/os/sunos
@@ -1,5 +1,3 @@
-# $Id: sunos,v 1.1.1.1 2000/02/16 23:32:47 shmit Exp $
-
CC= gcc
INSTALL= /usr/ucb/install
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
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, ...)
diff --git a/include/compat.h b/include/compat.h
index 3d1e3e6..a3e238e 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -1,5 +1,3 @@
-/* $Id: compat.h,v 1.4 2000/03/21 19:06:58 shmit Exp $ */
-
#ifndef COMPAT_H
# define COMPAT_H
diff --git a/include/conf.h b/include/conf.h
index 1b6ed37..95e14da 100644
--- a/include/conf.h
+++ b/include/conf.h
@@ -1,5 +1,3 @@
-/* $Id: conf.h,v 1.6 2000/11/15 20:20:50 shmit Exp $ */
-
#ifndef CONF_H
#define CONF_H
diff --git a/include/config.h b/include/config.h
index 36d3611..e63e544 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,5 +1,3 @@
-/* $Id: config.h,v 1.3 2001/11/09 15:54:37 shmit Exp $ */
-
#ifndef CONFIG_H
# define CONFIG_H
diff --git a/include/nastd.h b/include/nastd.h
index b1fbaa4..887d42c 100644
--- a/include/nastd.h
+++ b/include/nastd.h
@@ -1,5 +1,3 @@
-/* $Id: nastd.h,v 1.7 2001/10/29 11:17:12 shmit Exp $ */
-
#ifndef NASTD_H
#define NASTD_H
diff --git a/include/nastipc.h b/include/nastipc.h
index 7309e8b..6897143 100644
--- a/include/nastipc.h
+++ b/include/nastipc.h
@@ -1,5 +1,3 @@
-/* $Id: nastipc.h,v 1.3 2001/01/19 00:29:26 shmit Exp $ */
-
#ifndef NASTIPC_H
#define NASTIPC_H
diff --git a/include/version.h b/include/version.h
index efd9441..412d8b0 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1,5 +1,3 @@
-/* $Id: version.h,v 1.5 2001/05/30 21:00:12 shmit Exp $ */
-
#ifndef VERSION_H
#define VERSION_H
diff --git a/libconfig/ArrayData.h b/libconfig/ArrayData.h
index 246803e..6ebd0e1 100644
--- a/libconfig/ArrayData.h
+++ b/libconfig/ArrayData.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef ARRAYDATA_H
# define ARRAYDATA_H
diff --git a/libconfig/ArrayData.m b/libconfig/ArrayData.m
index dfee1e7..646c764 100644
--- a/libconfig/ArrayData.m
+++ b/libconfig/ArrayData.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "ArrayData.h"
#include "Parser.h"
#include "String.h"
diff --git a/libconfig/BuffIO.h b/libconfig/BuffIO.h
index d58a0a3..d494301 100644
--- a/libconfig/BuffIO.h
+++ b/libconfig/BuffIO.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef BUFFIO_H
# define BUFFIO_H
diff --git a/libconfig/BuffIO.m b/libconfig/BuffIO.m
index f7a5408..507931f 100644
--- a/libconfig/BuffIO.m
+++ b/libconfig/BuffIO.m
@@ -1,31 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
#include "BuffIO.h"
#include <errno.h>
diff --git a/libconfig/COPYRIGHT b/libconfig/COPYRIGHT
deleted file mode 100644
index a61dc39..0000000
--- a/libconfig/COPYRIGHT
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
diff --git a/libconfig/Data.h b/libconfig/Data.h
index df84788..64d0beb 100644
--- a/libconfig/Data.h
+++ b/libconfig/Data.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef DATA_H
# define DATA_H
diff --git a/libconfig/Data.m b/libconfig/Data.m
index 77fe5c7..528448e 100644
--- a/libconfig/Data.m
+++ b/libconfig/Data.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "Data.h"
#include "Parser.h"
#include "String.h"
diff --git a/libconfig/DictData.h b/libconfig/DictData.h
index 52dfc0d..025328b 100644
--- a/libconfig/DictData.h
+++ b/libconfig/DictData.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef DICTDATA_H
# define DICTDATA_H
diff --git a/libconfig/DictData.m b/libconfig/DictData.m
index 8620d7c..6730f63 100644
--- a/libconfig/DictData.m
+++ b/libconfig/DictData.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "DictData.h"
#include "Parser.h"
#include "String.h"
diff --git a/libconfig/Makefile b/libconfig/Makefile
index 9fca5ac..bbcc33b 100644
--- a/libconfig/Makefile
+++ b/libconfig/Makefile
@@ -1,5 +1,3 @@
-# $Id: Makefile,v 1.1 2001/10/04 23:57:55 shmit Exp $
-
CONFIGOBJS= ArrayData.o BuffIO.o Data.o DictData.o NumData.o Parser.o \
String.o StringData.o config.o
diff --git a/libconfig/NumData.h b/libconfig/NumData.h
index a8c2810..b6ed37c 100644
--- a/libconfig/NumData.h
+++ b/libconfig/NumData.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef NUMDATA_H
# define NUMDATA_H
diff --git a/libconfig/NumData.m b/libconfig/NumData.m
index 68f6bfa..5cde6fb 100644
--- a/libconfig/NumData.m
+++ b/libconfig/NumData.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "NumData.h"
#include "Parser.h"
#include "String.h"
diff --git a/libconfig/Parser.h b/libconfig/Parser.h
index 963a78a..b62145d 100644
--- a/libconfig/Parser.h
+++ b/libconfig/Parser.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef PARSER_H
# define PARSER_H
diff --git a/libconfig/String.h b/libconfig/String.h
index ab0aaad..e898758 100644
--- a/libconfig/String.h
+++ b/libconfig/String.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef STRING_H
# define STRING_H
diff --git a/libconfig/String.m b/libconfig/String.m
index 9a8c0b3..2dfb113 100644
--- a/libconfig/String.m
+++ b/libconfig/String.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "String.h"
#include <errno.h>
diff --git a/libconfig/StringData.h b/libconfig/StringData.h
index 80c4d26..2216b98 100644
--- a/libconfig/StringData.h
+++ b/libconfig/StringData.h
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#ifndef STRINGDATA_H
# define STRINGDATA_H
diff --git a/libconfig/StringData.m b/libconfig/StringData.m
index 1c02ac5..3ff9c37 100644
--- a/libconfig/StringData.m
+++ b/libconfig/StringData.m
@@ -1,30 +1,3 @@
-/*
- * Copyright (c) 1998, Brian Cully <shmit@kublai.com>
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The names of contributers to this software may not be used to endorse
- * or promote products derived from this software without specific
- * prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
- * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
#include "conf.h"
#include "StringData.h"
diff --git a/libconfig/config.m b/libconfig/config.m
index 59e4679..45cab6a 100644
--- a/libconfig/config.m
+++ b/libconfig/config.m
@@ -12,8 +12,6 @@
#include <stdio.h>
#include <stdlib.h>
-RCSID("$Id: config.m,v 1.5 2001/11/09 15:54:38 shmit Exp $");
-
/*
* Global variables.
*/
diff --git a/perl/NASTD.pm b/perl/NASTD.pm
index 70be2ff..9bf869e 100644
--- a/perl/NASTD.pm
+++ b/perl/NASTD.pm
@@ -1,5 +1,3 @@
-# $Id: NASTD.pm,v 1.7 2001/10/29 11:18:20 shmit Exp $
-
package NASTD;
use strict;
diff --git a/perl/NASTD.xs b/perl/NASTD.xs
index e7b1179..5bb619f 100644
--- a/perl/NASTD.xs
+++ b/perl/NASTD.xs
@@ -1,5 +1,3 @@
-/* $Id: NASTD.xs,v 1.5 2001/10/29 11:18:20 shmit Exp $ */
-
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
diff --git a/perl/build b/perl/build
index 123a249..9707b23 100755
--- a/perl/build
+++ b/perl/build
@@ -1,6 +1,4 @@
#!/bin/sh
-#
-# $Id: build,v 1.2 2000/05/16 19:27:05 shmit Exp $
if [ $# -lt 2 ]; then
echo "Usage: $0 makecmd perlflag args" 2>&1
diff --git a/perl/test.pl b/perl/test.pl
index 6a12cbf..6823b3c 100644
--- a/perl/test.pl
+++ b/perl/test.pl
@@ -1,5 +1,3 @@
-# $Id: test.pl,v 1.20 2001/03/23 00:06:09 shmit Exp $
-#
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
diff --git a/server/Makefile b/server/Makefile
index 0d26efe..58d0a23 100644
--- a/server/Makefile
+++ b/server/Makefile
@@ -1,5 +1,3 @@
-# $Id: Makefile,v 1.17 2001/10/04 23:57:09 shmit Exp $
-
OBJS= array.o nastd.o nastdio.o cdb.o cdb_find.o cdb_hash.o \
cdb_unpack.o fqm.o log.o md5.o memdb.o mysqldb.o periodic.o \
thread.o ../libconfig/libconfig.a
diff --git a/server/array.c b/server/array.c
index 65766de..5b28b30 100644
--- a/server/array.c
+++ b/server/array.c
@@ -6,8 +6,6 @@
#include <stdlib.h>
#include <string.h>
-RCSID("$Id: array.c,v 1.10 2000/10/17 23:38:27 shmit Exp $");
-
string_t *
string_new(int slen, char *strdata)
{
diff --git a/server/array.h b/server/array.h
index 83b4ee1..d29390e 100644
--- a/server/array.h
+++ b/server/array.h
@@ -1,5 +1,3 @@
-/* $Id: array.h,v 1.4 2000/10/17 23:38:27 shmit Exp $ */
-
#ifndef ARRAY_H
#define ARRAY_H
diff --git a/server/cdb.c b/server/cdb.c
index 8c64adb..47abb07 100644
--- a/server/cdb.c
+++ b/server/cdb.c
@@ -18,8 +18,6 @@
#include <sys/uio.h>
#include <unistd.h>
-RCSID("$Id: cdb.c,v 1.64 2001/10/19 22:28:07 shmit Exp $");
-
time_t cdb_mtime;
static char *memcdb = NULL;
diff --git a/server/cdb.h b/server/cdb.h
index 0da14df..4729e3d 100644
--- a/server/cdb.h
+++ b/server/cdb.h
@@ -1,5 +1,3 @@
-/* $Id: cdb.h,v 1.11 2000/05/17 19:32:58 shmit Exp $ */
-
#ifndef CDB_H
#define CDB_H
diff --git a/server/cdb_find.c b/server/cdb_find.c
index b7c2fc9..abea2d3 100644
--- a/server/cdb_find.c
+++ b/server/cdb_find.c
@@ -9,8 +9,6 @@
#define SEEK_SET 0
#endif
-RCSID("$Id: cdb_find.c,v 1.2 2000/02/29 19:31:33 shmit Exp $");
-
static int
cdb_bread(char **ptr, char *endptr, unsigned char *buf, unsigned int len)
{
diff --git a/server/cdb_hash.c b/server/cdb_hash.c
index b664ba9..5004661 100644
--- a/server/cdb_hash.c
+++ b/server/cdb_hash.c
@@ -1,8 +1,6 @@
#include "conf.h"
#include "cdbpriv.h"
-RCSID("$Id: cdb_hash.c,v 1.2 2000/02/29 19:31:33 shmit Exp $");
-
uint32_t
cdb_hash(const unsigned char *buf, unsigned int len)
{
diff --git a/server/cdb_unpack.c b/server/cdb_unpack.c
index 14a71b9..48d7ac7 100644
--- a/server/cdb_unpack.c
+++ b/server/cdb_unpack.c
@@ -1,8 +1,6 @@
#include "conf.h"
#include "cdbpriv.h"
-RCSID("$Id: cdb_unpack.c,v 1.2 2000/02/29 19:31:33 shmit Exp $");
-
uint32_t
cdb_unpack(unsigned char *buf)
{
diff --git a/server/cdbpriv.h b/server/cdbpriv.h
index 2372b6b..e74b9c2 100644
--- a/server/cdbpriv.h
+++ b/server/cdbpriv.h
@@ -1,5 +1,3 @@
-/* $Id: cdbpriv.h,v 1.2 2000/02/29 19:15:28 shmit Exp $ */
-
#ifndef CDBPRIV_H
#define CDBPRIV_H
diff --git a/server/fqm.c b/server/fqm.c
index 73c9e54..6f4d33f 100644
--- a/server/fqm.c
+++ b/server/fqm.c
@@ -10,8 +10,6 @@
#include <string.h>
#include <unistd.h>
-RCSID("$Id: fqm.c,v 1.33 2001/10/29 11:17:13 shmit Exp $");
-
/* Global Variables */
fqm_t *fqm;
diff --git a/server/fqm.h b/server/fqm.h
index c3c27df..41223cb 100644
--- a/server/fqm.h
+++ b/server/fqm.h
@@ -1,5 +1,3 @@
-/* $Id: fqm.h,v 1.9 2000/11/08 19:50:24 shmit Exp $ */
-
#ifndef FQM_H
#define FQM_H
diff --git a/server/log.c b/server/log.c
index 612156d..6b11209 100644
--- a/server/log.c
+++ b/server/log.c
@@ -9,8 +9,6 @@
#include <time.h>
#include <unistd.h>
-RCSID("$Id: log.c,v 1.8 2000/11/13 18:47:17 shmit Exp $");
-
extern char *progname;
#if 0
diff --git a/server/log.h b/server/log.h
index 9aff53a..e9084b0 100644
--- a/server/log.h
+++ b/server/log.h
@@ -1,5 +1,3 @@
-/* $Id: log.h,v 1.1 2000/02/29 00:32:12 shmit Exp $ */
-
#ifndef LOG_H
# define LOG_H
diff --git a/server/md5.c b/server/md5.c
index b24f966..73a2d2a 100644
--- a/server/md5.c
+++ b/server/md5.c
@@ -27,8 +27,6 @@
#include <string.h>
-RCSID("$Id: md5.c,v 1.2 2000/03/27 22:23:25 shmit Exp $");
-
/* Constants for MD5Transform routine. */
#define S11 7
#define S12 12
diff --git a/server/md5.h b/server/md5.h
index 5f48d41..f36b3ca 100644
--- a/server/md5.h
+++ b/server/md5.h
@@ -1,5 +1,3 @@
-/* $Id: md5.h,v 1.2 2000/03/27 22:23:25 shmit Exp $ */
-
/*
* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991.
* All rights reserved.
diff --git a/server/memdb.c b/server/memdb.c
index 5dfbf64..6f7ee88 100644
--- a/server/memdb.c
+++ b/server/memdb.c
@@ -12,8 +12,6 @@
#include <string.h>
#include <time.h>
-RCSID("$Id: memdb.c,v 1.27 2001/10/04 23:57:10 shmit Exp $");
-
#define HASHSIZE 1024
extern time_t cdb_mtime;
diff --git a/server/memdb.h b/server/memdb.h
index 7dcc25d..21bca5e 100644
--- a/server/memdb.h
+++ b/server/memdb.h
@@ -1,5 +1,3 @@
-/* $Id: memdb.h,v 1.8 2000/05/17 19:32:58 shmit Exp $ */
-
#ifndef MEMDB_H
#define MEMDB_H
diff --git a/server/mysqldb.c b/server/mysqldb.c
index 9ce9d96..1d59c24 100644
--- a/server/mysqldb.c
+++ b/server/mysqldb.c
@@ -13,8 +13,6 @@
#include <stdlib.h>
#include <string.h>
-RCSID("$Id: mysqldb.c,v 1.30 2001/10/10 20:29:47 shmit Exp $");
-
extern fieldent *db_fields;
extern char db_key[1024];
extern char db_dbn[1024];
diff --git a/server/mysqldb.h b/server/mysqldb.h
index c5c703c..5816657 100644
--- a/server/mysqldb.h
+++ b/server/mysqldb.h
@@ -1,5 +1,3 @@
-/* $Id: mysqldb.h,v 1.7 2000/11/08 20:04:55 shmit Exp $ */
-
#ifndef MYSQLDB_H
#define MYSQLDB_H
diff --git a/server/nastd.c b/server/nastd.c
index 8c6bf06..cbe06eb 100644
--- a/server/nastd.c
+++ b/server/nastd.c
@@ -21,8 +21,6 @@
#include <time.h>
#include <unistd.h>
-RCSID("$Id: nastd.c,v 1.8 2001/11/09 15:54:38 shmit Exp $");
-
char *progname;
time_t start_time;
diff --git a/server/nastdio.c b/server/nastdio.c
index 93d85c7..5aaf67a 100644
--- a/server/nastdio.c
+++ b/server/nastdio.c
@@ -20,8 +20,6 @@
#include <sys/un.h>
#include <unistd.h>
-RCSID("$Id: nastdio.c,v 1.13 2001/10/29 11:17:13 shmit Exp $");
-
extern fqm_t *fqm;
extern fieldent *db_fields;
diff --git a/server/nastdio.h b/server/nastdio.h
index e3375f6..1431409 100644
--- a/server/nastdio.h
+++ b/server/nastdio.h
@@ -1,5 +1,3 @@
-/* $Id: nastdio.h,v 1.1 2000/09/13 20:21:34 shmit Exp $ */
-
#ifndef NASTDIO_H
#define NASTDIO_H
diff --git a/server/periodic.c b/server/periodic.c
index 839b406..6999760 100644
--- a/server/periodic.c
+++ b/server/periodic.c
@@ -11,8 +11,6 @@
#include <string.h>
#include <sys/time.h>
-RCSID("$Id: periodic.c,v 1.9 2000/05/17 21:52:34 shmit Exp $");
-
struct _per_thread_t {
cond_t *cond;
thread_t *tid;
diff --git a/server/periodic.h b/server/periodic.h
index 835fd4a..df0f32a 100644
--- a/server/periodic.h
+++ b/server/periodic.h
@@ -1,5 +1,3 @@
-/* $Id: periodic.h,v 1.2 2000/09/13 20:21:35 shmit Exp $ */
-
#ifndef NAST_PERIODIC_H
#define NAST_PERIODIC_H
diff --git a/server/thread.c b/server/thread.c
index 95737d6..2a46f83 100644
--- a/server/thread.c
+++ b/server/thread.c
@@ -12,8 +12,6 @@
#include <time.h>
#include <unistd.h>
-RCSID("$Id: thread.c,v 1.6 2000/03/21 19:18:24 shmit Exp $");
-
int
thread_new(thread_t *thread, void *(*thread_func)(void *), void *arg)
{
diff --git a/server/thread.h b/server/thread.h
index 0aadef4..329d678 100644
--- a/server/thread.h
+++ b/server/thread.h
@@ -1,5 +1,3 @@
-/* $Id: thread.h,v 1.5 2000/03/15 00:09:25 shmit Exp $ */
-
#ifndef THREAD_H
# define THREAD_H
diff --git a/tests/Makefile b/tests/Makefile
index 8c2cd69..fe5b9cd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,5 +1,3 @@
-# $Id: Makefile,v 1.15 2000/12/27 06:51:51 shmit Exp $
-
LIBASS= ../client/libnast.a
tclients: getnast statnast stressnast randnast mtstressnast updnast \
diff --git a/tools/build b/tools/build
index e467f68..b573b84 100755
--- a/tools/build
+++ b/tools/build
@@ -1,6 +1,4 @@
#!/bin/sh
-#
-# $Id: build,v 1.1.1.1 2000/02/16 23:32:47 shmit Exp $
os=`uname -s`
rev=`uname -r`