Add copyright
authorRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 12:58:31 +0000 (04:58 -0800)
committerRobert Elz <kre@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 12:58:31 +0000 (04:58 -0800)
SCCS-vsn: usr.bin/f77/libF77/dbesj0_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/dbesj1_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/dbesjn_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/dbesy0_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/dbesy1_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/dbesyn_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/derf_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/derfc_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/ef1asc_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/ef1cmc_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/erf_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/erfc_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/exit_.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_abs.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_dim.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_dnnt.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_indx.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_len.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_mod.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_nint.c 5.1
SCCS-vsn: usr.bin/f77/libF77/h_sign.c 5.1
SCCS-vsn: usr.bin/f77/libF77/hl_ge.c 5.1
SCCS-vsn: usr.bin/f77/libF77/hl_gt.c 5.1

23 files changed:
usr/src/usr.bin/f77/libF77/dbesj0_.c
usr/src/usr.bin/f77/libF77/dbesj1_.c
usr/src/usr.bin/f77/libF77/dbesjn_.c
usr/src/usr.bin/f77/libF77/dbesy0_.c
usr/src/usr.bin/f77/libF77/dbesy1_.c
usr/src/usr.bin/f77/libF77/dbesyn_.c
usr/src/usr.bin/f77/libF77/derf_.c
usr/src/usr.bin/f77/libF77/derfc_.c
usr/src/usr.bin/f77/libF77/ef1asc_.c
usr/src/usr.bin/f77/libF77/ef1cmc_.c
usr/src/usr.bin/f77/libF77/erf_.c
usr/src/usr.bin/f77/libF77/erfc_.c
usr/src/usr.bin/f77/libF77/exit_.c
usr/src/usr.bin/f77/libF77/h_abs.c
usr/src/usr.bin/f77/libF77/h_dim.c
usr/src/usr.bin/f77/libF77/h_dnnt.c
usr/src/usr.bin/f77/libF77/h_indx.c
usr/src/usr.bin/f77/libF77/h_len.c
usr/src/usr.bin/f77/libF77/h_mod.c
usr/src/usr.bin/f77/libF77/h_nint.c
usr/src/usr.bin/f77/libF77/h_sign.c
usr/src/usr.bin/f77/libF77/hl_ge.c
usr/src/usr.bin/f77/libF77/hl_gt.c

index bf93839..8e79cfa 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesj0_.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.
+ *
+ *     @(#)dbesj0_.c   5.1     %G%
  */
 
 double j0();
  */
 
 double j0();
index 6df2930..5efd4d8 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesj1_.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.
+ *
+ *     @(#)dbesj1_.c   5.1     %G%
  */
 
 double j1();
  */
 
 double j1();
index 58a5db8..4cadd16 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesjn_.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.
+ *
+ *     @(#)dbesjn_.c   5.1     %G%
  */
 
 double jn();
  */
 
 double jn();
index 3acffc7..a8ee697 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesy0_.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.
+ *
+ *     @(#)dbesy0_.c   5.1     %G%
  */
 
 double y0();
  */
 
 double y0();
index 35251dd..0a453aa 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesy1_.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.
+ *
+ *     @(#)dbesy1_.c   5.1     %G%
  */
 
 double y1();
  */
 
 double y1();
index fe291d4..44d92f8 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)dbesyn_.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.
+ *
+ *     @(#)dbesyn_.c   5.1     %G%
  */
 
 double yn();
  */
 
 double yn();
index 3781ed8..e0aed12 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)derf_.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.
+ *
+ *     @(#)derf_.c     5.1     %G%
  */
 
 double derf_(x)
  */
 
 double derf_(x)
index 3909bf7..c192041 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)derfc_.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.
+ *
+ *     @(#)derfc_.c    5.1     %G%
  */
 
 double derfc_(x)
  */
 
 double derfc_(x)
index 117b611..d97280e 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)ef1asc_.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.
+ *
+ *     @(#)ef1asc_.c   5.1     %G%
  */
 
 /* EFL support routine to copy string b to string a */
  */
 
 /* EFL support routine to copy string b to string a */
index 978a75f..c15d07c 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)ef1cmc_.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.
+ *
+ *     @(#)ef1cmc_.c   5.1     %G%
  */
 
 /* EFL support routine to compare two character strings */
  */
 
 /* EFL support routine to compare two character strings */
index dc892e9..e78ed69 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)erf_.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.
+ *
+ *     @(#)erf_.c      5.1     %G%
  */
 
 float erf_(x)
  */
 
 float erf_(x)
index 696a3af..82d2702 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)erfc_.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.
+ *
+ *     @(#)erfc_.c     5.1     %G%
  */
 
 float erfc_(x)
  */
 
 float erfc_(x)
index 09f8550..34aeea3 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)exit_.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.
+ *
+ *     @(#)exit_.c     5.1     %G%
  */
 
 
  */
 
 
index 2823490..74e215a 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_abs.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.
+ *
+ *     @(#)h_abs.c     5.1     %G%
  */
 
 short h_abs(x)
  */
 
 short h_abs(x)
index 852e696..3065473 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_dim.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.
+ *
+ *     @(#)h_dim.c     5.1     %G%
  */
 
 short h_dim(a,b)
  */
 
 short h_dim(a,b)
index eda284e..1461f4e 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_dnnt.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.
+ *
+ *     @(#)h_dnnt.c    5.1     %G%
  */
 
 short h_dnnt(x)
  */
 
 short h_dnnt(x)
index 467acd9..3adf34e 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_indx.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.
+ *
+ *     @(#)h_indx.c    5.1     %G%
  */
 
 short h_indx(a, b, la, lb)
  */
 
 short h_indx(a, b, la, lb)
index 9f3e96e..daae00d 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_len.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.
+ *
+ *     @(#)h_len.c     5.1     %G%
  */
 
 short h_len(s, n)
  */
 
 short h_len(s, n)
index 2f768fc..a4468f5 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_mod.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.
+ *
+ *     @(#)h_mod.c     5.1     %G%
  */
 
 short h_mod(a,b)
  */
 
 short h_mod(a,b)
index 434edbd..739b2b3 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_nint.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.
+ *
+ *     @(#)h_nint.c    5.1     %G%
  */
 
 short h_nint(x)
  */
 
 short h_nint(x)
index 3451f4e..2c6077d 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)h_sign.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.
+ *
+ *     @(#)h_sign.c    5.1     %G%
  */
 
 short h_sign(a,b)
  */
 
 short h_sign(a,b)
index 688a9c6..0daf5e9 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)hl_ge.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.
+ *
+ *     @(#)hl_ge.c     5.1     %G%
  */
 
 short hl_ge(a,b,la,lb)
  */
 
 short hl_ge(a,b,la,lb)
index 34fe8ec..70be64a 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     "@(#)hl_gt.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.
+ *
+ *     @(#)hl_gt.c     5.1     %G%
  */
 
 short hl_gt(a,b,la,lb)
  */
 
 short hl_gt(a,b,la,lb)