X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/1c15e88899094343f75aeba04122cd96a96b428e..ad7871609881e73855d0b04da49b486cd93efca7:/usr/src/lib/libmp/madd.c diff --git a/usr/src/lib/libmp/madd.c b/usr/src/lib/libmp/madd.c index 0fb3b7455a..22b1579c29 100644 --- a/usr/src/lib/libmp/madd.c +++ b/usr/src/lib/libmp/madd.c @@ -1,6 +1,12 @@ +/*- + * This module is believed to contain source code proprietary to AT&T. + * Use and redistribution is subject to the Berkeley Software License + * Agreement and your Software Agreement with AT&T (Western Electric). + */ + #ifndef lint -static char sccsid[] = "@(#)madd.c 5.2 (Berkeley) 3/2/87"; -#endif not lint +static char sccsid[] = "@(#)madd.c 8.1 (Berkeley) 6/4/93"; +#endif /* not lint */ #include m_add(a,b,c) struct mint *a,*b,*c;