summary refs log tree commit diff
path: root/src/bltin/test.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 11:26:30 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 11:26:30 +1000
commit16399b907190e556d56e54eecd1121d13d124811 (patch)
tree6015d732531031ae15ac185d561bb6d4d82aac39 /src/bltin/test.c
parent[INPUT] Size optimisations in preadbuffer() (diff)
downloaddash-16399b907190e556d56e54eecd1121d13d124811.tar.gz
dash-16399b907190e556d56e54eecd1121d13d124811.zip
Copyright/licence updates and remove all traces of sys/cdefs.h
This change updates the BSD licence to the three-clause version since
NetBSD has already done so.  This makes dash GPL-compatible.

It also adds Christos Zoulas (NetBSD ash maintainer) to the COPYING file.
I've added "copyright by Herbert Xu" to most files.

Finally all CVS IDs and inclusion of sys/cdefs.h have been removed.
The latter is needed for support of klibc.
Diffstat (limited to 'src/bltin/test.c')
-rw-r--r--src/bltin/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bltin/test.c b/src/bltin/test.c
index 97ced57..c2e83ce 100644
--- a/src/bltin/test.c
+++ b/src/bltin/test.c
@@ -1,5 +1,3 @@
-/* $NetBSD: test.c,v 1.25 2002/05/25 23:12:16 wiz Exp $ */
-
 /*
  * test(1); version 7-like  --  author Erik Baalbergen
  * modified by Eric Gisin to be used as built-in.
@@ -10,11 +8,6 @@
  * This program is in the Public Domain.
  */
 
-#include <sys/cdefs.h>
-#ifndef lint
-__RCSID("$NetBSD: test.c,v 1.25 2002/05/25 23:12:16 wiz Exp $");
-#endif
-
 #include <sys/stat.h>
 #include <sys/types.h>