add Berkeley specific copyright notice
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 18 Feb 1989 09:35:52 +0000 (01:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 18 Feb 1989 09:35:52 +0000 (01:35 -0800)
SCCS-vsn: lib/libc/tahoe/fpe/addd.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/addf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cmpd.s 1.3
SCCS-vsn: lib/libc/tahoe/fpe/cmpf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtdl.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtfl.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtld.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtlf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtud.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/cvtuf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/divd.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/divf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/fnorm.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/fp_exp.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/modf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/muld.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/mulf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/negd.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/negf.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/sfnorm.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/sfp_exp.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/subd.s 1.2
SCCS-vsn: lib/libc/tahoe/fpe/subf.s 1.2

23 files changed:
usr/src/lib/libc/tahoe/fpe/addd.s
usr/src/lib/libc/tahoe/fpe/addf.s
usr/src/lib/libc/tahoe/fpe/cmpd.s
usr/src/lib/libc/tahoe/fpe/cmpf.s
usr/src/lib/libc/tahoe/fpe/cvtdl.s
usr/src/lib/libc/tahoe/fpe/cvtfl.s
usr/src/lib/libc/tahoe/fpe/cvtld.s
usr/src/lib/libc/tahoe/fpe/cvtlf.s
usr/src/lib/libc/tahoe/fpe/cvtud.s
usr/src/lib/libc/tahoe/fpe/cvtuf.s
usr/src/lib/libc/tahoe/fpe/divd.s
usr/src/lib/libc/tahoe/fpe/divf.s
usr/src/lib/libc/tahoe/fpe/fnorm.s
usr/src/lib/libc/tahoe/fpe/fp_exp.s
usr/src/lib/libc/tahoe/fpe/modf.s
usr/src/lib/libc/tahoe/fpe/muld.s
usr/src/lib/libc/tahoe/fpe/mulf.s
usr/src/lib/libc/tahoe/fpe/negd.s
usr/src/lib/libc/tahoe/fpe/negf.s
usr/src/lib/libc/tahoe/fpe/sfnorm.s
usr/src/lib/libc/tahoe/fpe/sfp_exp.s
usr/src/lib/libc/tahoe/fpe/subd.s
usr/src/lib/libc/tahoe/fpe/subf.s

index 5089f10..724a496 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)addd.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)addd.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 9bec2b0..1e104c8 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)addf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)addf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath//fp.h>
 #include "DEFS.h"
 
 #include <tahoemath//fp.h>
 #include "DEFS.h"
index dc9d44f..a55fdbe 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cmpd.s     1.2 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cmpd.s      1.3 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include "DEFS.h"
 
 
 #include "DEFS.h"
 
index 784ea60..3b628a6 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cmpf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cmpf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /*
  * cmpf(f1, f2)
 
 /*
  * cmpf(f1, f2)
index 46ac763..adab946 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtdl.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtdl.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 85ca8a8..fa96f63 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtfl.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtfl.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 0eea31d..a501983 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtld.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtld.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 6bef158..99c4611 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtlf.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtlf.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index d158fa6..991b5db 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtud.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtud.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index ac9fdf8..04488c4 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)cvtuf.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)cvtuf.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 3c23847..0a93722 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)divd.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)divd.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index bd74b2b..e5a8368 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)divf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)divf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index a36f7de..a5259ba 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)fnorm.s    1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)fnorm.s     1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index c201d7a..6eb0227 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)fp_exp.s   1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)fp_exp.s    1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 911a0b4..5ed8e6d 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)modf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)modf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 /* 
  *  double modf (value, iptr)
 
 /* 
  *  double modf (value, iptr)
index ce9de6a..cdf3b91 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)muld.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)muld.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 8b0ec3d..1570dd9 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)mulf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)mulf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 6bb67f4..fcdd940 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)negd.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)negd.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index c570390..dd86b0a 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)negf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)negf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 44c7ded..e5213ae 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)sfnorm.s   1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)sfnorm.s    1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 722bdb3..138b332 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)sfp_exp.s  1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)sfp_exp.s   1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 95f3a0f..0e6b81d 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)subd.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)subd.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
index 7de52a5..3214cf2 100644 (file)
@@ -1,6 +1,26 @@
-#ifdef LIBC_SCCS
-       .asciz  "@(#)subf.s     1.1 (Berkeley/CCI) %G%"
-#endif LIBC_SCCS
+/*
+ * Copyright (c) 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Computer Consoles Inc.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that the above copyright notice and this paragraph are
+ * duplicated in all such forms and that any documentation,
+ * advertising materials, and other materials related to such
+ * distribution and use acknowledge that the software was developed
+ * by the University of California, Berkeley.  The name of the
+ * University may not be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
+
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+       .asciz "@(#)subf.s      1.2 (Berkeley) %G%"
+#endif /* SYSLIBC_SCCS and not lint */
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"
 
 #include <tahoemath/fp.h>
 #include "DEFS.h"