summaryrefslogtreecommitdiff
path: root/libbb/xgetlarg.c
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-10 11:41:19 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-10 11:41:19 +0000
commit5d8843e451c01d8abfe6b5be772637310e9e581e (patch)
treecd0d430f9d651e1bd78d2c6197afb160d85bf5cb /libbb/xgetlarg.c
parent5b88a381578d3e65d56da4c43e3d3190c889f904 (diff)
downloadbusybox-w32-5d8843e451c01d8abfe6b5be772637310e9e581e.tar.gz
busybox-w32-5d8843e451c01d8abfe6b5be772637310e9e581e.tar.bz2
busybox-w32-5d8843e451c01d8abfe6b5be772637310e9e581e.zip
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
Diffstat (limited to 'libbb/xgetlarg.c')
-rw-r--r--libbb/xgetlarg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/xgetlarg.c b/libbb/xgetlarg.c
index 893cd2813..cadb83e08 100644
--- a/libbb/xgetlarg.c
+++ b/libbb/xgetlarg.c
@@ -5,7 +5,6 @@
5 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 5 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
6 */ 6 */
7 7
8
9#include <stdio.h> 8#include <stdio.h>
10#include <stdlib.h> 9#include <stdlib.h>
11#include <getopt.h> 10#include <getopt.h>