aboutsummaryrefslogtreecommitdiff
path: root/networking/isrv.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-02 12:53:15 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-02 12:53:15 +0000
commitd18f52bd182ac163a4ca87e7f8ffcb047fd063a3 (patch)
tree2b0804e1014e908150a20acc6bbccbd9b83cfce3 /networking/isrv.c
parentfb29038b59fa639b79de99c4edddfa6462918765 (diff)
downloadbusybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'networking/isrv.c')
-rw-r--r--networking/isrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/isrv.c b/networking/isrv.c
index 080c60fbd..66bb3718e 100644
--- a/networking/isrv.c
+++ b/networking/isrv.c
@@ -3,7 +3,7 @@
* Generic non-forking server infrastructure.
* Intended to make writing telnetd-type servers easier.
*
- * Copyright (C) 2007 Denis Vlasenko
+ * Copyright (C) 2007 Denys Vlasenko
*
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/