diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-09 17:42:17 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-06-09 17:42:17 +0000 |
commit | 032817c76f0938274926441a7968ed6c238f086c (patch) | |
tree | 4f65c20ac7e2fafff6f839fa59a325d2ce6d6ac5 /libexec/rpc.rquotad | |
parent | b34f774bbf1f7c4a735e2fa11d6e5948e474ba0e (diff) |
new copyright (explicitly public domain) - from netbsd
Diffstat (limited to 'libexec/rpc.rquotad')
-rw-r--r-- | libexec/rpc.rquotad/rquotad.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index 006027ecc05..4ff2caebabf 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -1,8 +1,7 @@ -/* $OpenBSD: rquotad.c,v 1.12 2002/06/09 04:18:55 deraadt Exp $ */ +/* $OpenBSD: rquotad.c,v 1.13 2002/06/09 17:42:16 itojun Exp $ */ + /* - * by Manuel Bouyer (bouyer@ensta.fr) - * - * There is no copyright, you can use it as you want. + * by Manuel Bouyer (bouyer@ensta.fr). Public domain. */ #include <sys/param.h> |