diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/disknames/disknames.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/distrib/special/disknames/disknames.c b/distrib/special/disknames/disknames.c index 7e529dd79b7..9d96d7167aa 100644 --- a/distrib/special/disknames/disknames.c +++ b/distrib/special/disknames/disknames.c @@ -1,3 +1,20 @@ +$* $OpenBSD: disknames.c,v 1.3 2007/02/14 23:02:03 krw Exp $ */ + +/* + * Copyright (c) 2007 Kenneth R. Westerback <krw@openbsd.org> + * + * 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. + */ #include <sys/param.h> #include <sys/sysctl.h> #include <sys/uio.h> |