diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-28 20:43:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-28 20:43:45 +0000 |
commit | 014bc8500aa3a8fa36775b42e96fde5d1aaaac67 (patch) | |
tree | 6b51af8d3758dc8f4c63a9e1e020b776cbc50f7b /usr.bin | |
parent | 28e92ef123626797776350b0154d86e35ff91371 (diff) |
add a license goo; pt out by ray@securityfoo.net
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pmdb/arch/hppa/pmdb_machdep.h | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/usr.bin/pmdb/arch/hppa/pmdb_machdep.h b/usr.bin/pmdb/arch/hppa/pmdb_machdep.h index f8d183103d0..ed5f32754ca 100644 --- a/usr.bin/pmdb/arch/hppa/pmdb_machdep.h +++ b/usr.bin/pmdb/arch/hppa/pmdb_machdep.h @@ -1,4 +1,30 @@ -/* $OpenBSD: pmdb_machdep.h,v 1.2 2002/03/15 18:33:03 mickey Exp $ */ +/* $OpenBSD: pmdb_machdep.h,v 1.3 2003/01/28 20:43:44 mickey Exp $ */ + +/* + * Copyright (c) 2002-2003 Michael Shalayeff + * All rights reserved. + * + * 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. + * + * 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 OR HIS RELATIVES 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 MIND, 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. + */ #define BREAKPOINT { 0x00, 0x01, 0x00, 0x00 } #define BREAKPOINT_LEN 4 |