From 9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 20 Jul 1997 12:16:17 +0200 Subject: Import Dev86src-0.12.4.tar.gz --- libc/misc/cputype.c | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'libc/misc') 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 + * 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 -- cgit v1.2.1