summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2008-04-19 05:07:50 +0000
committernyan <nyan@FreeBSD.org>2008-04-19 05:07:50 +0000
commit4f133b2d11568f9e495cfa76ed1a61bed8b4c81c (patch)
tree36dcae856839628400615f4f6e406fe71fbfd9b7 /sys/pc98
parentf4fb7d0eb337734a74993a68edd144165cd1a11d (diff)
downloadFreeBSD-src-4f133b2d11568f9e495cfa76ed1a61bed8b4c81c.zip
FreeBSD-src-4f133b2d11568f9e495cfa76ed1a61bed8b4c81c.tar.gz
Remove my copyright. This file includes simply i386's one now.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/clock.h31
1 files changed, 2 insertions, 29 deletions
diff --git a/sys/pc98/include/clock.h b/sys/pc98/include/clock.h
index 86251a5..9c9ff18 100644
--- a/sys/pc98/include/clock.h
+++ b/sys/pc98/include/clock.h
@@ -1,33 +1,6 @@
/*-
- * 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 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 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$
+ * This file is in the public domain.
*/
-
-#ifndef _PC98_INCLUDE_CLOCK_H_
-#define _PC98_INCLUDE_CLOCK_H_
+/* $FreeBSD$ */
#include <i386/clock.h>
-
-#endif /* _PC98_INCLUDE_CLOCK_H_ */
OpenPOWER on IntegriCloud