aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:57:26 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 13:57:26 +1000
commit0c9d2455301ed633826e222aacd930126990913e (patch)
tree2353a480f55dfa41d9e6d2fa328af1b60dd3653e /docs
parente8db4fe96b3a68b6f971d88084ef2fd2c8513e78 (diff)
parent9dc04124d5a3f0c9be249287817a964691e187b0 (diff)
downloadbusybox-w32-0c9d2455301ed633826e222aacd930126990913e.tar.gz
busybox-w32-0c9d2455301ed633826e222aacd930126990913e.tar.bz2
busybox-w32-0c9d2455301ed633826e222aacd930126990913e.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 a2c5a49fe..2f237564d 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, see file LICENSE in this tarball for details. 39 * Licensed under GPLv2, see file LICENSE in this source tree.
40 */ 40 */
41 41
42#include "libbb.h" 42#include "libbb.h"