diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2003-08-12 05:23:07 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2003-08-12 05:23:07 +0000 |
commit | 4ca7c19319c02b03d8c0cc19b587a6eaea7f05bf (patch) | |
tree | 487780d4436d7f93eb3c6c27d06643833cd3b33d /sys/dev/pci/yukonreg.h | |
parent | 78bc6526fe49cf3b4b61467696e7331b84227686 (diff) |
add/update my copyright
Diffstat (limited to 'sys/dev/pci/yukonreg.h')
-rw-r--r-- | sys/dev/pci/yukonreg.h | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/sys/dev/pci/yukonreg.h b/sys/dev/pci/yukonreg.h index d0280e46f27..85335cc99a6 100644 --- a/sys/dev/pci/yukonreg.h +++ b/sys/dev/pci/yukonreg.h @@ -1,30 +1,18 @@ -/* $OpenBSD: yukonreg.h,v 1.1 2003/08/01 04:46:13 nate Exp $ */ +/* $OpenBSD: yukonreg.h,v 1.2 2003/08/12 05:23:06 nate Exp $ */ /* - * Copyright (c) 2003 Nathan L. Binkert - * All rights reserved. + * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> * - * Permission to redistribute, use, copy, and modify this software - * without fee is hereby granted, provided that the following - * conditions are met: + * 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. * - * 1. This entire notice is included in all source code copies of any - * software which is or includes a copy or modification of this - * software. - * 2. 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. + * 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. */ /* General Purpose Status Register (GPSR) */ |