diff options
author | 2010-09-18 20:29:15 +0000 | |
---|---|---|
committer | 2010-09-18 20:29:15 +0000 | |
commit | 235bc5f08efb07811ac560b4843da3feaab99ba3 (patch) | |
tree | 11eecc944869f3afc972d654fded19e0a1abf5ed /regress/lib/libc/gcvt/gcvt_test.c | |
parent | some macro cleanup: (diff) | |
download | wireguard-openbsd-235bc5f08efb07811ac560b4843da3feaab99ba3.tar.xz wireguard-openbsd-235bc5f08efb07811ac560b4843da3feaab99ba3.zip |
Add cvs tag, author name and year
Diffstat (limited to 'regress/lib/libc/gcvt/gcvt_test.c')
-rw-r--r-- | regress/lib/libc/gcvt/gcvt_test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/lib/libc/gcvt/gcvt_test.c b/regress/lib/libc/gcvt/gcvt_test.c index aed34e3d585..164d600cd2a 100644 --- a/regress/lib/libc/gcvt/gcvt_test.c +++ b/regress/lib/libc/gcvt/gcvt_test.c @@ -1,4 +1,8 @@ -/* Public domain */ +/* $OpenBSD: gcvt_test.c,v 1.4 2010/09/18 20:29:15 millert Exp $ */ + +/* + * Public domain, 2010, Todd C. Miller <Todd.Miller@courtesan.com> + */ #include <stdio.h> #include <stdlib.h> |