diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-01-20 04:41:02 +0000 |
commit | 8f5be5421729a8c8d049455ba418b5887b93737c (patch) | |
tree | e7321b250687da3b8de3f5e7924d10d8127b0d4a /lib/libm/arch | |
parent | 55430b4997b58b73690f5c5c45b12c0eab8d2ef8 (diff) |
Missing $OpenBSD$'s.
ok deraadt@
Diffstat (limited to 'lib/libm/arch')
-rw-r--r-- | lib/libm/arch/hppa/e_sqrt.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/e_sqrtf.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_ceil.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_ceilf.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_floor.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_floorf.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_rint.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_rintf.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_round.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_roundf.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_trunc.c | 1 | ||||
-rw-r--r-- | lib/libm/arch/hppa/s_truncf.c | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/lib/libm/arch/hppa/e_sqrt.c b/lib/libm/arch/hppa/e_sqrt.c index 2f7ecae333a..b2b07ca8880 100644 --- a/lib/libm/arch/hppa/e_sqrt.c +++ b/lib/libm/arch/hppa/e_sqrt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: e_sqrt.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/e_sqrtf.c b/lib/libm/arch/hppa/e_sqrtf.c index d01c502d023..e522ac9c181 100644 --- a/lib/libm/arch/hppa/e_sqrtf.c +++ b/lib/libm/arch/hppa/e_sqrtf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: e_sqrtf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_ceil.c b/lib/libm/arch/hppa/s_ceil.c index c21cb83de18..0c6ee3076d3 100644 --- a/lib/libm/arch/hppa/s_ceil.c +++ b/lib/libm/arch/hppa/s_ceil.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_ceil.c,v 1.9 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_ceilf.c b/lib/libm/arch/hppa/s_ceilf.c index 84ef3f1d70e..f09ab33ba91 100644 --- a/lib/libm/arch/hppa/s_ceilf.c +++ b/lib/libm/arch/hppa/s_ceilf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_ceilf.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_floor.c b/lib/libm/arch/hppa/s_floor.c index 8bfb3f9f843..a0b92a17720 100644 --- a/lib/libm/arch/hppa/s_floor.c +++ b/lib/libm/arch/hppa/s_floor.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_floor.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_floorf.c b/lib/libm/arch/hppa/s_floorf.c index 02f1fead0f8..adea9ecd553 100644 --- a/lib/libm/arch/hppa/s_floorf.c +++ b/lib/libm/arch/hppa/s_floorf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_floorf.c,v 1.9 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_rint.c b/lib/libm/arch/hppa/s_rint.c index 579422e2ef0..d1c41416f51 100644 --- a/lib/libm/arch/hppa/s_rint.c +++ b/lib/libm/arch/hppa/s_rint.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_rint.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_rintf.c b/lib/libm/arch/hppa/s_rintf.c index 48fbccb0cad..773c8921f5b 100644 --- a/lib/libm/arch/hppa/s_rintf.c +++ b/lib/libm/arch/hppa/s_rintf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_rintf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_round.c b/lib/libm/arch/hppa/s_round.c index d61502a33e7..07a3bf34053 100644 --- a/lib/libm/arch/hppa/s_round.c +++ b/lib/libm/arch/hppa/s_round.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_round.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_roundf.c b/lib/libm/arch/hppa/s_roundf.c index cbc2629d445..4cc3de68049 100644 --- a/lib/libm/arch/hppa/s_roundf.c +++ b/lib/libm/arch/hppa/s_roundf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_roundf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_trunc.c b/lib/libm/arch/hppa/s_trunc.c index bdcf87b111b..bb702dbbb1c 100644 --- a/lib/libm/arch/hppa/s_trunc.c +++ b/lib/libm/arch/hppa/s_trunc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_trunc.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_truncf.c b/lib/libm/arch/hppa/s_truncf.c index d9c1f6c7718..3901d22c097 100644 --- a/lib/libm/arch/hppa/s_truncf.c +++ b/lib/libm/arch/hppa/s_truncf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_truncf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ |