diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-10 14:42:37 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-10 14:42:37 +0000 |
commit | b17603bcf3304bface40bd04611454f0620b94f3 (patch) | |
tree | 4dd3116f411793c9064b05a9b522e2470f0cbfdd /regress/sys | |
parent | 078fcc50bc014ecf784b48b23811743191981233 (diff) |
ids and copyright
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/arch/sparc64/emul-popc/simm/genasm.pl | 27 | ||||
-rw-r--r-- | regress/sys/arch/sparc64/emul-popc/simm/genc.pl | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/regress/sys/arch/sparc64/emul-popc/simm/genasm.pl b/regress/sys/arch/sparc64/emul-popc/simm/genasm.pl index aeb33c3e184..572ecbd61eb 100644 --- a/regress/sys/arch/sparc64/emul-popc/simm/genasm.pl +++ b/regress/sys/arch/sparc64/emul-popc/simm/genasm.pl @@ -1,3 +1,30 @@ +#!/bin/sh +# $OpenBSD: genasm.pl,v 1.2 2003/07/10 14:42:36 jason Exp $ +# +# Copyright (c) 2003 Jason L. Wright (jason@thought.net) +# 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 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. +# print "/* AUTOMATICALLY GENERATED, DO NOT EDIT */\n"; print "#include <machine/asm.h>\n"; diff --git a/regress/sys/arch/sparc64/emul-popc/simm/genc.pl b/regress/sys/arch/sparc64/emul-popc/simm/genc.pl index 35eb0473a7d..067ca1baf8c 100644 --- a/regress/sys/arch/sparc64/emul-popc/simm/genc.pl +++ b/regress/sys/arch/sparc64/emul-popc/simm/genc.pl @@ -1,3 +1,30 @@ +#!/bin/sh +# $OpenBSD: genc.pl,v 1.2 2003/07/10 14:42:36 jason Exp $ +# +# Copyright (c) 2003 Jason L. Wright (jason@thought.net) +# 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 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. +# $lo = -4096; $hi = 4095; |