diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2006-04-15 18:17:12 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2006-04-15 18:17:12 +0000 |
commit | 683c9d24563ef73fc4f75fedbe464c3569d3754c (patch) | |
tree | 35a8f0891beb76b3c7c2643460486061ee8eac0c /etc | |
parent | 816adc0ec5a891b0dbdb8a14e55041b2b76fcfda (diff) |
add forgotten copyright; ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV.common | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index a1d3a42e03f..eada47ded54 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,5 +1,18 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.23 2005/12/27 19:02:42 miod Exp $-})dnl -divert(1)dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.24 2006/04/15 18:17:11 todd Exp $-})dnl +dnl +dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> +dnl +dnl Permission to use, copy, modify, and distribute this software for any +dnl purpose with or without fee is hereby granted, provided that the above +dnl copyright notice and this permission notice appear in all copies. +dnl +dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. dnl dnl Common device definitions. dnl @@ -108,6 +121,7 @@ dnl dnl Note: not all disks are generated in 'all)'. (e.g. vax has a lot of dnl disks that are not generated by 'all)') dnl +divert(1)dnl target(all, mcd, 0)dnl twrget(all, fdesc, fd)dnl target(all, st, 0, 1)dnl |