From 2e294fd900c2829150a9f6d0bed92000cd0fcd15 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 1 Mar 2010 22:23:57 -0300 Subject: [PATCH] Update Copyright date in files --- qa/run_tests.sh | 1 - src/cache.c | 2 +- src/chars.c | 2 +- src/clock.c | 2 +- src/config.c | 2 +- src/connection.c | 2 +- src/epoll.c | 2 +- src/file.c | 2 +- src/header.c | 2 +- src/include/cache.h | 2 +- src/include/chars.h | 2 +- src/include/clock.h | 2 +- src/include/config.h | 2 +- src/include/connection.h | 2 +- src/include/epoll.h | 2 +- src/include/file.h | 2 +- src/include/header.h | 2 +- src/include/http.h | 2 +- src/include/http_status.h | 2 +- src/include/iov.h | 2 +- src/include/logfile.h | 2 +- src/include/memory.h | 2 +- src/include/method.h | 2 +- src/include/mimetype.h | 2 +- src/include/monkey.h | 2 +- src/include/plugin.h | 2 +- src/include/process.h | 2 +- src/include/request.h | 2 +- src/include/scheduler.h | 2 +- src/include/server.h | 2 +- src/include/signals.h | 2 +- src/include/socket.h | 2 +- src/include/str.h | 2 +- src/include/support.h | 2 +- src/include/user.h | 2 +- src/include/utils.h | 2 +- src/include/worker.h | 2 +- src/iov.c | 8 ++++++-- src/logfile.c | 2 +- src/method.c | 2 +- src/mimetype.c | 2 +- src/monkey.c | 2 +- src/request.c | 2 +- src/scheduler.c | 2 +- src/server.c | 2 +- src/signals.c | 2 +- src/socket.c | 2 +- src/str.c | 2 +- src/utils.c | 2 +- src/worker.c | 2 +- 50 files changed, 54 insertions(+), 51 deletions(-) diff --git a/qa/run_tests.sh b/qa/run_tests.sh index cc9971b..4e9abe8 100755 --- a/qa/run_tests.sh +++ b/qa/run_tests.sh @@ -28,7 +28,6 @@ TESTS_OK=0 for test_file in $TEST_FILES; do # echo -ne "[TEST $NTEST/$TOTAL_TESTS]\t""case: $test_file\t\t" - sleep 0.5 printf "[%3d/%d] %-32s " $NTEST $TOTAL_TESTS "$test_file" OUTPUT=`$HTTEST_CMD "$test_file" 2>&1` diff --git a/src/cache.c b/src/cache.c index 4e933a8..70ac6e3 100644 --- a/src/cache.c +++ b/src/cache.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/chars.c b/src/chars.c index 758df14..8bdfccd 100644 --- a/src/chars.c +++ b/src/chars.c @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/clock.c b/src/clock.c index 51ae99a..bd3ae7d 100644 --- a/src/clock.c +++ b/src/clock.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/config.c b/src/config.c index 8999329..b9c9af5 100644 --- a/src/config.c +++ b/src/config.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/connection.c b/src/connection.c index 02b2522..8981056 100644 --- a/src/connection.c +++ b/src/connection.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/epoll.c b/src/epoll.c index 0c7c533..42fafeb 100644 --- a/src/epoll.c +++ b/src/epoll.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/file.c b/src/file.c index d6b1ed7..f262874 100644 --- a/src/file.c +++ b/src/file.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008-2009, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/header.c b/src/header.c index ad5c253..6d2345c 100644 --- a/src/header.c +++ b/src/header.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/cache.h b/src/include/cache.h index 1076f47..d18e669 100644 --- a/src/include/cache.h +++ b/src/include/cache.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/chars.h b/src/include/chars.h index b680752..6a31081 100644 --- a/src/include/chars.h +++ b/src/include/chars.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/clock.h b/src/include/clock.h index 02bae07..b39cd73 100644 --- a/src/include/clock.h +++ b/src/include/clock.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/config.h b/src/include/config.h index 39384f4..a7707d1 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -3,7 +3,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/connection.h b/src/include/connection.h index 31a4c68..75da78d 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/epoll.h b/src/include/epoll.h index c053d93..bd6993b 100644 --- a/src/include/epoll.h +++ b/src/include/epoll.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/file.h b/src/include/file.h index 10ad9dd..e2eee58 100644 --- a/src/include/file.h +++ b/src/include/file.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/header.h b/src/include/header.h index 6fcf162..23790bb 100644 --- a/src/include/header.h +++ b/src/include/header.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/http.h b/src/include/http.h index 087bb49..b282fc0 100644 --- a/src/include/http.h +++ b/src/include/http.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/http_status.h b/src/include/http_status.h index 0340686..fc5b113 100644 --- a/src/include/http_status.h +++ b/src/include/http_status.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/iov.h b/src/include/iov.h index ab1741c..a4bd1d5 100644 --- a/src/include/iov.h +++ b/src/include/iov.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/logfile.h b/src/include/logfile.h index 8a84433..f6d8c90 100644 --- a/src/include/logfile.h +++ b/src/include/logfile.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/memory.h b/src/include/memory.h index 35d6bb4..61c7c38 100644 --- a/src/include/memory.h +++ b/src/include/memory.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/method.h b/src/include/method.h index 81c6ffc..f5427eb 100644 --- a/src/include/method.h +++ b/src/include/method.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/mimetype.h b/src/include/mimetype.h index 6f4c4ec..69958fb 100644 --- a/src/include/mimetype.h +++ b/src/include/mimetype.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/monkey.h b/src/include/monkey.h index 6b72dfe..ea83bf8 100644 --- a/src/include/monkey.h +++ b/src/include/monkey.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/plugin.h b/src/include/plugin.h index 1f61f22..d322d61 100644 --- a/src/include/plugin.h +++ b/src/include/plugin.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2009, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/process.h b/src/include/process.h index fd9871e..479deca 100644 --- a/src/include/process.h +++ b/src/include/process.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2007, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/request.h b/src/include/request.h index 6a4a5d8..270d442 100644 --- a/src/include/request.h +++ b/src/include/request.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/scheduler.h b/src/include/scheduler.h index b193ceb..18dfd69 100644 --- a/src/include/scheduler.h +++ b/src/include/scheduler.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/server.h b/src/include/server.h index fcbdcc3..0d23ad6 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/signals.h b/src/include/signals.h index 2fe7f08..98d51e7 100644 --- a/src/include/signals.h +++ b/src/include/signals.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/socket.h b/src/include/socket.h index 953d87a..1c7e0c2 100644 --- a/src/include/socket.h +++ b/src/include/socket.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/str.h b/src/include/str.h index 504d9ec..24ad547 100644 --- a/src/include/str.h +++ b/src/include/str.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/support.h b/src/include/support.h index aaa91ca..4ebd64f 100644 --- a/src/include/support.h +++ b/src/include/support.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/user.h b/src/include/user.h index 60814ae..ae9cccd 100644 --- a/src/include/user.h +++ b/src/include/user.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2009, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/utils.h b/src/include/utils.h index d2f474b..7445259 100644 --- a/src/include/utils.h +++ b/src/include/utils.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2007, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/include/worker.h b/src/include/worker.h index 9c7b7d8..0d6ffa6 100644 --- a/src/include/worker.h +++ b/src/include/worker.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/iov.c b/src/iov.c index b67f841..fba8ca3 100644 --- a/src/iov.c +++ b/src/iov.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,6 +32,7 @@ #include "header.h" #include "memory.h" +#include "utils.h" #include "iov.h" struct mk_iov *mk_iov_create(int n, int offset) @@ -61,7 +62,7 @@ int mk_iov_add_entry(struct mk_iov *mk_io, char *buf, int len, #ifdef DEBUG_IOV if (mk_io->iov_idx > mk_io->size) { - printf("\nDEBUG IOV :: ERROR, Broke array size in:"); + printf("\nDEBUG IOV :: ERROR, Broken array size in:"); printf("\n '''%s'''", buf); fflush(stdout); } @@ -163,6 +164,9 @@ ssize_t mk_iov_send(int fd, struct mk_iov *mk_io, int to) n = writev(fd, mk_io->io, mk_io->iov_idx); if (n < 0) { +#ifdef TRACE + MK_TRACE("writev() error on FD %i", fd); +#endif perror("writev"); } } diff --git a/src/logfile.c b/src/logfile.c index d6eb30c..c993904 100644 --- a/src/logfile.c +++ b/src/logfile.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/method.c b/src/method.c index 70363d4..364ba73 100644 --- a/src/method.c +++ b/src/method.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mimetype.c b/src/mimetype.c index 7fb67a8..5a1dd37 100644 --- a/src/mimetype.c +++ b/src/mimetype.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/monkey.c b/src/monkey.c index 1354a05..618ea4f 100644 --- a/src/monkey.c +++ b/src/monkey.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/request.c b/src/request.c index 0566378..3872593 100644 --- a/src/request.c +++ b/src/request.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scheduler.c b/src/scheduler.c index 0d06a83..68aef5a 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/server.c b/src/server.c index 2559205..b199161 100644 --- a/src/server.c +++ b/src/server.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/signals.c b/src/signals.c index 8efbb2a..9a0fee7 100644 --- a/src/signals.c +++ b/src/signals.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2003, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/socket.c b/src/socket.c index 80c8537..fb6880b 100644 --- a/src/socket.c +++ b/src/socket.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008-2009 Eduardo Silva P. + * Copyright (C) 2001-2010 Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/str.c b/src/str.c index 858f2c0..2693d1a 100644 --- a/src/str.c +++ b/src/str.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/utils.c b/src/utils.c index 973ebdb..236e908 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/worker.c b/src/worker.c index 952bdbe..82097cd 100644 --- a/src/worker.c +++ b/src/worker.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2008, Eduardo Silva P. + * Copyright (C) 2001-2010, Eduardo Silva P. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.11.4.GIT