Add copyright
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:19:20 +0000 (05:19 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:19:20 +0000 (05:19 -0800)
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
usr/src/usr.bin/f77/libF77/pow_ii.c
usr/src/usr.bin/f77/libF77/pow_ri.c
usr/src/usr.bin/f77/libF77/pow_zi.c

index 5f2f939..c6915f2 100644 (file)
@@ -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)
  */
 
 short pow_hh(ap, bp)
index 2440cfa..9da4ff5 100644 (file)
@@ -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
  */
  *  Corrections by Robert P. Corbett, 1983 March 2
  *  Revised to restore portability, 1983 March 4
  */
index 996abe4..312f674 100644 (file)
@@ -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)
  */
 
 float pow_ri(ap, bp)
index d3697ac..c77dcdf 100644 (file)
@@ -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"
  */
 
 #include "complex"