summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 17:41:46 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-06 17:41:46 +0200
commitf38b912fcfbb9a6289a161242c7e9ce2eae8cc0d (patch)
tree95713f7365dc9e4824cfa0575466a1c8c33c4551
parent571c5ab768075c98da547e627b457d9188dca350 (diff)
downloadbusybox-w32-f38b912fcfbb9a6289a161242c7e9ce2eae8cc0d.tar.gz
busybox-w32-f38b912fcfbb9a6289a161242c7e9ce2eae8cc0d.tar.bz2
busybox-w32-f38b912fcfbb9a6289a161242c7e9ce2eae8cc0d.zip
Again fix license line format
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-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 29c288a15..c61116df9 100644
--- a/util-linux/blockdev.c
+++ b/util-linux/blockdev.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com> 4 * Copyright (C) 2010 Sergey Naumov <sknaumov@gmail.com>
5 * 5 *
6 * Licensed under GPLv2, see file License in this tarball for details. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8 8
9//applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP)) 9//applet:IF_BLOCKDEV(APPLET(blockdev, _BB_DIR_SBIN, _BB_SUID_DROP))