diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 11:26:30 +1000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2005-10-29 11:26:30 +1000 |
commit | 16399b907190e556d56e54eecd1121d13d124811 (patch) | |
tree | 6015d732531031ae15ac185d561bb6d4d82aac39 /src/bltin/times.c | |
parent | [INPUT] Size optimisations in preadbuffer() (diff) | |
download | dash-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 '')
-rw-r--r-- | src/bltin/times.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltin/times.c b/src/bltin/times.c index d8a35dc..aca579f 100644 --- a/src/bltin/times.c +++ b/src/bltin/times.c @@ -1,7 +1,6 @@ /* - * Copyright (c) 1999 Herbert Xu <herbert@debian.org> + * Copyright (c) 1999 Herbert Xu <herbert@gondor.apana.org.au> * This file contains code for the times builtin. - * $Id$ */ #include <sys/times.h> |