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 | |
parent | fb29038b59fa639b79de99c4edddfa6462918765 (diff) | |
download | busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.zip busybox-d18f52bd182ac163a4ca87e7f8ffcb047fd063a3.tar.gz |
actually add bb_qsort.c
*: s/Denis/Denys/
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/ipsvd_perhost.c | 2 | ||||
-rw-r--r-- | ipsvd/ipsvd_perhost.h | 2 | ||||
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ipsvd/ipsvd_perhost.c b/ipsvd/ipsvd_perhost.c index d4c0d79..6075c0a 100644 --- a/ipsvd/ipsvd_perhost.c +++ b/ipsvd/ipsvd_perhost.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. */ diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h index afe2c29..9fc8cee 100644 --- a/ipsvd/ipsvd_perhost.h +++ b/ipsvd/ipsvd_perhost.h @@ -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. */ 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. */ |