diff options
author | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-12-07 12:24:18 +0000 |
---|---|---|
committer | Marco Pfatschbacher <mpf@cvs.openbsd.org> | 2011-12-07 12:24:18 +0000 |
commit | 8546eb6246e4c917267fa3bb35526758548bea3b (patch) | |
tree | cd9637e967fcc91c26b5acecdda2274c31a32535 /sys/dev/isa | |
parent | b662fef569e99603e6131405e55518e9e28d59c1 (diff) |
Add copyright and fix RCS ID.
OK kettenis.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/wbsioreg.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sys/dev/isa/wbsioreg.h b/sys/dev/isa/wbsioreg.h index a5dd42f467f..3eec734c103 100644 --- a/sys/dev/isa/wbsioreg.h +++ b/sys/dev/isa/wbsioreg.h @@ -1,4 +1,19 @@ -/* $OpenBSD */ +/* $OpenBSD: wbsioreg.h,v 1.2 2011/12/07 12:24:17 mpf Exp $ */ +/* + * Copyright (c) 2008 Mark Kettenis <kettenis@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. + */ /* * Winbond LPC Super I/O driver registers |