aboutsummaryrefslogtreecommitdiff
path: root/util-linux/blockdev.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 16:22:25 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 16:22:25 +0200
commit3d4a8f864693e6a079a78db2290708554b130cb8 (patch)
tree35c3fc9c94130b6e968f5ded99e229837a1e12dc /util-linux/blockdev.c
parent264bdadb2c0406474a4e874a3b16cb57661e6b3a (diff)
downloadbusybox-3d4a8f864693e6a079a78db2290708554b130cb8.tar.gz
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'util-linux/blockdev.c')
-rw-r--r--util-linux/blockdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index 2b48c28c9..9b5d86d00 100644
--- a/util-linux/blockdev.c
+++ b/util-linux/blockdev.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com>
*
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
*/
//applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP))