diff options
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 */ |