delete incorrect copyright notice
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1987 06:38:47 +0000 (22:38 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1987 06:38:47 +0000 (22:38 -0800)
SCCS-vsn: lib/libmp/gcd.c 5.3
SCCS-vsn: lib/libmp/madd.c 5.2
SCCS-vsn: lib/libmp/mdiv.c 5.2
SCCS-vsn: lib/libmp/mout.c 5.3
SCCS-vsn: lib/libmp/msqrt.c 5.2
SCCS-vsn: lib/libmp/mult.c 5.2
SCCS-vsn: lib/libmp/pow.c 5.2
SCCS-vsn: lib/libmp/util.c 5.2

usr/src/lib/libmp/gcd.c
usr/src/lib/libmp/madd.c
usr/src/lib/libmp/mdiv.c
usr/src/lib/libmp/mout.c
usr/src/lib/libmp/msqrt.c
usr/src/lib/libmp/mult.c
usr/src/lib/libmp/pow.c
usr/src/lib/libmp/util.c

index 7456bab..160abaf 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)gcd.c      5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)gcd.c      5.3 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index 75503fc..c6655eb 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)madd.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)madd.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index c587737..99a74e0 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)mdiv.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)mdiv.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index febbcf1..ede33e6 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)mout.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)mout.c     5.3 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>
index fdbb002..13e76bb 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)msqrt.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)msqrt.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index cbe63c0..97fc3ef 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)mult.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)mult.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index 7db1768..532626d 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)pow.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)pow.c      5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <mp.h>
 #endif not lint
 
 #include <mp.h>
index 1375bc3..aacd78d 100644 (file)
@@ -1,11 +1,5 @@
-/*
- * 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
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 char *malloc();
 #endif not lint
 
 char *malloc();