summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-07-20 12:16:17 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:39:55 +0200
commit9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (patch)
treeb1e5b67ef9e065efb6a4c9977ecfac8dedbad39b /libc/misc
parente63c244cb22bf48ca1d2695784a072269d19ea96 (diff)
downloaddev86-9d97bc3cb3aecd3416fb7c4be3ca2f436665b696.tar.gz
Import Dev86src-0.12.4.tar.gzv0.12.4
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/cputype.c18
1 files changed, 5 insertions, 13 deletions
diff --git a/libc/misc/cputype.c b/libc/misc/cputype.c
index 8417514..d9c3e01 100644
--- a/libc/misc/cputype.c
+++ b/libc/misc/cputype.c
@@ -1,4 +1,8 @@
-/*
+/* Copyright (C) 1989,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
+ * This file is part of the Linux-8086 C library and is distributed
+ * under the terms of the GNU Library General Public License.
+ **********************************************************************
+ *
* This does a determination of the cpu type that is actually being used.
* It can determine the CPU on anything upto and including a 386 accuratly
* whatever mode the CPU is in (This is 16 bit code)
@@ -12,18 +16,6 @@
* $ cputype # Call cputype(0) and interpret
* $ cputype + # Call cputype(1) get a SIGILL (or perhaps interpret)
*
- * NOTE: This code is COPYRIGHT and not under the GNU Lib copyright, this
- * may be distributed freely as source or as a standalone binary
- * compiled from this unmodified source.
- *
- * You may use the cputype() function in your own personal code.
- * You may distribute a binary version of code containing the
- * cputype() function if either you distribute this source with
- * the binary version or distribute a clear reference to a freely
- * available copy of this source code and the source code to the
- * rest of your package with the binary version of the package.
- *
- * (C) Copyright R de Bath 1989-1996
*/
#ifdef STANDALONE