diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 16:41:36 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 16:41:36 +0000 |
commit | 81715c31594ac2f02b1d73dc9df0a7e9a19ca9a7 (patch) | |
tree | f5395a36e9c3174c43ace599b0bdcc2d1a423f10 /src/librc.c | |
parent | eb20d7d786fe13aecec80772c7d84d90c5d92560 (diff) |
Display version on start and allow --version to work
Diffstat (limited to 'src/librc.c')
-rw-r--r-- | src/librc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librc.c b/src/librc.c index 4a2226f6..d5ab76fa 100644 --- a/src/librc.c +++ b/src/librc.c @@ -30,6 +30,9 @@ * SUCH DAMAGE. */ +const char copyright[] = "Copyright (c) 2007 Gentoo Foundation\n" + "Copyright (c) 2007 Roy Marples"; + #include "librc.h" /* usecs to wait while we poll the fifo */ |