diff options
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 |
commit | 5d8843e451c01d8abfe6b5be772637310e9e581e (patch) | |
tree | cd0d430f9d651e1bd78d2c6197afb160d85bf5cb /libbb/llist.c | |
parent | 5b88a381578d3e65d56da4c43e3d3190c889f904 (diff) | |
download | busybox-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/llist.c')
-rw-r--r-- | libbb/llist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/llist.c b/libbb/llist.c index fde25e8b7..13b974dec 100644 --- a/libbb/llist.c +++ b/libbb/llist.c | |||
@@ -9,6 +9,7 @@ | |||
9 | * | 9 | * |
10 | * Licensed under the GPL v2, see the file LICENSE in this tarball. | 10 | * Licensed under the GPL v2, see the file LICENSE in this tarball. |
11 | */ | 11 | */ |
12 | |||
12 | #include <stdlib.h> | 13 | #include <stdlib.h> |
13 | #include "libbb.h" | 14 | #include "libbb.h" |
14 | 15 | ||