]> granicus.if.org Git - libevent/commitdiff
Update copyright dates to 2011.
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Oct 2011 17:18:09 +0000 (13:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Oct 2011 17:18:09 +0000 (13:18 -0400)
105 files changed:
LICENSE
buffer.c
buffer_iocp.c
bufferevent-internal.h
bufferevent.c
bufferevent_async.c
bufferevent_filter.c
bufferevent_openssl.c
bufferevent_pair.c
bufferevent_ratelim.c
bufferevent_sock.c
changelist-internal.h
defer-internal.h
devpoll.c
epoll.c
epoll_sub.c
evbuffer-internal.h
evdns.h
event-internal.h
event.c
event.h
event_iocp.c
event_tagging.c
evhttp.h
evmap-internal.h
evmap.c
evrpc-internal.h
evrpc.c
evrpc.h
evsignal-internal.h
evthread-internal.h
evthread.c
evthread_pthread.c
evthread_win32.c
evutil.c
evutil.h
evutil_rand.c
ht-internal.h
http-internal.h
http.c
include/event2/buffer.h
include/event2/buffer_compat.h
include/event2/bufferevent.h
include/event2/bufferevent_compat.h
include/event2/bufferevent_ssl.h
include/event2/bufferevent_struct.h
include/event2/dns.h
include/event2/dns_compat.h
include/event2/dns_struct.h
include/event2/event.h
include/event2/event_compat.h
include/event2/event_struct.h
include/event2/http.h
include/event2/http_compat.h
include/event2/http_struct.h
include/event2/keyvalq_struct.h
include/event2/listener.h
include/event2/rpc.h
include/event2/rpc_compat.h
include/event2/rpc_struct.h
include/event2/tag.h
include/event2/tag_compat.h
include/event2/thread.h
include/event2/util.h
iocp-internal.h
ipv6-internal.h
kqueue.c
listener.c
log-internal.h
log.c
minheap-internal.h
mm-internal.h
poll.c
ratelim-internal.h
select.c
signal.c
test/bench.c
test/bench_cascade.c
test/bench_http.c
test/bench_httpclient.c
test/regress.c
test/regress.h
test/regress_buffer.c
test/regress_bufferevent.c
test/regress_dns.c
test/regress_et.c
test/regress_http.c
test/regress_iocp.c
test/regress_listener.c
test/regress_main.c
test/regress_minheap.c
test/regress_rpc.c
test/regress_ssl.c
test/regress_testutils.c
test/regress_testutils.h
test/regress_thread.c
test/regress_util.c
test/regress_zlib.c
test/test-ratelim.c
test/tinytest.c
test/tinytest.h
test/tinytest_demo.c
test/tinytest_macros.h
util-internal.h
win32select.c

diff --git a/LICENSE b/LICENSE
index 5a315e47ff45345e07d3f82e26f28c6dc7b5feff..ab553edff1ee524539029d0e0e910c53fcab750b 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -3,7 +3,7 @@ as the 3-clause (or "modified") BSD license:
 
 ==============================
 Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
-Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
index e404f2b4f1addf955a67d79a3061b316270781e2..ce0cdf7062d009028287f7d3ef9bbeaaace05c44 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 2d3a1b17c5d5f0938f66ba18e7f2a8a6e0c43ec6..82c44ac07adfde637f9774db294841885250a199 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index de1ff973add9e5588e9d5bf82b3c29bfc4b95c75..1b7674d383d7c8bd6d5dd4a893749ab22a861c19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 93a08015f2901cbc0f65f7cc826e8b73d4beee1a..13219f0b009e8acffffad565efed03749292af0e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a3b3ab1e4aba8b7a62b0d552923aa18eb7b99265..af5e57f5650f1056e0a3ccd8a09e43374a456ebc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * All rights reserved.
  *
index 234204fc009e1630bd1efe964b5cc595543c9b88..d81dc759ef010e86ddfb2274e25e112e3925c373 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 00dd6cbde74001bcbd17ed8c0a640f52b31ea60d..86a8619b0c2196d5c5743026ed0ccc846b549056 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 38a319be04ac4aebd6a00fcee64045f9540bcef8..35d6b5f0688bcf782e400a83ab494e364924f691 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a2205f78ac4585a53797e1662c2ab39380f4529e..98790ee1019d386734177ed9dd3f4d5c7a86b85a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 1dc0f33006b8de6216e08972ce122fd7f272ab03..6d27d7f8f71f0f33c0b68c4480898788675c56ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 2bcc228921456244438b22f7d436eba3e324485a..5783fd88731cf31254a0b46fd708fbf9aff56567 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8bfa848898954558cce5fbd3763e27f98d34a3f3..79a2baff4eb74e3c5c4144a014dc1e27329b5b2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 55f89d28222d30a85c2ad555d51b5da2d750ec54..4c0acb25e8cd2bbc9de4cf39e01f9e6f571baae6 100644 (file)
--- a/devpoll.c
+++ b/devpoll.c
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2009 Niels Provos <provos@citi.umich.edu>
- * Copyright 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/epoll.c b/epoll.c
index 2d4aebfbdd3169d74dc04dc8c8933746d180c867..b08d78f8f4015b1503619a11a1261492fe624d5f 100644 (file)
--- a/epoll.c
+++ b/epoll.c
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos, Nick Mathewson
+ * Copyright 2007-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3a31e35ad1e331a3da45289cc7b17bd9a42ebd79..466b129723d44dba9729c8668a7ff0b785fdaed1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003-2009 Niels Provos <provos@citi.umich.edu>
- * Copyright 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 89139602c7219d9c1e2ff056dbda1ee93b35e45d..78a293a48a308c53f5ecff3ec1552d766c89c04b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/evdns.h b/evdns.h
index f5aa91c40e549b7084e396e5a50dc8985e03b6ed..e5eb46f9ac8c1d25ed734cb29333c6982e82a74f 100644 (file)
--- a/evdns.h
+++ b/evdns.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a8e744df72b2e77caac6906161d53e245827767a..a361cf3b6eb4d95db36c26286e3edc3057724d86 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/event.c b/event.c
index 1ffb7293698007923323e9b1ff0299fd9dca2646..809a01aef3e96f1cd4305d099ae79eb07996944f 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/event.h b/event.h
index 60a003beee864427e9d5bb572411c104595d1079..490d0b667f40785e282bdb30d1db9d144641a004 100644 (file)
--- a/event.h
+++ b/event.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 75fe4627eb00c6df3c25bb5ac72ed4e8d73250c7..de6b70b1b792acedd7c625075ee4a89f1d28df5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index aaded70a3679b22ea362b58c349ac0357fc6afa6..e7c9e8312e7b582b31d0d2fd52e983c16220baa5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1707aa7f082bd95e6b17ec4a0de6ca12395602c4..48dda7909b0668c5b278b316046ee2050414f2bd 100644 (file)
--- a/evhttp.h
+++ b/evhttp.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index b31628489c996c8b9512c554cb6efd3f991ec207..fde661d13623ca102ae9d4ca07e6255c4ca88d45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/evmap.c b/evmap.c
index f33799882fcc936699157cf74849ac6c93c401d8..36103a0bb4615c65bfe444dfbb6751c6b69e1c2c 100644 (file)
--- a/evmap.c
+++ b/evmap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8497d29882ea62d7b5cf7255e3554e5d1d6689a8..d5ddfc528db8a54b60bcc273cecdc8df853d696e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/evrpc.c b/evrpc.c
index 72f08a89ae8e3c6d164167f9a29dd04f3204aee9..ee4606b451b4ae5ff92a59001104386eb2edb40a 100644 (file)
--- a/evrpc.c
+++ b/evrpc.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/evrpc.h b/evrpc.h
index a9f85d7b3f1a855ee3e24a791a00703294857f85..77216d24cd2486b1db44fe1403921a66a96e8a38 100644 (file)
--- a/evrpc.h
+++ b/evrpc.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 73d1b6c799b38ac606ad059cbca96050fead07ca..bb49fb64b9513112e08e859694b7fdaaac7d3c66 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index fbb1c0d47c05f4361c1c24062c7eac25ed1d594f..60f02e00feea6d88045377c35b5a0c9869d74b9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2008-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 5af54dc3e2f88465e71d9bcf1fe966f3709b7a1a..24d85a856c919a8d6a51606fe3c46ea192cda35d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2008-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 55495a6ca3a4de11381c296fc3d3258d389a6315..ffbd95ec70febba7fa9e8252b171067a636491dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 18dca6d4391a8c0c69dba59874d5337c8879808c..1d383a32bc3d880b384dad5644bf312fccf265f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index f9d0c8b0fbfe55ff68746b59827789e0defd75ac..71b11fe8c45a45c74f25a11396760cd8b5883508 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index efa2b4241bd6cf3f508bf2f0f3a40ec172a4a8c7..53a38ff42b8c72b740903639f894919ed03ca06b 100644 (file)
--- a/evutil.h
+++ b/evutil.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d2bbd46d32ae611cf87e99ef8f8e4e41201a1046..a93aab0ceb33ca15f32493a87e27bca0970ee3ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d20e14df82a52c453e5de535d85c4d17529846d8..5116e52d4e008aa6a575bc66d59085d349bc94d2 100644 (file)
@@ -1,6 +1,6 @@
 /* Based on work Copyright 2002 Christopher Clark */
-/* Copyright 2005-2010 Nick Mathewson */
-/* Copyright 2009-2010 Niels Provos and Nick Mathewson */
+/* Copyright 2005-2011 Nick Mathewson */
+/* Copyright 2009-2011 Niels Provos and Nick Mathewson */
 /* See license at end. */
 
 /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
index 01d29132aa7ea848eafb3e3c013f81514406d99a..98e64efba6ded5a3137e07e3c72f00ad25a72fc9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2001-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * This header file contains definitions for dealing with HTTP requests
  * that are internal to libevent.  As user of the library, you should not
diff --git a/http.c b/http.c
index e5cac8d0e764f2c7035c356ec4ab0e647cbd4001..cc9b149a5c60f33db0f57b16649f75d1b380eada 100644 (file)
--- a/http.c
+++ b/http.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c53cb9c9e0794157f2585358ba04674b3d7b30db..d28cd2dcca5cd8e6a89d3e91c3a3643339915609 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 65e1c82d92b398ba85510eb2475a3e263c3e6b7f..4dd1134a2da2582c673e04fd89b9ef149ee5821a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index dac988e33ee83ba6e3e3da6452059d2318a8c93b..0f1ea278c2375bcd294cee21a88b7c7d429f4220 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 6064a40fe650dbdfd6f109da9b6ee029fcaab92e..5ae83ce9d1349b2cfc66c0b3f08004d242bfe288 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos, Nick Mathewson
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 12f00d63680fd695f4fe40357aeb74b052e1bf60..bf6009a5f6a13b8a1ac5326e1a39d4cc4817db6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d4a0a067279ace13ca32b3f0ac83ead8044de37c..ef0628b442613846d4589a5b6b99e79b354b2244 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c47073c4c12981102df652ab94f1589d2190d827..b938707d9b7b58b915d2ea6adcf82a7248128d58 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 7424c4d336e59b72998c5523c143bc9958b49945..1dcca7a43ffe5eb9a6f24c010c98c904af56a989 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 0eefd40e919207e82354d5524b1da951a55006f3..b1bc70912e30e952b288127ac28b950b2ef7929b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c487f7808888a542d4019d9a5079ed19b1a4799a..6d05f341ce80c65b720b140fe2fe109e30469141 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index cb77515400e4b094cda76e411b2beb34a1524972..02648de2466104dee3125e35c9ce52c6b2356daa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d3cfb0cca9bba916c6c5d98a8a310514b3905a40..b8dd2cf02136a8f1ec7b3186892415e530edac71 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index f866aa3d93fbfe67188311d49b7c7ec413a1dd89..cb21d46683088a2511dc53231add726460da31ad 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 02a080beb712bcb0d035d3d664415da98596ee50..2ac851b5355e0f277d41da71f907a3015596f4f9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3545fdf5b93983f4f4ac39745309cee996cbe19b..ce616f56a3368b3fd549c2b04c5efb22a62a4340 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3390dd153877fcc7e9da56762c27aef099760755..158745038cc783bd6ddbb1edc00a436de43d323a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 0cb8583ccdfa2b55d6c8bff2d64ed8c6e3471fc2..9b4b76760bd98aa2979bed6a1ab480648c0c14f7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 66a2612e6391aa0591b5c5f82ed146d8d7d38de9..06a5e85ca26215a8f20155df70bf8e0247e0e65c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1f3b3a1fd5f0fe40732ce14040b374bfa020c379..d07b3eccd9b2cf00866ae2d278bd56016cc5331b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1345fb7430380a36018c22157ffd798f51b9efa4..de4d5b0f90ad74fdca9e2ae06bc9f9142e017792 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 54ce8c65828c2fe6f97fc6631ced76d9a055858e..7344daa6c1f4564ebd5e5f3e682dfcd73ab993ee 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8a47e8a38ce514ae982231dfcd7ecd972e99199b..dd4e796afe36cfae2d66df831235dd32c2bf4304 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 2cf11aa8e9a52f391fe65f0f8a1995a3abb3ddaa..bfe91fae3a8ff192ee2b57c01e1b8a8819ef7427 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 67fa809f1629838bef210e0967c497603ab9647c..882e7afb17b34078d0af5217f736bc46831c6e83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index eb2eae49c20cf1e61f71554298d48f5ec99e9769..f84625569dc1969ee9571081d71fc26058192180 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1f272a0d0ce4aabdd8b959fa4ac389e8a1e51e54..c5d1d5224108151544dfa6983254603faac8e102 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 2e8b17246ba107f2fc963c3c3e7b2b5a5db32f8a..597eb4c65b70442d3b229e03a3ad4f6737095d45 100644 (file)
--- a/kqueue.c
+++ b/kqueue.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 5db2cb733b313a7945aeb82ccfcdb2fdba63d3d4..a440f46508221b915a919342c94eb9bd420a8026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c1905aea34fec5e9991beac399ddd3c3f97b0dac..52590c26d84284884450401ff88918e2626cd319 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/log.c b/log.c
index f0cd4320d139dd913d3e549029f0d26c6113762b..4367c0b2d6b999e7d537cdbc670d4ba67a5139f6 100644 (file)
--- a/log.c
+++ b/log.c
@@ -5,7 +5,7 @@
  *
  * Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
  *
- * Copyright (c) 2005-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2005-2011 Niels Provos and Nick Mathewson
  *
  * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  *
index 9734a7c72d023d84ac704062b49e152b0183cd32..e64f855517adc703e26405c35eb411d4ad5b900a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
  *
index 79855d6a0538e93fb701c8f4a8cbcfb2aafed34a..b9168a1f14e6c50e37b7b65437186b286019f591 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/poll.c b/poll.c
index 63f238868e391c9f277ac4377097139099183a21..b8217f67392b205f5a7d0b5cd12cdcaf0dc209df 100644 (file)
--- a/poll.c
+++ b/poll.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index df75f8688d38c4d8957416a94bd8c799131d963b..29e1b54f3940e53387a7560d393bd26e2f874e06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 332434d3a2333f7df5f3327768935b042e53ca87..d9279829d6669b5e26ba359481f221c97cc666d5 100644 (file)
--- a/select.c
+++ b/select.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index e142a4dddce9d52d4fe7c2bd8ad56bc7c05ab2b3..5cf3ce4f5f8f484b0f8a7d2970476db78597ac5a 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d0f831b9f80723889c3270e14371dd4fd78099bd..647f9065bd6404a3c5b76ca212c96f1e6c27afca 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c25255edd244bf42cba173a65ac2e8cab490e4df..36c226e68c69f74598cdc6dd2bfd76dd97637d52 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8180b267f2d07b81965307b51fc3ff76d265e0f6..8e60a21997c051bff5a9bca71a6d04a2ea8a0f46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2010 Niels Provos and Nick Mathewson
+ * Copyright 2008-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 25db4a7d8c4eeb6183532be0cd900bf1a91e5aa4..1b73e30905c99997c4299dcbf640552bad68b9ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 22e110f6ef138a0a1d8af79b466a447d51c51a3b..683303db104c04b10f29f6a346a5020929bedfe1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 3cbd7cd2f7b1411c5853337d07e9709088feca87..23b3d31305d3cbae581f41701358b6b38742d4ba 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index e6b8dfcb9ec0ae5c17595bad8b9bb0ab41298657..e68b24fe6234d89f4a79b5b1cc5b4609a10d8086 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d737b48d7827ef4ad2b0ddaa9e78ab6e26965614..e71288e81792cc4911b6b9c5bfe95520b6d03869 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 9f694fbf485a04383b0f5ade48330ca5d47e5559..512d58b53dd913ac470c31ad492d21209be5b079 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 9da53fdb1b30f5ea9c7659f0bc235833a4bf71d3..7b2d94a87e1e0716d995786aaf2eb4a8135235c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 0aef4d7405401ce2bd82d28e8ea58fa945bafd0b..e9336275b0cad16c3d9f9f9aeea56b62820c48bf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 60b933043584f216e773ccbd6b1f7287cda6fe5f..5d95a9bf9fb59061205d17cc7eb7e78e9a702778 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 44fee7f4c5ead3e0d426e903adf5bc5123a1e3b7..ab4fad2726932a248e8e4f73b12dfc43be81f9c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index e8b2af94432fa0dcbb7da85c6b68f95b6887cc9c..d129d7c2732d21648804746bff7fde6569149696 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 6c00c5b85fcb1060143e3c573a50d93054da264c..7e5522f7487223c8ccee90b46415f94d8809080d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 94a96f2bd0b10fa27f3c7634dd4d86ecebb8b034..1b7bc2e1e4689ae420803fea3553ac4fc1983541 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 6bc5f320852c0012938a5c170871f70a7f10f976..7f714106428cd30237085c8f1b0197a2552514d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index dfce2bba3e397bca007a686a5a8084491db129ff..efc1ff5f5dc3e82c97202354c7fdaea02e966d4a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2010-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 7f2936aabbd369fc20deb7affda37879a26ceb76..4aa06402fe844b136a7b45ec95d3381f0c3715bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2010-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index cbc1efef4e5c68be2d6509393c0a82b29a0abc5d..8a3e6a9e00f3cd7a06d781f925302332e834e8f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index effbcc2b75689fca5f30088cdb6921eed9c3cda1..f679a8a60de1411e0368e9898f923f2462ff9928 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Nick Mathewson and Niels Provos
+ * Copyright (c) 2009-2011 Nick Mathewson and Niels Provos
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 6dd7bf8f611e0feb60e1142f39987b47cf78c73b..7dde48f2ca273671de1e31b4a99871a273ab29d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 473cfc5fc4f17f7c79ac44dabbd8f5f35e918867..a07678af14688a81bcb74905db352e8eb29ccd17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 76376de09f6bc2abb475abdf088bca7cb493ac7b..16b128571a8dbb66ef0f33b2141019fac9abb612 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest.c -- Copyright 2009-2010 Nick Mathewson
+/* tinytest.c -- Copyright 2009-2011 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index cbe28b7f512ce5dedc5c1d6737ae72718d0841b9..321a4c76756a77423c6e1c6f39fed5e61da362fd 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest.h -- Copyright 2009-2010 Nick Mathewson
+/* tinytest.h -- Copyright 2009-2011 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 8838459bd6c019f53bd5d9073eda55b98b283f7e..8b7b3c51b5abfc9b5ec946d5acaccff1189433d8 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest_demo.c -- Copyright 2009-2010 Nick Mathewson
+/* tinytest_demo.c -- Copyright 2009-2011 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 032393ccf762500228c6f9647e123cf8a7cec0fa..d636b4f246adb658fccd57fa9a3e9ac133f11370 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest_macros.h -- Copyright 2009-2010 Nick Mathewson
+/* tinytest_macros.h -- Copyright 2009-2011 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 2b4437f97360d0eefb9becfe9e2b724cd385ba5b..541d45fb7c7b29874c4021cf0224a78beeeceb70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 70e7e6e8bc0fa967366ae9aaf603b15b7b4beb6f..2e0910bdce5552907abdd36dc716603c9e51ca11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2010 Niels Provos and Nick Mathewson
+ * Copyright 2007-2011 Niels Provos and Nick Mathewson
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
  * Copyright 2003 Michael A. Davis <mike@datanerds.net>
  *