diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-24 07:15:23 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-24 07:15:23 +0000 |
commit | bc6e3bf578ff8bd49cf29fd46cdf30d5eeba6c2d (patch) | |
tree | b797fb3198c528f68e64155edc733a6d40319dfe /sys/dev/ata | |
parent | 4f30d499a76141dff24ecc2f7719e5dff808be8e (diff) |
Add missing Manuel Bouyer copyright.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r-- | sys/dev/ata/atareg.h | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/sys/dev/ata/atareg.h b/sys/dev/ata/atareg.h index dba0d872881..292dd6a4a24 100644 --- a/sys/dev/ata/atareg.h +++ b/sys/dev/ata/atareg.h @@ -1,8 +1,37 @@ -/* $OpenBSD: atareg.h,v 1.11 2003/10/21 09:57:04 jmc Exp $ */ +/* $OpenBSD: atareg.h,v 1.12 2004/09/24 07:15:22 grange Exp $ */ /* $NetBSD: atareg.h,v 1.5 1999/01/18 20:06:24 bouyer Exp $ */ -#ifndef __DEV_ATA_ATAREG_H__ -#define __DEV_ATA_ATAREG_H__ +/* + * Copyright (c) 1998, 2001 Manuel Bouyer. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Manuel Bouyer. + * 4. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef _DEV_ATA_ATAREG_H_ +#define _DEV_ATA_ATAREG_H_ /* * Drive parameter structure for ATA/ATAPI. @@ -233,4 +262,4 @@ struct ataparams { #endif }; -#endif +#endif /* !_DEV_ATA_ATAREG_H_ */ |