diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 10:47:43 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-03 10:47:43 +0000 |
commit | 39a37e1046718d868290fd5c9bc993c5b052a70e (patch) | |
tree | a27e0608bc2e2ba8b2d0502af925e33acccd702c /sys/dev/ic/acxvar.h | |
parent | 0987f35fc57f76cbbb8a06a35b5ca46fed6f5758 (diff) |
Add/Fix copyright notes.
Diffstat (limited to 'sys/dev/ic/acxvar.h')
-rw-r--r-- | sys/dev/ic/acxvar.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sys/dev/ic/acxvar.h b/sys/dev/ic/acxvar.h index f08e0acb4f5..022054bb83c 100644 --- a/sys/dev/ic/acxvar.h +++ b/sys/dev/ic/acxvar.h @@ -1,4 +1,21 @@ -/* $OpenBSD: acxvar.h,v 1.2 2006/08/03 10:12:37 mglocker Exp $ */ +/* $OpenBSD: acxvar.h,v 1.3 2006/08/03 10:47:42 mglocker Exp $ */ + +/* + * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> + * Copyright (c) 2006 Marcus Glocker <mglocker@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. + */ /* * Copyright (c) 2006 The DragonFly Project. All rights reserved. |