Add copyright
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 12:39:47 +0000 (04:39 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 12:39:47 +0000 (04:39 -0800)
SCCS-vsn: usr.bin/f77/libF77/d_acos.c 5.1
SCCS-vsn: usr.bin/f77/libF77/d_asin.c 5.1
SCCS-vsn: usr.bin/f77/libF77/d_atan.c 5.1

usr/src/usr.bin/f77/libF77/d_acos.c
usr/src/usr.bin/f77/libF77/d_asin.c
usr/src/usr.bin/f77/libF77/d_atan.c

index 22901f1..74bf870 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)d_acos.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.
+ *
+ *     @(#)d_acos.c    5.1     %G%
  */
 
 double d_acos(x)
  */
 
 double d_acos(x)
index 6490ef7..4c70e70 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)d_asin.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.
+ *
+ *     @(#)d_asin.c    5.1     %G%
  */
 
 double d_asin(x)
  */
 
 double d_asin(x)
index c240e36..e4395e2 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)d_atan.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.
+ *
+ *     @(#)d_atan.c    5.1     %G%
  */
 
 double d_atan(x)
  */
 
 double d_atan(x)