diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-01-27 02:32:59 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-01-27 02:32:59 +0000 |
commit | 290176e1df7adcfcaffd1d93c163a88d23b3c67a (patch) | |
tree | d08bb0c5696b51ec2758dd0b376f8ffbc5940f4d | |
parent | 0ac1c9f4a3a386cdf8bb7f6ef03fd805f44d3d74 (diff) |
missing license; pointed out by ray at securityfoo dot net.
-rw-r--r-- | usr.bin/pmdb/arch/vax/pmdb_machdep.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/usr.bin/pmdb/arch/vax/pmdb_machdep.h b/usr.bin/pmdb/arch/vax/pmdb_machdep.h index 126fbff4469..a0ceed1887b 100644 --- a/usr.bin/pmdb/arch/vax/pmdb_machdep.h +++ b/usr.bin/pmdb/arch/vax/pmdb_machdep.h @@ -1,4 +1,28 @@ -/* $OpenBSD: pmdb_machdep.h,v 1.1 2002/03/19 21:01:49 fgsch Exp $ */ +/* $OpenBSD: pmdb_machdep.h,v 1.2 2003/01/27 02:32:58 fgsch Exp $ */ +/* + * Copyright (c) 2002 Federico Schwindt <fgsch@openbsd.org> + * 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. 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 ``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. + */ #define BREAKPOINT { 0x03 } #define BREAKPOINT_LEN 1 |