diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-14 23:02:04 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-14 23:02:04 +0000 |
commit | a65c4e89638b6f9368afee49e5b4bff618f7474d (patch) | |
tree | 62592c1a55ef676ae9da5fe52d076ebd22a23aeb | |
parent | 7398eb66a844c07ac0ebe265a3be2df90dd5ff67 (diff) |
Oops. Add $OpenBSD$ (pointed out by jasper@) and license (pointed out
by deraadt@).
-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> |