From 9093e2628fe89baee318cb2c80ac293059018146 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 1 Mar 2010 22:26:40 -0300 Subject: [PATCH] Add Eduardo's email to copyright header files --- 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/http.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 | 2 +- src/logfile.c | 2 +- src/memory.c | 2 +- src/method.c | 2 +- src/mimetype.c | 2 +- src/monkey.c | 2 +- src/plugin.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/user.c | 2 +- src/utils.c | 2 +- src/worker.c | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/src/cache.c b/src/cache.c index 70ac6e3..e377dd1 100644 --- a/src/cache.c +++ b/src/cache.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 8bdfccd..934ebbe 100644 --- a/src/chars.c +++ b/src/chars.c @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 bd3ae7d..93c40a5 100644 --- a/src/clock.c +++ b/src/clock.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 b9c9af5..630a89c 100644 --- a/src/config.c +++ b/src/config.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 8981056..78f4cc7 100644 --- a/src/connection.c +++ b/src/connection.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 42fafeb..cd484c5 100644 --- a/src/epoll.c +++ b/src/epoll.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 f262874..fed5a67 100644 --- a/src/file.c +++ b/src/file.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 6d2345c..90de4e5 100644 --- a/src/header.c +++ b/src/header.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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/http.c b/src/http.c index 034cc39..7b74073 100644 --- a/src/http.c +++ b/src/http.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 d18e669..e1504de 100644 --- a/src/include/cache.h +++ b/src/include/cache.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 6a31081..a62c1f9 100644 --- a/src/include/chars.h +++ b/src/include/chars.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 b39cd73..a9cb20c 100644 --- a/src/include/clock.h +++ b/src/include/clock.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 a7707d1..be60b59 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -3,7 +3,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 75da78d..175357f 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 bd6993b..bc72be9 100644 --- a/src/include/epoll.h +++ b/src/include/epoll.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 e2eee58..5e9809e 100644 --- a/src/include/file.h +++ b/src/include/file.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 23790bb..2fa7735 100644 --- a/src/include/header.h +++ b/src/include/header.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 b282fc0..9e3fb1f 100644 --- a/src/include/http.h +++ b/src/include/http.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 fc5b113..67e4dc1 100644 --- a/src/include/http_status.h +++ b/src/include/http_status.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 a4bd1d5..fbcadb5 100644 --- a/src/include/iov.h +++ b/src/include/iov.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 f6d8c90..dfd4d7f 100644 --- a/src/include/logfile.h +++ b/src/include/logfile.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 61c7c38..a2d1296 100644 --- a/src/include/memory.h +++ b/src/include/memory.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 f5427eb..8276998 100644 --- a/src/include/method.h +++ b/src/include/method.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 69958fb..bb2a168 100644 --- a/src/include/mimetype.h +++ b/src/include/mimetype.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 ea83bf8..9c3307b 100644 --- a/src/include/monkey.h +++ b/src/include/monkey.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 d322d61..dafde3c 100644 --- a/src/include/plugin.h +++ b/src/include/plugin.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 479deca..0d167fc 100644 --- a/src/include/process.h +++ b/src/include/process.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 270d442..d9ba171 100644 --- a/src/include/request.h +++ b/src/include/request.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 18dfd69..d9c64ab 100644 --- a/src/include/scheduler.h +++ b/src/include/scheduler.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 0d23ad6..8c8adc3 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 98d51e7..b7dc967 100644 --- a/src/include/signals.h +++ b/src/include/signals.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 1c7e0c2..e9cd976 100644 --- a/src/include/socket.h +++ b/src/include/socket.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 24ad547..d252d85 100644 --- a/src/include/str.h +++ b/src/include/str.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 4ebd64f..43c8e13 100644 --- a/src/include/support.h +++ b/src/include/support.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 ae9cccd..96ce53c 100644 --- a/src/include/user.h +++ b/src/include/user.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 7445259..41b4256 100644 --- a/src/include/utils.h +++ b/src/include/utils.h @@ -1,6 +1,6 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 0d6ffa6..552b9da 100644 --- a/src/include/worker.h +++ b/src/include/worker.h @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 fba8ca3..a25f839 100644 --- a/src/iov.c +++ b/src/iov.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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/logfile.c b/src/logfile.c index c993904..95c75d0 100644 --- a/src/logfile.c +++ b/src/logfile.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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/memory.c b/src/memory.c index ea5419c..a4d1576 100644 --- a/src/memory.c +++ b/src/memory.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2009, Eduardo Silva P. + * Copyright (C) 2001-2009, 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 364ba73..067b6a5 100644 --- a/src/method.c +++ b/src/method.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 5a1dd37..b390f93 100644 --- a/src/mimetype.c +++ b/src/mimetype.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 618ea4f..b43d2d4 100644 --- a/src/monkey.c +++ b/src/monkey.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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/plugin.c b/src/plugin.c index e5a84a9..f40056e 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 3872593..c743666 100644 --- a/src/request.c +++ b/src/request.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 68aef5a..bf7d59b 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 b199161..0c26f0a 100644 --- a/src/server.c +++ b/src/server.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 9a0fee7..93fd08d 100644 --- a/src/signals.c +++ b/src/signals.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 fb6880b..60aadf6 100644 --- a/src/socket.c +++ b/src/socket.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010 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 2693d1a..61c4b9a 100644 --- a/src/str.c +++ b/src/str.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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/user.c b/src/user.c index 8923488..1326d5b 100644 --- a/src/user.c +++ b/src/user.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2002, Eduardo Silva P. + * Copyright (C) 2001-2002, 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 236e908..9c3cd4b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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 82097cd..fba5b95 100644 --- a/src/worker.c +++ b/src/worker.c @@ -2,7 +2,7 @@ /* Monkey HTTP Daemon * ------------------ - * Copyright (C) 2001-2010, 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