written by Kirk McKusick; add Berkeley specific copyright notice
[unix-history] / usr / src / usr.bin / pascal / libpc / MULT.c
index 1f3d95c..3654d99 100644 (file)
@@ -1,6 +1,13 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*-
+ * Copyright (c) 1979 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
 
 
-static char sccsid[] = "@(#)MULT.c 1.2 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)MULT.c     1.3 (Berkeley) %G%";
+#endif /* not lint */
 
 long *
 MULT(result0, left, right, siz)
 
 long *
 MULT(result0, left, right, siz)