aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386/fpemul/fpu_aux.c
diff options
context:
space:
mode:
authorRich Murphey <rich@FreeBSD.org>1994-06-10 07:45:04 +0000
committerRich Murphey <rich@FreeBSD.org>1994-06-10 07:45:04 +0000
commitb95c0fbacd332f66e865cd655a490a4bcb4fbe91 (patch)
treedf74a7663538d5bdc82f138f691dfbea1227dfbd /sys/gnu/i386/fpemul/fpu_aux.c
parentc1717893591d699ef8534d8102e369292a9e02fe (diff)
downloadsrc-b95c0fbacd332f66e865cd655a490a4bcb4fbe91.tar.gz
src-b95c0fbacd332f66e865cd655a490a4bcb4fbe91.zip
Copyright changes per the author.
Added specific permissions for redistribution with FreeBSD and NetBSD. Fixed author's email address.
Notes
Notes: svn path=/head/; revision=1699
Diffstat (limited to 'sys/gnu/i386/fpemul/fpu_aux.c')
-rw-r--r--sys/gnu/i386/fpemul/fpu_aux.c22
1 files changed, 16 insertions, 6 deletions
diff --git a/sys/gnu/i386/fpemul/fpu_aux.c b/sys/gnu/i386/fpemul/fpu_aux.c
index 93f288b8fcaa..629e45a79472 100644
--- a/sys/gnu/i386/fpemul/fpu_aux.c
+++ b/sys/gnu/i386/fpemul/fpu_aux.c
@@ -4,15 +4,15 @@
* Code to implement some of the FPU auxiliary instructions.
*
*
- * Copyright (C) 1992, 1993 W. Metzenthen, 22 Parker St, Ormond,
- * Vic 3163, Australia.
- * E-mail apm233m@vaxc.cc.monash.edu.au
+ * Copyright (C) 1992,1993,1994
+ * W. Metzenthen, 22 Parker St, Ormond, Vic 3163,
+ * Australia. E-mail billm@vaxc.cc.monash.edu.au
* All rights reserved.
*
* This copyright notice covers the redistribution and use of the
* FPU emulator developed by W. Metzenthen. It covers only its use
- * in the 386BSD operating system. Any other use is not permitted
- * under this copyright.
+ * in the 386BSD, FreeBSD and NetBSD operating systems. Any other
+ * use is not permitted under this copyright.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -46,7 +46,17 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
- * $Id:$
+ * The purpose of this copyright, based upon the Berkeley copyright, is to
+ * ensure that the covered software remains freely available to everyone.
+ *
+ * The software (with necessary differences) is also available, but under
+ * the terms of the GNU copyleft, for the Linux operating system and for
+ * the djgpp ms-dos extender.
+ *
+ * W. Metzenthen June 1994.
+ *
+ *
+ * $Id: fpu_aux.c,v 1.2 1994/04/29 21:16:19 gclarkii Exp $
*
*/