]> granicus.if.org Git - libevent/commitdiff
Update all our copyright notices to say "2010"
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Mar 2010 06:25:51 +0000 (01:25 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Mar 2010 06:38:48 +0000 (01:38 -0500)
101 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
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/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_pthread.c
test/regress_rpc.c
test/regress_ssl.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 cd6ab06d8015da567d6d6f9666673aadc4257f76..2b2ea6310f4ef0f6c9f0d36dab98a28e4aa21081 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-2009 Niels Provos and Nick Mathewson
+Copyright (c) 2007-2010 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 7f9e1faefb53dee167af8ce4899319824d78b5b0..3e93a035fedc9547bf57af248ebae1fec7dca1e2 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 7753475c7c4cba4d64216f0bb05b757ba2cf54df..40007cd1d87e0952187afd4b373860d2bb4c7270 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 eac318317b9c830e7c9b04fb6c9996f15e83b7fd..9736f42e226ab1e95087da620d4bf4ebf0ac56b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2010 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 1a83ed28f96d567cf70e95897a62c070f7df35a7..7fef8bb650e5187bb38621257f735a6c62a073f2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index b43803f27a5a616efdf99855057a664687d2e2fd..024c97e46a8d196125e2a3863675e7b9a47532e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 Niels Provos and Nick Mathewson
  *
  * All rights reserved.
  *
index 80d2a1bf9dd7628246d05bdfb6c83c184509846a..45f9c791af234332e710da0dcad8d8db2528c401 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 9a99a308820a7942dbac56ca41faa400b3b15af4..2ccd4343fa2e767667095897d10ebabbb4039961 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 1025e7cd7173fd8ca4124c80442dab9270e1dd35..2d3ea8532e48482456872ae1f7892e2abb62e5cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c624ec7b5487e027563236132f1cb2cfdcea709f..bb22904af996dd387df93c7956384ae054128913 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index d731086f4833c422d0322bfb28cb0462ce49b1cd..b373d432ef88c6d97cbf4bff917075f4943444ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
  * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 5a4d464d8990d95c329f00854d412b7678280bfd..9e5b6bf00a5f99868df08689e0c65fbde890e9f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 8a73dccce1580be8bcef6a85e1c44b8360574457..96752ecc5d8c5470c02d4a70ae5ef0f482027100 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 438d45d8981b89fb51afbb3d90dc736913f20797..131088add449b208d4509ff5e5a1ac3e4e9b42e2 100644 (file)
--- a/devpoll.c
+++ b/devpoll.c
@@ -1,5 +1,6 @@
 /*
  * Copyright 2000-2009 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2009-2010 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 00dd768506881a985723fe7779cb39697df3bc8e..f8adeb5b0635740976e092efacdf301bdcdb5429 100644 (file)
--- a/epoll.c
+++ b/epoll.c
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos, Nick Mathewson
+ * Copyright 2007-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 55289d1ff3c4b887557a543338147d1812973116..3a31e35ad1e331a3da45289cc7b17bd9a42ebd79 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright 2003-2009 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2009-2010 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 dc36bb457f5aaa914325df6179376127f6b69c13..9a08bfad3069ca02da275b034b039baec5e8d0a7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 060edc57107e70fd38e02e77b1de6ab2cb82e6c4..0f50c4adb5816fb54c476aca92612bbc0b8e7309 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 46dffa8fd6f563a0310302e4e0d77e280d64fa2a..9522d5e39be96ab0a7d5636f32376d3cae094785 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 34f93061f7ffa2b337391eac0a2843545fa52099..629933232b2fb6c519d08adc1d298980a10bd15e 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 cef2608b311d5c781e229ba7c288a09ae9b2c1ed..4e391b6e43d8a560c3517f40061b1c157ce5751e 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 87ac85dd397dc477382696e23a0ef7129b7ca514..fe9ea571a17b1d5d150fbe63d432edc189e387f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 54782a5f7da916046dc026bcface598243f5ee55..04611ff0dd5cf82c52a8554496599cf391d332ff 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2009-2010 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 7da8f19979b122ea0ebef471e839de0e3ed40781..99bc4da5f6792d31dce6aad8340cfc75270251c3 100644 (file)
--- a/evhttp.h
+++ b/evhttp.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 156338c6752653f0b6ab80a0205f45de77e6ea28..a09c590920aab310c87661e5218c022d575a8e68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 24032f4a01fa862377cac1ba5d6a938f38977e50..7cfe2a5bee55c1aab83cdc601ef00c515ea1183d 100644 (file)
--- a/evmap.c
+++ b/evmap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 8d91e69111bc7b7a541f765c2af7584e663d36c0..c4f7209e50f1ab6f83c20f5a2d0fda4b3c8567d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 6ba1382f986b8965a555f1629157644dc6b48e36..3b7bd029de8e67b7595ae8ea19a4231b4e905e8b 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 a7e27a9053c444f9cfa31f4761526c81371bf36a..92147d8da3a549ab85bfae0c4e1612be33939ffe 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 00ef89e0f08fbe2f975b740b98cf67cc59a3d4e4..2447ed874e61c819b1e51d66503fdf4edbacd5e3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 84caf1d428732b8592726e7f07982674eb305680..620328e3b310d5027bb655b20a53a6c2184aa4f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2008-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index e33f8f021fcf2d7936f2d451d76d54383feec966..f7c6ca94c79950ad111be4c14ec7e96bcfc29daf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2008-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 324777ad31845fb87d835d7aeaf155b8bab42fd9..4d035a41f97091120aa9dd53986efc14f9d5a959 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Niels Provos and Nick Mathewson
+ * Copyright 2009-2010 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 655cff837400bb56a8656fe063f0d52aace6c4c1..eccade41c7548de498090fb6e1a0861f76a5bf38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Niels Provos and Nick Mathewson
+ * Copyright 2009-2010 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 87c66a6e3abe60bab41916292523c346c8b24983..7ab47981655eb958d33cd644bbbe49cd7707064a 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 9e6c4200cbe8d2a6d4ea4ff64cdacf0e9b103029..cb3754a789c8606864a2aa36668b529d30a07614 100644 (file)
--- a/evutil.h
+++ b/evutil.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 b379c52274a1b7f482a3980ee9fbd433877f112f..0c5f8a4f6b393c26d898a37bc2c5dadb92ac4d87 100644 (file)
@@ -1,6 +1,6 @@
 /* Possibly Copyright 2002 Christopher Clark */
-/* Copyright 2005-2009 Nick Mathewson */
-/* Copyright 2009 Niels Provos and Nick Mathewson */
+/* Copyright 2005-2010 Nick Mathewson */
+/* Copyright 2009-2010 Niels Provos and Nick Mathewson */
 /* See license at end. */
 
 /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
index a49bcd7d59f3f7738ac9efb1e118e732e572cd6b..0380d035ce22f7d511dcc5352870d7e80397b9d2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2001-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 e5c9704ff118cf821efb12e2be006b528c6e0775..a50c13afb463b8a1a7254e09d837eb6baf31d923 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 471d12b6de9a533311568f08e7806dc957b9581c..8fb5c3d052e5bb361fbd20e3fd7d14571f603ae5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 f4320fd396b19b66d60e08c625dbf2d8ec703e2d..6d0a2446221adf90701c7d3d8162b8c41e12064c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 ca3fda7a7cb10e0b700c2b8debdaa42ed087bf05..7d98acdae607eb0dc24063b201e676955eb3bc9c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 d7b4a533d2050aa93014a3028bbc4bd58a80d4be..49dc4aefa0f0bd98f5e6ef52c9e419e715e5071e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos, Nick Mathewson
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
  *
index 91fbf4ab06852df5be50cbc703896dcd8c447f31..99281a3758c3353aeff6b9d1f40fffb1d44a2b04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 3eef9f2f5b1a439b033b6097dc3fcf14450c3358..8ef3e8e6b8c2961f1f4359e1739d1294d3af21e1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 3ec1fd921b5d931be4ac0d15c231abf32f72c832..be0ec56350352371ca5195c632f8ef31dd9aa3dd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 6f33e81ea69e6c7552e6b3ccc8a94a9f488750ea..3c207feb52aa913f80c3099c208135d2d333d540 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 b78b722b44414cc1929ec0a14c0bf6f220b56af9..ce50d6d1ab890f01c0072bf7d9793c0a96ebc6e7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 5b44e11c1a3435d16c504a4cff14d8af9eef89b9..116010e1d54fd88713bb2fd53ec84ac0ca69a1e5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 0abbc0e1567b76e42e9e8dcb44823f15a43296b7..03bf2eba2a654aeb7ac03ec1f6f76d7e8b62139e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 b8e438ccd65e6182cb2ebc89939134d591565a75..83ac2232ace9b655dad2a5082e90a8f1af7d15aa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 2c5ebf4cdefdc24c77be83624ed862b0bbf8324f..b4176bf5a56b01f87685a9b7d23656844759b004 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 c8f048b5b531beefbf7d7247b1c6d27460e6b51d..a8f29ff9bdf303375e3e15284aef61b60dc83588 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 c0a0f608eff14dc6d75ab813ecdc8007238f9923..de5d5417e279e8b6f86fddc00a15184ad2f1566e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 e4fcec001c98418102bf2d99766ab76d36af2f78..fa4e949988faee4b18006e45dd60362b76819182 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 b735a1c039033e3c9da33081468404cb317599d8..b19b36bc69afed3b5c20a1b9b99858cc271c0ccb 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 5d59ad1ba56b7b2e120227b11069204f297b101e..af1ef99fff2ec90955db56b92c88b0c38ab03e3b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 31411562b7a2b8b3856d326739feed9d6def7fd2..bd23fd37a00a518ea7bd89f2391e4dce6657ed84 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 67687ee9adbfed6c2603cb688f3fb6c8317f3038..ea8fa9527a4169418240b1939b17639ecd04df2d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 4cb9f433d146ebfe62122962b77380be92383d1d..410157405cdd879dc78b61510e49b48a1429aebd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 762d8a5d62da10bcdce67ec07aac3ca3cc3966cd..a861689fd10fb4023f97b42cff7f228f70bf25d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2010 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 013a7de4f27551253771fed103ac438d88264972..cc18af1e25206759dda83e9bbfbfccddd7f0a00d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 caad65087862d35745d32672f7cb20134c2fe36e..c444cc3913b788ba6b9506f50d5f31e2ffe37ab5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 4a1572b59a8ca700ffcc386aa9b6dba386cad40f..0a41c54928e43d5357b33e9e6df2e03bd0228b10 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 9669144c1c58bc0a1238030e03856f62a642e359..e09ae5aa1a3541ce9d151a1ec9c8d014db051275 100644 (file)
--- a/kqueue.c
+++ b/kqueue.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 489f98990c8f41848fe5a4943a0d7cdd2759d155..f25b775c06e61d1cd2415de74183eadff1e2e4ef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos, Nick Mathewson
+ * Copyright (c) 2009-2010 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index d41f2965abcf73fb9f4e3f6f0d2aa824297cc0e6..786a92c78b0e58b481ed0bd0f19b5efa83d4c535 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 96f4fe86b9ac975c1b2a9fc0994c424ed67f8aa4..c1f357c45234255c90ad75da27439e924bdfe67d 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-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2005-2010 Niels Provos and Nick Mathewson
  *
  * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  *
index bd849bdfc198ce55d7f39ef83d551ae164c31184..227ab96c70e2bce4bffc41ccb7d6cbaa1f95dac1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson
  *
  * Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
  *
index da6003dc1272af4bdf0cc2080809369d2c8e5d09..0d01a1399e289fa4d69f6e5bb62918c1f157ea2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 564fa0671ceff066a6d11b01ea2f0fb104418b8b..0a316d99776b16a48bf1d9684ba11f35f843c181 100644 (file)
--- a/poll.c
+++ b/poll.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 105798ae8921d54fb1e645074625be5258d9fa0d..a47e2408ee9cc0f218a4b9d2a1fc72049e85e7bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 7beb331095242172a7706fbd66d12e0fb9f7e020..d9fd62ce10d9fe0fc187b816169a4c114b3bc899 100644 (file)
--- a/select.c
+++ b/select.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 9f74a8af5f88941fe9704d375d6059dc262c362d..d48e2d377e82905067f4b2abc10d1e4aba0d2028 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -2,7 +2,7 @@
 
 /*
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 a2d37ba0d10204b301e1b90ced6fdc870ed8c874..e77fc65ce5723c46726bcebbc50449216177c976 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 1d7892c53bae8643233b0d3e69ac7e8e941c703b..2c77e9f880cd5a4b12684d7ac3f03fc23b3faad2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 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 f507414260f7f747e2e32725bee480f478b66695..825982949d38e1de75f80779284816388ca64e42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2009 Niels Provos and Nick Mathewson
+ * Copyright 2008-2010 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 7304cc201234cea7b76cae85b458444036568257..35ca6f39843d6875558f61bbc42dde213c56eb2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Niels Provos and Nick Mathewson
+ * Copyright 2009-2010 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 515b6ee7d3152c5733e8f5db6bd29677b45e754b..7e7831ce634e02f4a2e44c00e6161166cd162fd5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 8a20225cfb598a6854e04d8370deade27205b138..436be6234ba09bdf43f770b9b5b64476955753ac 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 61649ea916a7e1ad6125dd2df96c556dfa691fdd..a89b818acca3fa1e8e1a4fd52e153552fe212382 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 ab89d9fc84141bca38fcd8ce1cfcbb054ad9c7d8..7d7014e281d0490293249772e47318bae8264b2f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 854f8df2f44ac95fe98c77cb7d4ac3bb5e426f65..cb3e135cbedd34c0efabd354091f4b14718ac4e8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 464ce6277d34d8a127fb32fa66ac53d8d2beeef5..287eb4db6d2d3a6254e6b4618b2ac01cbcdc7bc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 c3d888b0d3305b2f3a7ca3c7fd77a62c641fcbcd..7498ccb96934a36579058bf642ddbc420503959b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 b84e08d06598385185b55c45081745dae6705064..64e86320ed5e1b4a5e2a79d5d3ecae71aca57f12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 1e9cf213f5cb339c130cb6798efcd09b95ed3938..80adad03d4439d8440b21e53195104bd5a232ca9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 1ba73f2bb2522f6058723a77fde349eddc4ab0d9..48da62739e8f12d76a0b97d485c3bbe845406878 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 dc4f8d9ca7636bed8996259f31722cf8117ff389..b45092effef71dfc29d575caf8c8fc1a143a0f06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 02b9770a07118933d25d532727f491f5a73db72b..fb6258be0d9947b154213e8795d042621b5b4fbb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 ba6341093950d99ee5374e1783a860b80917cf2a..4c14ee680ac5b2cae8af404e7bcf4e68c7e75705 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 fca6df846a43fb1e034a008d3903bcc4c12d5b49..133b90843bf6a3d2d57c77bd95f10e4876c93d21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 43e4782b9b391fdc2605c7cc786afc2e07b3ddab..0455145b72f36dc2d37a5dd018ed568498855f54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Nick Mathewson and Niels Provos
+ * Copyright (c) 2009-2010 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 809695a8f65c4aeb8c426e92eca8bc5b326e46e7..d20f29f320ea1ae40304e06e15e577d126455bad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2010 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 e4c727c6e2009e886e9cf65e9ae8a967099ac57d..21715e3a2dd0b4c9317e9ea255822477657b9528 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2010 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 e1ef071e3182d20c8c4ccee3742fad6a6a16420a..865dff638e132ba9ad8a66b0ef547bf3b8c01808 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest.c -- Copyright 2009 Nick Mathewson
+/* tinytest.c -- Copyright 2009-2010 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a0cb9131387eeedb8162934b936934732b682974..cbe28b7f512ce5dedc5c1d6737ae72718d0841b9 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest.h -- Copyright 2009 Nick Mathewson
+/* tinytest.h -- Copyright 2009-2010 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index c9e61bc8f98e1f5b5cbe1a2d4e9da748b5c1fae8..5fbccc76fb80c3733bbaadee723f199b2c0b0249 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest_demo.c -- Copyright 2009 Nick Mathewson
+/* tinytest_demo.c -- Copyright 2009-2010 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 0458fc842bfb16285be2088d334e6b5a146124ce..661108779dc2a868d0018e4aab7701fcc4045e05 100644 (file)
@@ -1,4 +1,4 @@
-/* tinytest_macros.h -- Copyright 2009 Nick Mathewson
+/* tinytest_macros.h -- Copyright 2009-2010 Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 6fa4bd632e83e5cf94d568a12dc51463cfc2a271..633de55b76886ca50b5efc5192ab51310a690bee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2010 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 59870090c672e938e5eca21a4953b1dbb84a7310..444e806a6b8699097338841a8ed003dca737a0e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2007-2010 Niels Provos and Nick Mathewson
  * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
  * Copyright 2003 Michael A. Davis <mike@datanerds.net>
  *