diff options
Diffstat (limited to 'libbb/makedev.c')
-rw-r--r-- | libbb/makedev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/makedev.c b/libbb/makedev.c index ca71fdba6..cf59e616b 100644 --- a/libbb/makedev.c +++ b/libbb/makedev.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006 Denys Vlasenko * - * Licensed under GPL version 2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ /* We do not include libbb.h - #define makedev() is there! */ |