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: */
/*
* Calendar implementation for busybox
*

View file

@ -1,4 +1,4 @@
/* vi: set sw=8 ts=8: */
/* vi: set sw=4 ts=4: */
/*
* cut.c - minimalist version of cut
*

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/* fold -- wrap each input line to fit in specified width.
Written by David MacKenzie, djm@gnu.ai.mit.edu.
@ -158,4 +159,3 @@ rescan:
bb_fflush_stdout_and_exit(errs);
}
/* vi: set sw=4 ts=4: */

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au>
*

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/

View file

@ -1,4 +1,4 @@
/* vi:set ts=4: */
/* vi: set sw=4 ts=4: */
/* nohup - invoke a utility immune to hangups.
*
* Busybox version based on nohup specification at

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* od implementation for busybox
* Based on code from util-linux v 2.11l

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* printenv implementation for busybox
*

View file

@ -1,4 +1,4 @@
/* vi:set ts=4:*/
/* vi: set sw=4 ts=4: */
/*
* stat -- display file or file system status
*

View file

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* Copyright 2003, Glenn McGrath <bug1@iinet.net.au>
*