Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/rev.c')
-rw-r--r--util-linux/rev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c
index fa3a453ae..8d5ac2f2d 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com>
*
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
//applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP))