BSD 4_4 release
[unix-history] / usr / src / lib / libmp / msqrt.c
index 86b704a..66653f7 100644 (file)
@@ -1,6 +1,12 @@
+/*-
+ * This module is believed to contain source code proprietary to AT&T.
+ * Use and redistribution is subject to the Berkeley Software License
+ * Agreement and your Software Agreement with AT&T (Western Electric).
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)msqrt.c    5.2 (Berkeley) 3/2/87";
-#endif not lint
+static char sccsid[] = "@(#)msqrt.c    8.1 (Berkeley) 6/4/93";
+#endif /* not lint */
 
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;
 
 #include <mp.h>
 msqrt(a,b,r) MINT *a,*b,*r;