diff options
author | Denis Vlasenko | 2008-03-02 12:53:15 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-03-02 12:53:15 +0000 |
commit | d18f52bd182ac163a4ca87e7f8ffcb047fd063a3 (patch) | |
tree | 2b0804e1014e908150a20acc6bbccbd9b83cfce3 /ipsvd/tcpudp.c | |
parent | fb29038b59fa639b79de99c4edddfa6462918765 (diff) | |
download | busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.zip busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz |
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index b3a2c7a..cb57e59 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -2,7 +2,7 @@ * which are released into public domain by the author. * Homepage: http://smarden.sunsite.dk/ipsvd/ * - * Copyright (C) 2007 Denis Vlasenko. + * Copyright (C) 2007 Denys Vlasenko. * * Licensed under GPLv2, see file LICENSE in this tarball for details. */ |