date and time created 87/02/15 16:16:42 by lepreau
[unix-history] / usr / src / lib / libmp / madd.c
index 5b0be69..75503fc 100644 (file)
@@ -1,4 +1,12 @@
-/*     @(#)madd.c      4.1     %G%     */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)madd.c     5.1 (Berkeley) %G%";
+#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;