Add copyright
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:30:48 +0000 (05:30 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 13:30:48 +0000 (05:30 -0800)
SCCS-vsn: usr.bin/f77/libF77/r_tan.c 5.1
SCCS-vsn: usr.bin/f77/libF77/r_tanh.c 5.1
SCCS-vsn: usr.bin/f77/libF77/rand_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/random_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/range.c 5.1
SCCS-vsn: usr.bin/f77/libF77/rindex_.c 5.1

usr/src/usr.bin/f77/libF77/r_tan.c
usr/src/usr.bin/f77/libF77/r_tanh.c
usr/src/usr.bin/f77/libF77/rand_.c
usr/src/usr.bin/f77/libF77/random_.c
usr/src/usr.bin/f77/libF77/range.c
usr/src/usr.bin/f77/libF77/rindex_.c

index fac4bfe..74bf2b3 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)r_tan.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.
+ *
+ *     @(#)r_tan.c     5.1     %G%
  */
 
 double r_tan(x)
  */
 
 double r_tan(x)
index fb46de5..806535a 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)r_tanh.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.
+ *
+ *     @(#)r_tanh.c    5.1     %G%
  */
 
 double r_tanh(x)
  */
 
 double r_tanh(x)
index 42fed2f..fd81733 100644 (file)
@@ -1,6 +1,10 @@
 /*
 /*
-char id_rand[] = "@(#)rand_.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.
  *
  *
+ *     @(#)rand_.c     5.1     %G%
+ */
  * Routines to return random values
  *
  * calling sequence:
  * Routines to return random values
  *
  * calling sequence:
index 564b96a..545df72 100644 (file)
@@ -1,6 +1,10 @@
 /*
 /*
-char id_random[] = "@(#)random_.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.
  *
  *
+ *     @(#)random_.c   5.1     %G%
+ */
  * Routines to return random values
  *
  * calling sequence:
  * Routines to return random values
  *
  * calling sequence:
index d08dc7e..b6c847e 100644 (file)
@@ -1,6 +1,10 @@
 /*
 /*
-char id_range[] = "@(#)range.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.
  *
  *
+ *     @(#)range.c     5.1     %G%
+ */
  * routines to return extreme values
  * VERY MACHINE DEPENDENT
  */
  * routines to return extreme values
  * VERY MACHINE DEPENDENT
  */
index bf9fa20..158ede0 100644 (file)
@@ -1,6 +1,10 @@
 /*
 /*
-char id_rindex[] = "@(#)rindex_.c      1.3";
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  *
  *
+ *     @(#)rindex_.c   5.1     %G%
+ */
  * find last occurrence of substring in string
  *
  * calling sequence:
  * find last occurrence of substring in string
  *
  * calling sequence: