regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2009 Bernhard Reutner-Fischer
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*
|
||||
*/
|
||||
//config:config BEEP
|
||||
//config: bool "beep (3 kb)"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
* - Add more regular expression support - search modifiers, certain matches, etc.
|
||||
@@ -20,7 +19,6 @@
|
||||
* - the inp file pointer is used so that keyboard input works after
|
||||
* redirected input has been read from stdin
|
||||
*/
|
||||
|
||||
//config:config LESS
|
||||
//config: bool "less (15 kb)"
|
||||
//config: default y
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
*
|
||||
* TODO: add support for large (>4GB) MTD devices
|
||||
*/
|
||||
|
||||
//config:config NANDWRITE
|
||||
//config: bool "nandwrite (5.9 kb)"
|
||||
//config: default y
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
* Copyright (C) 2006 Bernhard Reutner-Fischer
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*
|
||||
*/
|
||||
//config:config RAIDAUTORUN
|
||||
//config: bool "raidautorun (1.4 kb)"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* rfkill implementation for busybox
|
||||
*
|
||||
* Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net>
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
* rfkill implementation for busybox
|
||||
*
|
||||
* Copyright (C) 2010 Malek Degachi <malek-degachi@laposte.net>
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config RFKILL
|
||||
//config: bool "rfkill (5.3 kb)"
|
||||
//config: default n # doesn't build on Ubuntu 9.04
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//config:config SETSERIAL
|
||||
//config: bool "setserial (6.6 kb)"
|
||||
//config: default y
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//config:config UBIATTACH
|
||||
//config: bool "ubiattach (4.7 kb)"
|
||||
//config: default y
|
||||
|
||||
Reference in New Issue
Block a user