summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-05-23 16:37:38 +0000
committerroot <root>2008-05-23 16:37:38 +0000
commit863d34156e63d6adecaa2c514bd004c712d3921e (patch)
tree6f12001a8b9eb776ebeb0db90cde95430291d277
parent57b7dfb9d93bdc4ad0dce7ea72de530940c8443b (diff)
*** empty log message ***
-rw-r--r--ev_epoll.c2
-rw-r--r--ev_kqueue.c2
-rw-r--r--ev_poll.c2
-rw-r--r--ev_port.c2
-rw-r--r--ev_select.c2
-rw-r--r--ev_win32.c2
-rw-r--r--event.c2
-rw-r--r--event.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/ev_epoll.c b/ev_epoll.c
index 76645ec..934e8e3 100644
--- a/ev_epoll.c
+++ b/ev_epoll.c
@@ -1,7 +1,7 @@
/*
* libev epoll fd activity backend
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_kqueue.c b/ev_kqueue.c
index 369d493..c8dc69a 100644
--- a/ev_kqueue.c
+++ b/ev_kqueue.c
@@ -1,7 +1,7 @@
/*
* libev kqueue backend
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_poll.c b/ev_poll.c
index 51d3e5e..4a9efdc 100644
--- a/ev_poll.c
+++ b/ev_poll.c
@@ -1,7 +1,7 @@
/*
* libev poll fd activity backend
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_port.c b/ev_port.c
index a84fb7b..0b7b066 100644
--- a/ev_port.c
+++ b/ev_port.c
@@ -1,7 +1,7 @@
/*
* libev solaris event port backend
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_select.c b/ev_select.c
index ddcd07c..fcebcc6 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -1,7 +1,7 @@
/*
* libev select fd activity backend
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_win32.c b/ev_win32.c
index ceac3f6..d78568d 100644
--- a/ev_win32.c
+++ b/ev_win32.c
@@ -1,7 +1,7 @@
/*
* libev win32 compatibility cruft (_not_ a backend)
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/event.c b/event.c
index 8dd52a9..1372324 100644
--- a/event.c
+++ b/event.c
@@ -1,7 +1,7 @@
/*
* libevent compatibility layer
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/event.h b/event.h
index 81e725b..b8c0862 100644
--- a/event.h
+++ b/event.h
@@ -1,7 +1,7 @@
/*
* libevent compatibility header, only core events supported
*
- * Copyright (c) 2007 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-