diff options
author | 2004-08-09 01:39:31 +0000 | |
---|---|---|
committer | 2004-08-09 01:39:31 +0000 | |
commit | 9cb2850acc0dab85fe720bc18d87a3c33a0d8145 (patch) | |
tree | eeae3ac81d3b6a5b60e47082b70bd6122084315e | |
parent | Correct handling of union return values on vax. (diff) | |
download | wireguard-openbsd-9cb2850acc0dab85fe720bc18d87a3c33a0d8145.tar.xz wireguard-openbsd-9cb2850acc0dab85fe720bc18d87a3c33a0d8145.zip |
Add my copyright.
-rw-r--r-- | lib/libc/gen/auth_subr.c | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c index 1057faf4d3b..b3a568beb23 100644 --- a/lib/libc/gen/auth_subr.c +++ b/lib/libc/gen/auth_subr.c @@ -1,5 +1,20 @@ -/* $OpenBSD: auth_subr.c,v 1.27 2004/08/03 19:43:31 millert Exp $ */ +/* $OpenBSD: auth_subr.c,v 1.28 2004/08/09 01:39:31 millert Exp $ */ +/* + * Copyright (c) 2000-2002,2004 Todd C. Miller <Todd.Miller@courtesan.com> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ /*- * Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc. * All rights reserved. |