aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ftpd.c')
-rw-r--r--networking/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c
index 0daf9f7a3..64068e467 100644
--- a/networking/ftpd.c
+++ b/networking/ftpd.c
@@ -4,7 +4,7 @@
4 * 4 *
5 * Author: Adam Tkac <vonsch@gmail.com> 5 * Author: Adam Tkac <vonsch@gmail.com>
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this tarball for details. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 * 8 *
9 * Only subset of FTP protocol is implemented but vast majority of clients 9 * Only subset of FTP protocol is implemented but vast majority of clients
10 * should not have any problem. 10 * should not have any problem.