Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
Copyright (C) 2002,2005 Vladimir Oleynik <dzo@simtreas.ru>
*/

View File

@@ -1,4 +1,4 @@
/* vi:set ts=4:*/
/* vi: set sw=4 ts=4: */
/*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Support code for the hexdump and od applets,
* based on code from util-linux v 2.11l

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* June 30, 2001 Manuel Novoa III
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* stolen from net-tools-1.59 and stripped down for busybox by
* Erik Andersen <andersen@codepoet.org>

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* busybox library eXtended function
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* issue.c: issue printing code
*

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* md5.c - Compute MD5 checksum of strings according to the
* definition of MD5 in RFC 1321 from April 1992.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
Copyright (C) 2002 Tim Riker <Tim@Rikers.org>
everyone seems to claim it someplace. ;-)

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Based on shasum from http://www.netsw.org/crypto/hash/
* Majorly hacked up to use Dr Brian Gladman's sha1 code

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* xgetcwd.c -- return current directory with unlimited length
* Copyright (C) 1992, 1996 Free Software Foundation, Inc.

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* xreadlink.c - safe implementation of readlink.
* Returns a NULL on failure...

View File

@@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* xstat.c - a stat() which dies on failure with meaningful error message
*/