diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-04-08 17:49:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-04-08 17:49:44 +0000 |
commit | a8622545c362ee466406cd85a1a9ef5c3710e965 (patch) | |
tree | 10c9669fd0c195939d63a31b74c4d4ad0ca76807 /sys/dev/sun | |
parent | 28366b0ba40152718ec9300a40dd36dd80354a65 (diff) |
Credit DARPA/USAF appropriately.
Diffstat (limited to 'sys/dev/sun')
-rw-r--r-- | sys/dev/sun/sunkbd.c | 8 | ||||
-rw-r--r-- | sys/dev/sun/sunkbdreg.h | 7 | ||||
-rw-r--r-- | sys/dev/sun/sunkbdvar.h | 7 | ||||
-rw-r--r-- | sys/dev/sun/uperfio.h | 7 |
4 files changed, 25 insertions, 4 deletions
diff --git a/sys/dev/sun/sunkbd.c b/sys/dev/sun/sunkbd.c index 2854103f8f8..cfd65897307 100644 --- a/sys/dev/sun/sunkbd.c +++ b/sys/dev/sun/sunkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunkbd.c,v 1.3 2002/02/25 20:23:33 maja Exp $ */ +/* $OpenBSD: sunkbd.c,v 1.4 2002/04/08 17:49:42 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -29,7 +29,13 @@ * 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. + * + * Effort sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F30602-01-2-0537. + * */ + #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> diff --git a/sys/dev/sun/sunkbdreg.h b/sys/dev/sun/sunkbdreg.h index b6bb5a4b616..c6afcc449ba 100644 --- a/sys/dev/sun/sunkbdreg.h +++ b/sys/dev/sun/sunkbdreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunkbdreg.h,v 1.1 2002/01/25 03:24:53 jason Exp $ */ +/* $OpenBSD: sunkbdreg.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -29,6 +29,11 @@ * 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. + * + * Effort sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F30602-01-2-0537. + * */ /* keyboard commands (host->kbd) */ diff --git a/sys/dev/sun/sunkbdvar.h b/sys/dev/sun/sunkbdvar.h index 23a4559f7f2..77058f6557d 100644 --- a/sys/dev/sun/sunkbdvar.h +++ b/sys/dev/sun/sunkbdvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunkbdvar.h,v 1.1 2002/01/25 03:24:53 jason Exp $ */ +/* $OpenBSD: sunkbdvar.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -29,6 +29,11 @@ * 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. + * + * Effort sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F30602-01-2-0537. + * */ extern const keysym_t sunkbd_keydesc_us[]; diff --git a/sys/dev/sun/uperfio.h b/sys/dev/sun/uperfio.h index b3c49024ca9..f50df755869 100644 --- a/sys/dev/sun/uperfio.h +++ b/sys/dev/sun/uperfio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uperfio.h,v 1.1 2002/01/31 18:35:19 jason Exp $ */ +/* $OpenBSD: uperfio.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -29,6 +29,11 @@ * 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. + * + * Effort sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F30602-01-2-0537. + * */ #define UPERF_CNT0 1 |