diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-13 02:02:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-13 02:02:50 +0000 |
commit | ecd6a12ea8c212be301a3628b06dd93e66d4636d (patch) | |
tree | 428d7ce6e53e34a05d13766e5927367819eb6d8f /usr.bin/x99token | |
parent | 0434ea0002034c38384096939e935543d405afe1 (diff) |
Like the man page, this file is in the public domain; confirmed with
the author.
Diffstat (limited to 'usr.bin/x99token')
-rw-r--r-- | usr.bin/x99token/x99token.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/x99token/x99token.c b/usr.bin/x99token/x99token.c index 9bb4c840d4f..280cc11c936 100644 --- a/usr.bin/x99token/x99token.c +++ b/usr.bin/x99token/x99token.c @@ -2,6 +2,8 @@ * X9.9 calculator * This software is provided AS IS with no express or implied warranty * October 1995, Paul Borman <prb@krystal.com> + * + * Donated to the Public Domain by Paul Borman */ #include <sys/param.h> #include <sys/stat.h> |