diff options
author | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
---|---|---|
committer | "Robert P. J. Day" <rpjday@mindspring.com> | 2006-07-02 19:47:05 +0000 |
commit | 63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch) | |
tree | 281a0ba5d442380d600e78ee09a775a2181dc55f /libbb | |
parent | 087b9d640ed66f37249c09885fa86b27a78554c7 (diff) | |
download | busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.bz2 busybox-w32-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.zip |
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/bb_asprintf.c | 1 | ||||
-rw-r--r-- | libbb/compare_string_array.c | 2 | ||||
-rw-r--r-- | libbb/dump.c | 1 | ||||
-rw-r--r-- | libbb/human_readable.c | 1 | ||||
-rw-r--r-- | libbb/inet_common.c | 1 | ||||
-rw-r--r-- | libbb/last_char_is.c | 1 | ||||
-rw-r--r-- | libbb/login.c | 1 | ||||
-rw-r--r-- | libbb/md5.c | 1 | ||||
-rw-r--r-- | libbb/qmodule.c | 1 | ||||
-rw-r--r-- | libbb/sha1.c | 1 | ||||
-rw-r--r-- | libbb/xgetcwd.c | 1 | ||||
-rw-r--r-- | libbb/xreadlink.c | 1 | ||||
-rw-r--r-- | libbb/xstat.c | 1 |
13 files changed, 13 insertions, 1 deletions
diff --git a/libbb/bb_asprintf.c b/libbb/bb_asprintf.c index 191417a2d..51896ddd6 100644 --- a/libbb/bb_asprintf.c +++ b/libbb/bb_asprintf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | Copyright (C) 2002,2005 Vladimir Oleynik <dzo@simtreas.ru> | 3 | Copyright (C) 2002,2005 Vladimir Oleynik <dzo@simtreas.ru> |
3 | */ | 4 | */ |
diff --git a/libbb/compare_string_array.c b/libbb/compare_string_array.c index d379feea4..cac93d995 100644 --- a/libbb/compare_string_array.c +++ b/libbb/compare_string_array.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* vi:set ts=4:*/ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
4 | */ | 4 | */ |
diff --git a/libbb/dump.c b/libbb/dump.c index 283cba19a..f1d5df2d6 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Support code for the hexdump and od applets, | 3 | * Support code for the hexdump and od applets, |
3 | * based on code from util-linux v 2.11l | 4 | * based on code from util-linux v 2.11l |
diff --git a/libbb/human_readable.c b/libbb/human_readable.c index cf029c0a2..115fde744 100644 --- a/libbb/human_readable.c +++ b/libbb/human_readable.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * June 30, 2001 Manuel Novoa III | 3 | * June 30, 2001 Manuel Novoa III |
3 | * | 4 | * |
diff --git a/libbb/inet_common.c b/libbb/inet_common.c index d9e545148..feb0c42f3 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * stolen from net-tools-1.59 and stripped down for busybox by | 3 | * stolen from net-tools-1.59 and stripped down for busybox by |
3 | * Erik Andersen <andersen@codepoet.org> | 4 | * Erik Andersen <andersen@codepoet.org> |
diff --git a/libbb/last_char_is.c b/libbb/last_char_is.c index 9bd70996c..9bf0bee5f 100644 --- a/libbb/last_char_is.c +++ b/libbb/last_char_is.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * busybox library eXtended function | 3 | * busybox library eXtended function |
3 | * | 4 | * |
diff --git a/libbb/login.c b/libbb/login.c index 0abc9dced..7c1cad3f2 100644 --- a/libbb/login.c +++ b/libbb/login.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * issue.c: issue printing code | 3 | * issue.c: issue printing code |
3 | * | 4 | * |
diff --git a/libbb/md5.c b/libbb/md5.c index 58be40b6a..5ad65804a 100644 --- a/libbb/md5.c +++ b/libbb/md5.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * md5.c - Compute MD5 checksum of strings according to the | 3 | * md5.c - Compute MD5 checksum of strings according to the |
3 | * definition of MD5 in RFC 1321 from April 1992. | 4 | * definition of MD5 in RFC 1321 from April 1992. |
diff --git a/libbb/qmodule.c b/libbb/qmodule.c index fd14d10fa..4e4e79d38 100644 --- a/libbb/qmodule.c +++ b/libbb/qmodule.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | Copyright (C) 2002 Tim Riker <Tim@Rikers.org> | 3 | Copyright (C) 2002 Tim Riker <Tim@Rikers.org> |
3 | everyone seems to claim it someplace. ;-) | 4 | everyone seems to claim it someplace. ;-) |
diff --git a/libbb/sha1.c b/libbb/sha1.c index dd4009834..31b55b1da 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * Based on shasum from http://www.netsw.org/crypto/hash/ | 3 | * Based on shasum from http://www.netsw.org/crypto/hash/ |
3 | * Majorly hacked up to use Dr Brian Gladman's sha1 code | 4 | * Majorly hacked up to use Dr Brian Gladman's sha1 code |
diff --git a/libbb/xgetcwd.c b/libbb/xgetcwd.c index 1fcdba198..f6cfb34a7 100644 --- a/libbb/xgetcwd.c +++ b/libbb/xgetcwd.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * xgetcwd.c -- return current directory with unlimited length | 3 | * xgetcwd.c -- return current directory with unlimited length |
3 | * Copyright (C) 1992, 1996 Free Software Foundation, Inc. | 4 | * Copyright (C) 1992, 1996 Free Software Foundation, Inc. |
diff --git a/libbb/xreadlink.c b/libbb/xreadlink.c index c7227d1dd..14863d9d5 100644 --- a/libbb/xreadlink.c +++ b/libbb/xreadlink.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * xreadlink.c - safe implementation of readlink. | 3 | * xreadlink.c - safe implementation of readlink. |
3 | * Returns a NULL on failure... | 4 | * Returns a NULL on failure... |
diff --git a/libbb/xstat.c b/libbb/xstat.c index ca6686403..2a6cc3ed7 100644 --- a/libbb/xstat.c +++ b/libbb/xstat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | ||
1 | /* | 2 | /* |
2 | * xstat.c - a stat() which dies on failure with meaningful error message | 3 | * xstat.c - a stat() which dies on failure with meaningful error message |
3 | */ | 4 | */ |