diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-07-26 20:32:39 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-07-26 20:32:39 +0000 |
commit | d81d24f9540de137978a6ebddc843fd0f8ef03a4 (patch) | |
tree | 4c67616603f200e1a2cf4ad1230b51757fb1f9dd /games/grdc/grdc.c | |
parent | 26478134c18d14c8dccd3b7c0832039e74318aff (diff) |
The elusive original author of this program and man page surfaced long enough
to state the following, when asked about licensing issues:
"It's ok to put any copyright as long as it stays in the public domain.
...
Since I did not write it to make any profit or fame in the first place,
I guess its use is not limited by any license. Of course I would not
object to my name being mentioned."
Then he disappeared again.
So I've put on a current copyright to him, and labelled the code explicitly
as public domain.
Diffstat (limited to 'games/grdc/grdc.c')
-rw-r--r-- | games/grdc/grdc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index 8b5fb569c02..33974fb4754 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -1,5 +1,8 @@ -/* $OpenBSD: grdc.c,v 1.11 2002/05/31 03:40:00 pjanzen Exp $ */ +/* $OpenBSD: grdc.c,v 1.12 2002/07/26 20:32:38 pjanzen Exp $ */ /* + * + * Copyright 2002 Amos Shapir. Public domain. + * * Grand digital clock for curses compatible terminals * Usage: grdc [-s] [n] -- run for n seconds (default infinity) * Flags: -s: scroll |