diff options
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index 5894ed438..cc3c78433 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> | 6 | * Copyright (C) 1999,2000,2001 by John Beppu <beppu@codepoet.org> |
7 | * Copyright (C) 2002 Edward Betts <edward@debian.org> | 7 | * Copyright (C) 2002 Edward Betts <edward@debian.org> |
8 | * | 8 | * |
9 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* BB_AUDIT SUSv3 compliant (unless default blocksize set to 1k) */ | 12 | /* BB_AUDIT SUSv3 compliant (unless default blocksize set to 1k) */ |