summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am6
-rw-r--r--include/event2/buffer.h2
-rw-r--r--include/event2/buffer_compat.h2
-rw-r--r--include/event2/bufferevent.h2
-rw-r--r--include/event2/bufferevent_compat.h2
-rw-r--r--include/event2/bufferevent_ssl.h2
-rw-r--r--include/event2/bufferevent_struct.h2
-rw-r--r--include/event2/dns.h2
-rw-r--r--include/event2/dns_compat.h2
-rw-r--r--include/event2/dns_struct.h2
-rw-r--r--include/event2/event.h2
-rw-r--r--include/event2/event_compat.h2
-rw-r--r--include/event2/event_struct.h2
-rw-r--r--include/event2/http.h2
-rw-r--r--include/event2/http_compat.h2
-rw-r--r--include/event2/http_struct.h2
-rw-r--r--include/event2/keyvalq_struct.h2
-rw-r--r--include/event2/listener.h2
-rw-r--r--include/event2/rpc.h2
-rw-r--r--include/event2/rpc_compat.h2
-rw-r--r--include/event2/rpc_struct.h2
-rw-r--r--include/event2/tag.h2
-rw-r--r--include/event2/tag_compat.h2
-rw-r--r--include/event2/thread.h2
-rw-r--r--include/event2/util.h2
25 files changed, 30 insertions, 24 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index fbf459eb..5153db27 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,3 +1,9 @@
+# include/Makefile.am for libevent
+# Copyright 2000-2007 Niels Provos
+# Copyright 2007-2012 Niels Provos and Nick Mathewson
+#
+# See LICENSE for copying information.
+
AUTOMAKE_OPTIONS = foreign
EVENT2_EXPORT = \
diff --git a/include/event2/buffer.h b/include/event2/buffer.h
index 895982e5..d152f3fe 100644
--- a/include/event2/buffer.h
+++ b/include/event2/buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/buffer_compat.h b/include/event2/buffer_compat.h
index 4dd1134a..a713ee32 100644
--- a/include/event2/buffer_compat.h
+++ b/include/event2/buffer_compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/bufferevent.h b/include/event2/bufferevent.h
index 32a8fd77..82953db7 100644
--- a/include/event2/bufferevent.h
+++ b/include/event2/bufferevent.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/bufferevent_compat.h b/include/event2/bufferevent_compat.h
index 5ae83ce9..3256fd16 100644
--- a/include/event2/bufferevent_compat.h
+++ b/include/event2/bufferevent_compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011 Niels Provos, Nick Mathewson
+ * Copyright (c) 2007-2012 Niels Provos, Nick Mathewson
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
*
diff --git a/include/event2/bufferevent_ssl.h b/include/event2/bufferevent_ssl.h
index 66e7f77e..07608faf 100644
--- a/include/event2/bufferevent_ssl.h
+++ b/include/event2/bufferevent_ssl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2009-2012 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/include/event2/bufferevent_struct.h b/include/event2/bufferevent_struct.h
index ef0628b4..02835c16 100644
--- a/include/event2/bufferevent_struct.h
+++ b/include/event2/bufferevent_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/dns.h b/include/event2/dns.h
index a84f12fe..ad7227f5 100644
--- a/include/event2/dns.h
+++ b/include/event2/dns.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/dns_compat.h b/include/event2/dns_compat.h
index ed9de423..88bf97b5 100644
--- a/include/event2/dns_compat.h
+++ b/include/event2/dns_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/dns_struct.h b/include/event2/dns_struct.h
index b1bc7091..5a02a0bd 100644
--- a/include/event2/dns_struct.h
+++ b/include/event2/dns_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/event.h b/include/event2/event.h
index 01018fa8..a09e3a76 100644
--- a/include/event2/event.h
+++ b/include/event2/event.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/event_compat.h b/include/event2/event_compat.h
index 02648de2..14a10e9e 100644
--- a/include/event2/event_compat.h
+++ b/include/event2/event_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/event_struct.h b/include/event2/event_struct.h
index 145c6b00..aa93ae7d 100644
--- a/include/event2/event_struct.h
+++ b/include/event2/event_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/http.h b/include/event2/http.h
index 1a72f775..144661b3 100644
--- a/include/event2/http.h
+++ b/include/event2/http.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/http_compat.h b/include/event2/http_compat.h
index 2ac851b5..9e902a4b 100644
--- a/include/event2/http_compat.h
+++ b/include/event2/http_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/http_struct.h b/include/event2/http_struct.h
index ce616f56..41a92a9f 100644
--- a/include/event2/http_struct.h
+++ b/include/event2/http_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/keyvalq_struct.h b/include/event2/keyvalq_struct.h
index 15874503..ab8040bf 100644
--- a/include/event2/keyvalq_struct.h
+++ b/include/event2/keyvalq_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/listener.h b/include/event2/listener.h
index 9064fedd..14d1aec1 100644
--- a/include/event2/listener.h
+++ b/include/event2/listener.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/rpc.h b/include/event2/rpc.h
index d1841da4..2ac7ad2b 100644
--- a/include/event2/rpc.h
+++ b/include/event2/rpc.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/rpc_compat.h b/include/event2/rpc_compat.h
index d07b3ecc..a4e24bb6 100644
--- a/include/event2/rpc_compat.h
+++ b/include/event2/rpc_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/rpc_struct.h b/include/event2/rpc_struct.h
index de4d5b0f..c339ae58 100644
--- a/include/event2/rpc_struct.h
+++ b/include/event2/rpc_struct.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/tag.h b/include/event2/tag.h
index 7344daa6..9e51779e 100644
--- a/include/event2/tag.h
+++ b/include/event2/tag.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/tag_compat.h b/include/event2/tag_compat.h
index dd4e796a..73c19330 100644
--- a/include/event2/tag_compat.h
+++ b/include/event2/tag_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 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/include/event2/thread.h b/include/event2/thread.h
index 94318707..01d7f00b 100644
--- a/include/event2/thread.h
+++ b/include/event2/thread.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2008-2012 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/include/event2/util.h b/include/event2/util.h
index bf2cfcc0..e5e0bc47 100644
--- a/include/event2/util.h
+++ b/include/event2/util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2007-2011 Niels Provos and Nick Mathewson
+ * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions