diff options
Diffstat (limited to 'libbb/xfunc_die.c')
-rw-r--r-- | libbb/xfunc_die.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfunc_die.c b/libbb/xfunc_die.c index ba9fe935a..204e5e49d 100644 --- a/libbb/xfunc_die.c +++ b/libbb/xfunc_die.c @@ -4,7 +4,7 @@ * * Copyright (C) 2008 by Denys Vlasenko <vda.linux@googlemail.com> * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* Keeping it separate allows to NOT suck in stdio for VERY small applets. |