diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-31 03:23:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-07-31 03:23:42 +0000 |
commit | b41df739c70e6948a53d9e74a7254751be248c14 (patch) | |
tree | 41f516f3ce7631f918482876009c0282d4d7bb60 /regress/lib/libm/rint | |
parent | 52158e03749c6c1da46971c0783774ada7464293 (diff) |
fix the license
Diffstat (limited to 'regress/lib/libm/rint')
-rw-r--r-- | regress/lib/libm/rint/rint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/rint/rint.c b/regress/lib/libm/rint/rint.c index 5a89861f442..293a09edaec 100644 --- a/regress/lib/libm/rint/rint.c +++ b/regress/lib/libm/rint/rint.c @@ -1,6 +1,6 @@ -/* $OpenBSD: rint.c,v 1.1 2003/02/12 07:05:34 mickey Exp $ */ +/* $OpenBSD: rint.c,v 1.2 2003/07/31 03:23:41 mickey Exp $ */ -/* Copyright (c) 2003 Michael Shalayeff. Public domain. */ +/* Written by Michael Shalayeff, 2003, Public domain. */ #include <stdio.h> #include <signal.h> |