summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:48:52 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:48:52 +1000
commit53899dc573f4203d5d2a030b4404f7b30f92d202 (patch)
tree5439d5c9081fbe1839893fc846d673257f36684d /libbb/appletlib.c
parente6c77ec19ac157f85f81ac85b008ef77f229c9ac (diff)
parent9768a82eb0ef8b742034d2b22c32e0cc97633604 (diff)
downloadbusybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.gz
busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.tar.bz2
busybox-w32-53899dc573f4203d5d2a030b4404f7b30f92d202.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index cae7da48a..b470f30f9 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -9,7 +9,7 @@
9 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell 9 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
10 * Permission has been granted to redistribute this code under the GPL. 10 * Permission has been granted to redistribute this code under the GPL.
11 * 11 *
12 * Licensed under GPLv2 or later, see file License in this tarball for details. 12 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
13 */ 13 */
14 14
15/* We are trying to not use printf, this benefits the case when selected 15/* We are trying to not use printf, this benefits the case when selected