BSD 4_4 release
[unix-history] / usr / src / lib / libmp / madd.c
index 0fb3b74..22b1579 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[] = "@(#)madd.c     5.2 (Berkeley) 3/2/87";
-#endif not lint
+static char sccsid[] = "@(#)madd.c     8.1 (Berkeley) 6/4/93";
+#endif /* not lint */
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;
 
 #include <mp.h>
 m_add(a,b,c) struct mint *a,*b,*c;