summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-12-08 12:35:12 +0000
committernyan <nyan@FreeBSD.org>2005-12-08 12:35:12 +0000
commit5446062ac8d33adda2927d122e7fe4e7052c2666 (patch)
tree23259f4337b76060b7e8adf2a3599fca494d4e24 /sys/pc98
parent7473b01bccef15db2da50c2b1191b3e368751cb0 (diff)
downloadFreeBSD-src-5446062ac8d33adda2927d122e7fe4e7052c2666.zip
FreeBSD-src-5446062ac8d33adda2927d122e7fe4e7052c2666.tar.gz
Switch MACHINE to "pc98" on FreeBSD/pc98.
Add copyright. Approved by: FreeBSD/pc98 development team.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/param.h29
1 files changed, 27 insertions, 2 deletions
diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h
index 85ca250..51803b2 100644
--- a/sys/pc98/include/param.h
+++ b/sys/pc98/include/param.h
@@ -1,6 +1,31 @@
/*-
- * This file is in the public domain.
+ * Copyright (c) 2005 TAKAHASHI Yoshihiro.
+ * 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 AND CONTRIBUTORS ``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 CONTRIBUTORS 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.
+ *
+ * $FreeBSD$
*/
-/* $FreeBSD$ */
+
+#define MACHINE "pc98"
#include <i386/param.h>
OpenPOWER on IntegriCloud