From a7868ad7f641027c5b9420791ff85396255ede50 Mon Sep 17 00:00:00 2001 From: Robert Elz Date: Sat, 8 Jun 1985 05:19:20 -0800 Subject: [PATCH] Add copyright SCCS-vsn: usr.bin/f77/libF77/pow_hh.c 5.1 SCCS-vsn: usr.bin/f77/libF77/pow_ii.c 5.1 SCCS-vsn: usr.bin/f77/libF77/pow_ri.c 5.1 SCCS-vsn: usr.bin/f77/libF77/pow_zi.c 5.1 --- usr/src/usr.bin/f77/libF77/pow_hh.c | 6 +++++- usr/src/usr.bin/f77/libF77/pow_ii.c | 6 +++++- usr/src/usr.bin/f77/libF77/pow_ri.c | 6 +++++- usr/src/usr.bin/f77/libF77/pow_zi.c | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.bin/f77/libF77/pow_hh.c b/usr/src/usr.bin/f77/libF77/pow_hh.c index 5f2f939410..c6915f2666 100644 --- a/usr/src/usr.bin/f77/libF77/pow_hh.c +++ b/usr/src/usr.bin/f77/libF77/pow_hh.c @@ -1,5 +1,9 @@ /* - * "@(#)pow_hh.c 1.1" + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)pow_hh.c 5.1 %G% */ short pow_hh(ap, bp) diff --git a/usr/src/usr.bin/f77/libF77/pow_ii.c b/usr/src/usr.bin/f77/libF77/pow_ii.c index 2440cfa84f..9da4ff566c 100644 --- a/usr/src/usr.bin/f77/libF77/pow_ii.c +++ b/usr/src/usr.bin/f77/libF77/pow_ii.c @@ -1,6 +1,10 @@ /* - * "@(#)pow_ii.c 1.2" + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. * + * @(#)pow_ii.c 5.1 %G% + */ * Corrections by Robert P. Corbett, 1983 March 2 * Revised to restore portability, 1983 March 4 */ diff --git a/usr/src/usr.bin/f77/libF77/pow_ri.c b/usr/src/usr.bin/f77/libF77/pow_ri.c index 996abe4344..312f674d9e 100644 --- a/usr/src/usr.bin/f77/libF77/pow_ri.c +++ b/usr/src/usr.bin/f77/libF77/pow_ri.c @@ -1,5 +1,9 @@ /* - * "@(#)pow_ri.c 1.1" + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)pow_ri.c 5.1 %G% */ float pow_ri(ap, bp) diff --git a/usr/src/usr.bin/f77/libF77/pow_zi.c b/usr/src/usr.bin/f77/libF77/pow_zi.c index d3697acb6d..c77dcdfc7c 100644 --- a/usr/src/usr.bin/f77/libF77/pow_zi.c +++ b/usr/src/usr.bin/f77/libF77/pow_zi.c @@ -1,5 +1,9 @@ /* - * "@(#)pow_zi.c 1.1" + * Copyright (c) 1980 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)pow_zi.c 5.1 %G% */ #include "complex" -- 2.20.1