diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applets/usage.c b/applets/usage.c index a35817f9f..1e038b367 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -1,4 +1,9 @@ /* vi: set sw=4 ts=4: */ +/* + * Copyright (C) 2008 Denys Vlasenko. + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. + */ #include <unistd.h> /* Just #include "autoconf.h" doesn't work for builds in separate |