From 3bc5312c01d088d4d4d35c9a3b929b1ea7eeb71a Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Mon, 2 Mar 1987 22:38:47 -0800 Subject: [PATCH] delete incorrect copyright notice 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 | 8 +------- usr/src/lib/libmp/madd.c | 8 +------- usr/src/lib/libmp/mdiv.c | 8 +------- usr/src/lib/libmp/mout.c | 8 +------- usr/src/lib/libmp/msqrt.c | 8 +------- usr/src/lib/libmp/mult.c | 8 +------- usr/src/lib/libmp/pow.c | 8 +------- usr/src/lib/libmp/util.c | 8 +------- 8 files changed, 8 insertions(+), 56 deletions(-) diff --git a/usr/src/lib/libmp/gcd.c b/usr/src/lib/libmp/gcd.c index 7456bab96b..160abaf964 100644 --- a/usr/src/lib/libmp/gcd.c +++ b/usr/src/lib/libmp/gcd.c @@ -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 -static char sccsid[] = "@(#)gcd.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)gcd.c 5.3 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/madd.c b/usr/src/lib/libmp/madd.c index 75503fcd2c..c6655eb3dc 100644 --- a/usr/src/lib/libmp/madd.c +++ b/usr/src/lib/libmp/madd.c @@ -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 -static char sccsid[] = "@(#)madd.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)madd.c 5.2 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/mdiv.c b/usr/src/lib/libmp/mdiv.c index c587737ee6..99a74e0464 100644 --- a/usr/src/lib/libmp/mdiv.c +++ b/usr/src/lib/libmp/mdiv.c @@ -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 -static char sccsid[] = "@(#)mdiv.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)mdiv.c 5.2 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/mout.c b/usr/src/lib/libmp/mout.c index febbcf10de..ede33e6928 100644 --- a/usr/src/lib/libmp/mout.c +++ b/usr/src/lib/libmp/mout.c @@ -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 -static char sccsid[] = "@(#)mout.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)mout.c 5.3 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/msqrt.c b/usr/src/lib/libmp/msqrt.c index fdbb00200b..13e76bbeca 100644 --- a/usr/src/lib/libmp/msqrt.c +++ b/usr/src/lib/libmp/msqrt.c @@ -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 -static char sccsid[] = "@(#)msqrt.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)msqrt.c 5.2 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/mult.c b/usr/src/lib/libmp/mult.c index cbe63c0c13..97fc3efe10 100644 --- a/usr/src/lib/libmp/mult.c +++ b/usr/src/lib/libmp/mult.c @@ -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 -static char sccsid[] = "@(#)mult.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)mult.c 5.2 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/pow.c b/usr/src/lib/libmp/pow.c index 7db1768d11..532626d1d1 100644 --- a/usr/src/lib/libmp/pow.c +++ b/usr/src/lib/libmp/pow.c @@ -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 -static char sccsid[] = "@(#)pow.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)pow.c 5.2 (Berkeley) %G%"; #endif not lint #include diff --git a/usr/src/lib/libmp/util.c b/usr/src/lib/libmp/util.c index 1375bc30dc..aacd78dd82 100644 --- a/usr/src/lib/libmp/util.c +++ b/usr/src/lib/libmp/util.c @@ -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 -static char sccsid[] = "@(#)util.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)util.c 5.2 (Berkeley) %G%"; #endif not lint char *malloc(); -- 2.20.1