summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1994-09-29 08:29:21 +0000
committersos <sos@FreeBSD.org>1994-09-29 08:29:21 +0000
commit8f1e1e2a1acb3553f803f7c3bbb0ad8ad0e423a9 (patch)
tree4a2285a710f9971b84ae15bbf82d801a9a2c1023 /sys/dev/kbd
parentd3edb28dc2f03a25970ab71ad2da48a307983394 (diff)
downloadFreeBSD-src-8f1e1e2a1acb3553f803f7c3bbb0ad8ad0e423a9.zip
FreeBSD-src-8f1e1e2a1acb3553f803f7c3bbb0ad8ad0e423a9.tar.gz
Changed header slightly.
Diffstat (limited to 'sys/dev/kbd')
-rw-r--r--sys/dev/kbd/kbdtables.h39
1 files changed, 25 insertions, 14 deletions
diff --git a/sys/dev/kbd/kbdtables.h b/sys/dev/kbd/kbdtables.h
index 42200a1..7e8318f 100644
--- a/sys/dev/kbd/kbdtables.h
+++ b/sys/dev/kbd/kbdtables.h
@@ -1,20 +1,31 @@
-/*
- * Copyright (C) 1992, 1993, 1994 Søren Schmidt
+/*-
+ * Copyright (c) 1992-1994 Søren Schmidt
+ * All rights reserved.
*
- * This program is free software; you may redistribute it and/or
- * modify it, provided that it retain the above copyright notice
- * and the following disclaimer.
+ * 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
+ * in this position and unchanged.
+ * 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.
+ * 3. The name of the author may not be used to endorse or promote products
+ * derived from this software withough specific prior written permission
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * 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.
*
- * Søren Schmidt Email: sos@login.dkuug.dk
- * Tritonvej 36 UUCP: ...uunet!dkuug!login!sos
- * DK9210 Aalborg SO Phone: +45 9814 8076
- *
- * @(#)kbdtables.h 1.3 940123
- * $Id: kbdtables.h,v 1.12 1994/04/26 09:24:06 sos Exp $
+ * $Id$
*/
#define SET8 0x80 /* eight bit for emacs SET8-key */
OpenPOWER on IntegriCloud