Standardize on the vi editing directives being on the first line.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
Copyright (C) 2002,2005 Vladimir Oleynik <dzo@simtreas.ru>
|
||||
*/
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* June 30, 2001 Manuel Novoa III
|
||||
*
|
||||
|
@@ -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>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* busybox library eXtended function
|
||||
*
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* issue.c: issue printing code
|
||||
*
|
||||
|
@@ -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.
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
Copyright (C) 2002 Tim Riker <Tim@Rikers.org>
|
||||
everyone seems to claim it someplace. ;-)
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* xreadlink.c - safe implementation of readlink.
|
||||
* Returns a NULL on failure...
|
||||
|
@@ -1,3 +1,4 @@
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* xstat.c - a stat() which dies on failure with meaningful error message
|
||||
*/
|
||||
|
Reference in New Issue
Block a user