diff options
Diffstat (limited to 'libbb/bb_xchdir.c')
-rw-r--r-- | libbb/bb_xchdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/bb_xchdir.c b/libbb/bb_xchdir.c index 65b0153..2c2ff27 100644 --- a/libbb/bb_xchdir.c +++ b/libbb/bb_xchdir.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006 Denis Vlasenko * - * Licensed under LGPL, see file docs/lesser.txt in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ #include <unistd.h> #include "libbb.h" |