X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/fdb8e4aac282b72d4670aa3a26d9bba07afc7e6f..1c15e88899094343f75aeba04122cd96a96b428e:/usr/src/lib/libm/vax/cabs.s diff --git a/usr/src/lib/libm/vax/cabs.s b/usr/src/lib/libm/vax/cabs.s index 05fd4f7d1f..d8a2474b4d 100644 --- a/usr/src/lib/libm/vax/cabs.s +++ b/usr/src/lib/libm/vax/cabs.s @@ -1,14 +1,29 @@ # Copyright (c) 1985 Regents of the University of California. # All rights reserved. # -# %sccs.include.redist.sh% +# 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. # -# @(#)cabs.s 5.4 (Berkeley) %G% +# All recipients should regard themselves as participants in an ongoing +# research project and hence should feel obligated to report their +# experiences (good or bad) with these elementary function codes, using +# the sendbug(8) program, to the authors. +# +# @(#)cabs.s 5.3 (Berkeley) 6/30/88 # .data .align 2 _sccsid: -.asciz "@(#)cabs.s 1.2 (Berkeley) 8/21/85; 5.4 (ucb.elefunt) %G%" +.asciz "@(#)cabs.s 1.2 (Berkeley) 8/21/85; 5.3 (ucb.elefunt) 6/30/88" # double precision complex absolute value # CABS by W. Kahan, 9/7/80.