aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/new-applet-HOWTO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt
index 7fbd62ed1..a2c5a49fe 100644
--- a/docs/new-applet-HOWTO.txt
+++ b/docs/new-applet-HOWTO.txt
@@ -36,7 +36,7 @@ For a new applet mu, here is the code that would go in mu.c:
36 * 36 *
37 * Copyright (C) [YEAR] by [YOUR NAME] <YOUR EMAIL> 37 * Copyright (C) [YEAR] by [YOUR NAME] <YOUR EMAIL>
38 * 38 *
39 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 39 * Licensed under GPLv2, see file LICENSE in this tarball for details.
40 */ 40 */
41 41
42#include "libbb.h" 42#include "libbb.h"