diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-09-18 16:28:43 +0200 |
commit | 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch) | |
tree | cfe1328d742da3f0572ac8b2f06aa95259862ac5 /miscutils | |
parent | b63afead4411c5832d427ed149683c85cc81a4c9 (diff) | |
download | busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.bz2 busybox-w32-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip |
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/beep.c | 1 | ||||
-rw-r--r-- | miscutils/less.c | 2 | ||||
-rw-r--r-- | miscutils/nandwrite.c | 1 | ||||
-rw-r--r-- | miscutils/raidautorun.c | 1 | ||||
-rw-r--r-- | miscutils/rfkill.c | 13 | ||||
-rw-r--r-- | miscutils/setserial.c | 1 | ||||
-rw-r--r-- | miscutils/ubi_tools.c | 1 |
7 files changed, 6 insertions, 14 deletions
diff --git a/miscutils/beep.c b/miscutils/beep.c index b9b62f79b..0c8a8225e 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * Copyright (C) 2009 Bernhard Reutner-Fischer | 5 | * Copyright (C) 2009 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | * | ||
9 | */ | 8 | */ |
10 | //config:config BEEP | 9 | //config:config BEEP |
11 | //config: bool "beep (3 kb)" | 10 | //config: bool "beep (3 kb)" |
diff --git a/miscutils/less.c b/miscutils/less.c index c6c158a51..82092f600 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | /* | 9 | /* |
11 | * TODO: | 10 | * TODO: |
12 | * - Add more regular expression support - search modifiers, certain matches, etc. | 11 | * - Add more regular expression support - search modifiers, certain matches, etc. |
@@ -20,7 +19,6 @@ | |||
20 | * - the inp file pointer is used so that keyboard input works after | 19 | * - the inp file pointer is used so that keyboard input works after |
21 | * redirected input has been read from stdin | 20 | * redirected input has been read from stdin |
22 | */ | 21 | */ |
23 | |||
24 | //config:config LESS | 22 | //config:config LESS |
25 | //config: bool "less (15 kb)" | 23 | //config: bool "less (15 kb)" |
26 | //config: default y | 24 | //config: default y |
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index 80a005821..72f028ed3 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * | 7 | * |
8 | * TODO: add support for large (>4GB) MTD devices | 8 | * TODO: add support for large (>4GB) MTD devices |
9 | */ | 9 | */ |
10 | |||
11 | //config:config NANDWRITE | 10 | //config:config NANDWRITE |
12 | //config: bool "nandwrite (5.9 kb)" | 11 | //config: bool "nandwrite (5.9 kb)" |
13 | //config: default y | 12 | //config: default y |
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index caf6e0821..d315c2734 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c | |||
@@ -5,7 +5,6 @@ | |||
5 | * Copyright (C) 2006 Bernhard Reutner-Fischer | 5 | * Copyright (C) 2006 Bernhard Reutner-Fischer |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | * | ||
9 | */ | 8 | */ |
10 | //config:config RAIDAUTORUN | 9 | //config:config RAIDAUTORUN |
11 | //config: bool "raidautorun (1.4 kb)" | 10 | //config: bool "raidautorun (1.4 kb)" |
diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c index 546928402..ae38c182d 100644 --- a/miscutils/rfkill.c +++ b/miscutils/rfkill.c | |||
@@ -1,12 +1,11 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * rfkill implementation for busybox | 3 | * rfkill implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net> | 5 | * Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net> |
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | //config:config RFKILL | 9 | //config:config RFKILL |
11 | //config: bool "rfkill (5.3 kb)" | 10 | //config: bool "rfkill (5.3 kb)" |
12 | //config: default n # doesn't build on Ubuntu 9.04 | 11 | //config: default n # doesn't build on Ubuntu 9.04 |
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index f217c3beb..fd88ed106 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c | |||
@@ -7,7 +7,6 @@ | |||
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | |||
11 | //config:config SETSERIAL | 10 | //config:config SETSERIAL |
12 | //config: bool "setserial (6.6 kb)" | 11 | //config: bool "setserial (6.6 kb)" |
13 | //config: default y | 12 | //config: default y |
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index d142d1144..1ef8fd90e 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -2,7 +2,6 @@ | |||
2 | * | 2 | * |
3 | * Licensed under GPLv2, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | |||
6 | //config:config UBIATTACH | 5 | //config:config UBIATTACH |
7 | //config: bool "ubiattach (4.7 kb)" | 6 | //config: bool "ubiattach (4.7 kb)" |
8 | //config: default y | 7 | //config: default y |