From: Kirk McKusick Date: Tue, 3 Mar 1987 06:38:47 +0000 (-0800) Subject: delete incorrect copyright notice X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~5110 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/3bc5312c01d088d4d4d35c9a3b929b1ea7eeb71a 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 --- 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();