]> granicus.if.org Git - libevent/commitdiff
Update copyright statements to reflect the facts that:
authorNick Mathewson <nickm@torproject.org>
Tue, 27 Jan 2009 22:34:36 +0000 (22:34 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 27 Jan 2009 22:34:36 +0000 (22:34 +0000)
a) this is 2009
b) niels and nick have been comaintainers for a while
c) saying "all rights reserved" when you then go on to explicitly
   disclaim some rights is sheer cargo-cultism.

svn:r1065

64 files changed:
WIN32-Code/win32.c
buffer.c
bufferevent-internal.h
bufferevent.c
devpoll.c
epoll.c
epoll_sub.c
evbuffer-internal.h
evdns.h
event-internal.h
event.c
event.h
event_tagging.c
evhttp.h
evmap-internal.h
evmap.c
evrpc-internal.h
evrpc.c
evrpc.h
evsignal-internal.h
evthread-internal.h
evthread_pthread.c
evthread_win32.c
evutil.c
evutil.h
ht-internal.h
http-internal.h
http.c
include/event2/buffer.h
include/event2/bufferevent.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/tag.h
include/event2/thread.h
include/event2/util.h
ipv6-internal.h
kqueue.c
log-internal.h
log.c
minheap-internal.h
mm-internal.h
poll.c
select.c
signal.c
test/bench.c
test/bench_cascade.c
test/bench_http.c
test/regress.c
test/regress.h
test/regress_dns.c
test/regress_http.c
test/regress_pthread.c
test/regress_rpc.c
test/regress_util.c
test/regress_zlib.c
util-internal.h

index bc9188f33b7756b7fb0a1e695678f6637fd3aad9..fb6135a07b1360b5b05d576e07ab89255d8f5b72 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 Niels Provos and Nick Mathewson
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
  * Copyright 2003 Michael A. Davis <mike@datanerds.net>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 9e721a72d960b1677b0699218e4fd317e70f8217..a8c788b31b0e23a85012568356e2cfed95c3197f 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2002, 2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 9f9c3af10280a0bb88969de27834184e02da8af0..1fdb2be7aa87f9d03d7f6db954e30c24e2e5d3d0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2008-2009 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 abdca342ffba44492f19791b6623be8cb8b1c9c0..8bf1d7503272b7eadfaf77591b07a4bd270c7ac5 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2002-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 355d6ea0b9b5bd5b3c4377db9c9a2e947a8c8763..eaaac4ac5e291968518143cf4e4513f454149240 100644 (file)
--- a/devpoll.c
+++ b/devpoll.c
@@ -1,6 +1,5 @@
 /*
- * Copyright 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2009 Niels Provos <provos@citi.umich.edu>
  *
  * 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 a4b11b404b94c701cfae5746681398e76e5a0907..b553131199ea69340b29eb10e548444058bf2010 100644 (file)
--- a/epoll.c
+++ b/epoll.c
@@ -1,6 +1,6 @@
 /*
- * Copyright 2000-2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 Niels Provos, Nick Mathewson
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 431970c73a6dbe5ff900ac9962f3d3dcc8ddf16f..55289d1ff3c4b887557a543338147d1812973116 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright 2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2003-2009 Niels Provos <provos@citi.umich.edu>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 4b809b1a1ec4c75a48c49508bf4ed20eaf0f1d4e..099677485a837e60381e3b68717c862a43600ca7 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 b808f13da7ce75d4bc2773b17e3ec149e30ecf28..060edc57107e70fd38e02e77b1de6ab2cb82e6c4 100644 (file)
--- a/evdns.h
+++ b/evdns.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 3dc8267ed09a908eae5477246d89d090044cffca..e0fe9122548d385bf2bd187e5e34bdf31c42a968 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 e27305aad8f0390288951fec28002f55b919a46d..7c6105b6500a20cc34971e5eb75d5ad8b18499ae 100644 (file)
--- a/event.c
+++ b/event.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 ec187b4b5d422e3a6b3e595563b12d34732f3792..9b1814b58151c26a93e7d2063bfe985dd2d704c6 100644 (file)
--- a/event.h
+++ b/event.h
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 5d0efaf6c52669165a1035c707ba92667cefd200..001f44c10aa8a1b9e2fe9b7a9785465e30dfbc6c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2003, 2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2009 Niels Provos <provos@citi.umich.edu>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index dee49fea43040927500eba61672e168c38e8606f..7da8f19979b122ea0ebef471e839de0e3ed40781 100644 (file)
--- a/evhttp.h
+++ b/evhttp.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 3afeb72f65519170d34a878e9a5725194e6e9f6e..8134aa562edbf251aa574792c87759c7c1d933ee 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 22e26a44808c2920c4e4251e413d40aec30f7319..ae31036dd7f269b2620d24a3a8f90e9d7418d23a 100644 (file)
--- a/evmap.c
+++ b/evmap.c
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 0db852dade16bf61edbd86833413f51558248258..79065ccb7a0a12814bcaa90d55b194d33336bc1b 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 340808fd70c21d7bd477bc7896ec0f0b319a5b8c..ce080b8592354f21891a756abdefa592daff348f 100644 (file)
--- a/evrpc.c
+++ b/evrpc.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 5b52bb8e18d2fd53a44acd54fee312d305bd092c..85721ffc87daf70941f03ec14b0be706c08e2ac4 100644 (file)
--- a/evrpc.h
+++ b/evrpc.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 944558c559a890b2217056e265178ace4511fe87..fcae1a74067d9a14502b2516621e8ac339426cea 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 64f9928de5b513e5320fcc67c71c8691049c2143..00268651cc692fe64587f759acc48dfb82683387 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 1fe2c67b11716c9f72b4fed15126ef3b2931f295..1fa94ba9a826b58d17d71a2173a0dafe1d0ee816 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * Copyright 2009 Niels Provos and Nick Mathewson
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
 #ifdef HAVE_CONFIG_H
 #include "event-config.h"
 #endif
index 0c873f6f500c7ee5fa9d52f9b0b815701e806458..7b64df50ea0d519a7256f25ce34d9bfe4e9668d0 100644 (file)
@@ -1,3 +1,28 @@
+/*
+ * Copyright 2009 Niels Provos and Nick Mathewson
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
 #ifdef HAVE_CONFIG_H
 #include "event-config.h"
 #endif
index ba809808f2c22c54c2591e4162091653b5497154..2dea583765688106e0699706fc0c2e8c6f5fc701 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 3f7fd07a37bf35629e9db81742bc8eff26fb3d78..9e6c4200cbe8d2a6d4ea4ff64cdacf0e9b103029 100644 (file)
--- a/evutil.h
+++ b/evutil.h
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 a64e150b5d4fdd6841f227ddf79317af76893bdc..a7cd18c83fdb257175f0c6e40239a8759485ac59 100644 (file)
@@ -1,5 +1,6 @@
-/* Copyright 2002 Christopher Clark */
-/* Copyright 2005-9 Nick Mathewson */
+/* Possibly Copyright 2002 Christopher Clark */
+/* Copyright 2005-2009 Nick Mathewson */
+/* Copyright 2009 Niels Provos and Nick Mathewson */
 /* See license at end. */
 
 /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */
index 2f9ae236e82ba6e6e07f5e31958e87ed7317eac5..ae474c0aa9ea5e73947a06303958adcf3c23ae0a 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright 2001 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2001-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 c8b27eae71bef05a83ce2afd16cca9b2f2c57709..905c1cc96bb4455ed3291141c52badf3da7e3ca5 100644 (file)
--- a/http.c
+++ b/http.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2002-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2002-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 658fea3333dcb16322c7082cbb1c8c985d953394..6aef2283e78f15ff8833082dee982b6cfb100abf 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 d0b5419133a65073272799662655a71f4332db22..f3039a646872523a88956ffd4dcc459602c61939 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 c41d7f3f1cf2a41369cf578a48622f70b1e9570b..80a7cbe71f34ee3216eae8d8112688efcb02b904 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 3c4e0b057812e32c3e6a2b712ff6e3b667c0beec..80cb47726222152ecd75c19e562dae7d08b970d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 4bf4cdba32aa92eea13dfbed7de3dc3015a7465f..26932a21779f19970995118338ac364d71d9bcb5 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 76d8d9d8857e5dc29e8e8bcd23f49030da6983d8..90fc1fef7e3d534717cacb14c31cc28a98ab7bfe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 bc4ab0049c487b358755b8c5453690d51a56408f..4fd1f3cb4b62f478476cfa198511852c60299149 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 ad81eb216cafed6b50510f826deff651a6a29f2e..31ada6a6f668aa970b956e16378c432c349c8ffa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 9fcc301de9a112dd7fb5d76ee31f6569c043e67d..d0a4c234115aadf8d58d985d76fa78cc3ecbbd47 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 eab581a8f0065b495d2c87225ac1629df8eb6c42..402a787a93e896b57eea0548278af8f27ce2e779 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 ec1088ebbe2acd835a17a699917da5d85d289ee6..8f2b8082016617c055119150d8bc949fb552a3f6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 6e16c7dcfa8192534e7b49cf392b6e2fe0048739..b1ac069eaea41332c35d21377b8484d825f5caa7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 3f166e798b16dd62339854fef32b0ceb14a408c8..0f967e02f4f637ce27d225c9b12f7a6a4b4f38c4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 ebb015f89ad0af6f83cb7388f1aa3253d1bf6d87..5c692d81a024c632ff1fb3b3b986f4c6ccd57e4c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2008-2009 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 8c18f8330c48effd2f8a299a4eb814c6784076e2..f22b9339a8bb2994215eae221fc93fb4d14e769f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 bb3704d66d910981de73ce1cce3dc6b34ecce582..60e76e36669850f7ee14a8e725a19bc18b4cba2c 100644 (file)
@@ -1,3 +1,29 @@
+/*
+ * Copyright (c) 2009 Niels Provos and Nick Mathewson
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
 /* Internal use only: Fake IPv6 structures and values on platforms that
  * do not have them */
 
index be55ced6bb2daf12d5eb08aacda2ebd01009d014..b6632d9ef8b1f7b8fca6f80edd7b4844cebb18cb 100644 (file)
--- a/kqueue.c
+++ b/kqueue.c
@@ -1,8 +1,8 @@
 /*     $OpenBSD: kqueue.c,v 1.5 2002/07/10 14:41:31 art Exp $  */
 
 /*
- * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 b537494e3be65d9675f5c02ddcadfa7283ac7036..6468f08b3406afe74d7a334d083c4bf6f52dccbf 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 d157a694d45fca52a909dbe22bd14b76918e8715..67e24beff0f1515430f4dc7bf2b794e581af744a 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 Nick Mathewson <nickm@freehaven.net>
+ * Copyright (c) 2005-2009 Niels Provos and Nick Mathewson
  *
  * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  *
index 07b65e10be787d855d96cd03bfdac65705ece570..6cd9c4aa121d33f732e375b0840330e9d3e62056 100644 (file)
@@ -1,6 +1,7 @@
 /*
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ *
  * Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 070ff6f02cb0ef4598109893bcb76cd62d74430b..6900e8f991aa1b7d8e898c93172306827d4f7cf1 100644 (file)
@@ -1,4 +1,28 @@
-
+/*
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
 #ifndef _EVENT_MM_INTERNAL_H
 #define _EVENT_MM_INTERNAL_H
 
diff --git a/poll.c b/poll.c
index c18afd24e957c59cd5e33bbc5fbf31a5325c01ed..222b849eed5a4b3e7be06cafdb5b25a77db62dcd 100644 (file)
--- a/poll.c
+++ b/poll.c
@@ -1,8 +1,8 @@
 /*     $OpenBSD: poll.c,v 1.2 2002/06/25 15:50:15 mickey Exp $ */
 
 /*
- * Copyright 2000-2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 16313248877b6c89bc3bf90902ccd1aea324e06d..f34b905e4c0d9c22e45ab88fad7cac1309fb27ee 100644 (file)
--- a/select.c
+++ b/select.c
@@ -1,8 +1,8 @@
 /*     $OpenBSD: select.c,v 1.2 2002/06/25 15:50:15 mickey Exp $       */
 
 /*
- * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 86b12c5b165ce3c64b57d89852ce74b7a3a9d0eb..9313a8ae5ad9ca9583f435a75dfeb8296a44eefb 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -1,8 +1,8 @@
 /*     $OpenBSD: select.c,v 1.2 2002/06/25 15:50:15 mickey Exp $       */
 
 /*
- * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 6f1789f436a6a7fb21b1d9212e410384e99818bc..c065bb979145ae7fafd4f79ace20d6c41bffed62 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright 2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 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 1a243a052f82b4b8fa8872b0bb2c870cffd5d5ae..fe80b9906b2618ca65f3ee9c914f5c0a948d6d16 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2007-2009 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 c9577abe69ac10b4f8d75686bb95ac905f7c3af8..90d28b6aa591742b29211ffe565836c24faf5d3a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2008-2009 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 13782da613c9c594d5dd4c2a427aefd16ad2a901..8293f66754f5bebe69364b27e3665007021c1ddd 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2003, 2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 c84b1c43d254a4ff5d68737eb9a184f189e06cde..b5b6f3e5c9a9b25806d915e2b4b8a68e7d1f96c1 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 08acffc724dd1b79115c691b004002d091acd238..7ddc962ef7de5308f194bcbbd3fd48fce9a80b1c 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 2ad5befc5da3ed13fbdc580ad83f5902f46b0963..478a0d2e581b61f6a13740a2bd60619658a46e85 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 72323ca83324d34f5c6054fd63ff1b14cebba71b..1499583df57978a000edba698eafbc4d8328bb72 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 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 649d275dd1a0f5fafe1b46c85e5618204618e223..879593c6cb7ce22b59170b1837c13b767dc474fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 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 7bdec59da25eb1ca95551be7839e6a05396e5e5d..ec465a84c4733532c5d6296bf68a36dfbd28df98 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2009 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2009 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 089b9928a6f2a008855785403b3c688fb0bbfbbe..0e7d3081fe493790ddf6efc932c086c0ec4cf87f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2008-2009 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 536f0c359a071518f987a36ac804350a45da28f3..30aa99eacf9e5fb24c0b5d5da905906c40153570 100644 (file)
@@ -1,4 +1,28 @@
-
+/*
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
 #ifndef _EVENT_UTIL_INTERNAL_H
 #define _EVENT_UTIL_INTERNAL_H