summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-02-22 17:14:24 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-02-22 17:14:24 +0100
commit995380597a0df69504ffa2f1782290ffa2614d18 (patch)
tree097f4b65c9f90cf7730dc565975519f55875bde0
parent766433b8501e9218d7a6b0f4c66ffce788032118 (diff)
downloadfastd-995380597a0df69504ffa2f1782290ffa2614d18.tar
fastd-995380597a0df69504ffa2f1782290ffa2614d18.zip
Update copyright years
-rw-r--r--COPYRIGHT2
-rw-r--r--doc/examples/openwrt/fastd.init2
-rw-r--r--doc/source/conf.py2
-rw-r--r--src/alloc.h2
-rw-r--r--src/async.c2
-rw-r--r--src/async.h2
-rw-r--r--src/buffer.h2
-rw-r--r--src/build.h.in2
-rw-r--r--src/capabilities.c2
-rw-r--r--src/compat.h2
-rw-r--r--src/config.c2
-rw-r--r--src/config.h2
-rw-r--r--src/config.y2
-rw-r--r--src/cpuid.h2
-rw-r--r--src/crypto.h2
-rw-r--r--src/crypto/cipher/aes128_ctr/aes128_ctr.c2
-rw-r--r--src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c2
-rw-r--r--src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c2
-rw-r--r--src/crypto/cipher/ciphers.c.in2
-rw-r--r--src/crypto/cipher/null/memcpy/null_memcpy.c2
-rw-r--r--src/crypto/cipher/null/null.c2
-rw-r--r--src/crypto/cipher/salsa20/nacl/salsa20_nacl.c2
-rw-r--r--src/crypto/cipher/salsa20/salsa20.c2
-rw-r--r--src/crypto/cipher/salsa20/xmm/salsa20_xmm.c2
-rw-r--r--src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c2
-rw-r--r--src/crypto/cipher/salsa2012/salsa2012.c2
-rw-r--r--src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c2
-rw-r--r--src/crypto/mac/ghash/builtin/ghash_builtin.c2
-rw-r--r--src/crypto/mac/ghash/ghash.c2
-rw-r--r--src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c2
-rw-r--r--src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h2
-rw-r--r--src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c2
-rw-r--r--src/crypto/mac/macs.c.in2
-rw-r--r--src/crypto/mac/uhash/builtin/uhash_builtin.c2
-rw-r--r--src/crypto/mac/uhash/uhash.c2
-rw-r--r--src/fastd.c2
-rw-r--r--src/fastd.h2
-rw-r--r--src/handshake.c2
-rw-r--r--src/handshake.h2
-rw-r--r--src/hash.h2
-rw-r--r--src/hkdf_sha256.c2
-rw-r--r--src/hkdf_sha256.h2
-rw-r--r--src/iface.c2
-rw-r--r--src/lex.c2
-rw-r--r--src/lex.h2
-rw-r--r--src/log.c2
-rw-r--r--src/log.h2
-rw-r--r--src/method.h2
-rw-r--r--src/methods/cipher_test/cipher_test.c2
-rw-r--r--src/methods/common.c2
-rw-r--r--src/methods/common.h2
-rw-r--r--src/methods/composed_gmac/composed_gmac.c2
-rw-r--r--src/methods/composed_umac/composed_umac.c2
-rw-r--r--src/methods/generic_gmac/generic_gmac.c2
-rw-r--r--src/methods/generic_poly1305/generic_poly1305.c2
-rw-r--r--src/methods/generic_umac/generic_umac.c2
-rw-r--r--src/methods/methods.c.in2
-rw-r--r--src/methods/null/null.c2
-rw-r--r--src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c2
-rw-r--r--src/options.c2
-rw-r--r--src/peer.c2
-rw-r--r--src/peer.h2
-rw-r--r--src/peer_group.h2
-rw-r--r--src/peer_hashtable.c2
-rw-r--r--src/peer_hashtable.h2
-rw-r--r--src/poll.c2
-rw-r--r--src/poll.h2
-rw-r--r--src/pqueue.c2
-rw-r--r--src/pqueue.h2
-rw-r--r--src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c2
-rw-r--r--src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h2
-rw-r--r--src/protocols/ec25519_fhmqvc/handshake.c2
-rw-r--r--src/protocols/ec25519_fhmqvc/handshake.h2
-rw-r--r--src/protocols/ec25519_fhmqvc/state.c2
-rw-r--r--src/protocols/ec25519_fhmqvc/util.c2
-rw-r--r--src/random.c2
-rw-r--r--src/receive.c2
-rw-r--r--src/resolve.c2
-rw-r--r--src/sem.h2
-rw-r--r--src/send.c2
-rw-r--r--src/sha256.c2
-rw-r--r--src/sha256.h2
-rw-r--r--src/shell.c2
-rw-r--r--src/shell.h2
-rw-r--r--src/socket.c2
-rw-r--r--src/status.c2
-rw-r--r--src/task.c2
-rw-r--r--src/task.h2
-rw-r--r--src/types.h2
-rw-r--r--src/util.h2
-rw-r--r--src/vector.c2
-rw-r--r--src/vector.h2
-rw-r--r--src/verify.c2
-rw-r--r--src/verify.h2
94 files changed, 94 insertions, 94 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 11a59e1..f7f0ddb 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Contributors:
diff --git a/doc/examples/openwrt/fastd.init b/doc/examples/openwrt/fastd.init
index c938530..b0aa53f 100644
--- a/doc/examples/openwrt/fastd.init
+++ b/doc/examples/openwrt/fastd.init
@@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
-# Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+# Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
START=95
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 32d7b82..abb2875 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -47,7 +47,7 @@ master_doc = 'index'
# General information about the project.
project = 'fastd'
-copyright = '2012-2015, Matthias Schiffer'
+copyright = '2012-2016, Matthias Schiffer'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/src/alloc.h b/src/alloc.h
index 2f2d406..0b03242 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/async.c b/src/async.c
index 50efeac..a178268 100644
--- a/src/async.c
+++ b/src/async.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/async.h b/src/async.h
index 2707cfd..9cc2d38 100644
--- a/src/async.h
+++ b/src/async.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/buffer.h b/src/buffer.h
index 3af809e..08e3651 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/build.h.in b/src/build.h.in
index c8a90eb..7053b54 100644
--- a/src/build.h.in
+++ b/src/build.h.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/capabilities.c b/src/capabilities.c
index 4da1ef2..a4290a1 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/compat.h b/src/compat.h
index 620bf33..0668ad9 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/config.c b/src/config.c
index a2a5e8a..805cb98 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/config.h b/src/config.h
index 0d1bffc..b8a73c1 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/config.y b/src/config.y
index 0d0a343..a064d97 100644
--- a/src/config.y
+++ b/src/config.y
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/cpuid.h b/src/cpuid.h
index bd165f2..cc3d207 100644
--- a/src/cpuid.h
+++ b/src/cpuid.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto.h b/src/crypto.h
index d0a533d..2f91f8d 100644
--- a/src/crypto.h
+++ b/src/crypto.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/aes128_ctr/aes128_ctr.c b/src/crypto/cipher/aes128_ctr/aes128_ctr.c
index b071369..c302d6d 100644
--- a/src/crypto/cipher/aes128_ctr/aes128_ctr.c
+++ b/src/crypto/cipher/aes128_ctr/aes128_ctr.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c b/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c
index 98dd304..ead6326 100644
--- a/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c
+++ b/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
index a9716ae..7a2b565 100644
--- a/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
+++ b/src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/ciphers.c.in b/src/crypto/cipher/ciphers.c.in
index 2f8c595..8998a9d 100644
--- a/src/crypto/cipher/ciphers.c.in
+++ b/src/crypto/cipher/ciphers.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/null/memcpy/null_memcpy.c b/src/crypto/cipher/null/memcpy/null_memcpy.c
index 36b7ac5..a6e170d 100644
--- a/src/crypto/cipher/null/memcpy/null_memcpy.c
+++ b/src/crypto/cipher/null/memcpy/null_memcpy.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/null/null.c b/src/crypto/cipher/null/null.c
index d2d9657..76e3432 100644
--- a/src/crypto/cipher/null/null.c
+++ b/src/crypto/cipher/null/null.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
index f1d5a04..9987a97 100644
--- a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
+++ b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa20/salsa20.c b/src/crypto/cipher/salsa20/salsa20.c
index b283750..58a3024 100644
--- a/src/crypto/cipher/salsa20/salsa20.c
+++ b/src/crypto/cipher/salsa20/salsa20.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa20/xmm/salsa20_xmm.c b/src/crypto/cipher/salsa20/xmm/salsa20_xmm.c
index 1c8c721..c73b80b 100644
--- a/src/crypto/cipher/salsa20/xmm/salsa20_xmm.c
+++ b/src/crypto/cipher/salsa20/xmm/salsa20_xmm.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c b/src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c
index 3dd3db4..cbcea02 100644
--- a/src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c
+++ b/src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa2012/salsa2012.c b/src/crypto/cipher/salsa2012/salsa2012.c
index 9afe419..1d2be52 100644
--- a/src/crypto/cipher/salsa2012/salsa2012.c
+++ b/src/crypto/cipher/salsa2012/salsa2012.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c b/src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c
index 1e07d6e..aa29634 100644
--- a/src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c
+++ b/src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/ghash/builtin/ghash_builtin.c b/src/crypto/mac/ghash/builtin/ghash_builtin.c
index 246ec8f..0e59e17 100644
--- a/src/crypto/mac/ghash/builtin/ghash_builtin.c
+++ b/src/crypto/mac/ghash/builtin/ghash_builtin.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/ghash/ghash.c b/src/crypto/mac/ghash/ghash.c
index e0307f7..41e331f 100644
--- a/src/crypto/mac/ghash/ghash.c
+++ b/src/crypto/mac/ghash/ghash.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c
index 310a177..c5f9f82 100644
--- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c
+++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h
index eb8b883..ef10b8f 100644
--- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h
+++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c
index 192d3f8..6a72f2d 100644
--- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c
+++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/macs.c.in b/src/crypto/mac/macs.c.in
index fa09299..9b5c67a 100644
--- a/src/crypto/mac/macs.c.in
+++ b/src/crypto/mac/macs.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/uhash/builtin/uhash_builtin.c b/src/crypto/mac/uhash/builtin/uhash_builtin.c
index a77bd89..109db86 100644
--- a/src/crypto/mac/uhash/builtin/uhash_builtin.c
+++ b/src/crypto/mac/uhash/builtin/uhash_builtin.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/crypto/mac/uhash/uhash.c b/src/crypto/mac/uhash/uhash.c
index cda237f..fbd67a5 100644
--- a/src/crypto/mac/uhash/uhash.c
+++ b/src/crypto/mac/uhash/uhash.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/fastd.c b/src/fastd.c
index bd1482f..2a03858 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/fastd.h b/src/fastd.h
index 0ceaf7d..56d337f 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/handshake.c b/src/handshake.c
index 3d94c12..433f8d3 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/handshake.h b/src/handshake.h
index ff4e55a..ece8f1b 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/hash.h b/src/hash.h
index 399e2b9..258a685 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/hkdf_sha256.c b/src/hkdf_sha256.c
index 22084a6..ffebc9f 100644
--- a/src/hkdf_sha256.c
+++ b/src/hkdf_sha256.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/hkdf_sha256.h b/src/hkdf_sha256.h
index fc126f5..3482978 100644
--- a/src/hkdf_sha256.h
+++ b/src/hkdf_sha256.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/iface.c b/src/iface.c
index b944d23..917ab2f 100644
--- a/src/iface.c
+++ b/src/iface.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/lex.c b/src/lex.c
index a11bc0a..375fba9 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/lex.h b/src/lex.h
index 506bd3f..27ee02e 100644
--- a/src/lex.h
+++ b/src/lex.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/log.c b/src/log.c
index 0b319d3..c73c150 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/log.h b/src/log.h
index d64302c..2c7788e 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/method.h b/src/method.h
index c435589..e19f842 100644
--- a/src/method.h
+++ b/src/method.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/cipher_test/cipher_test.c b/src/methods/cipher_test/cipher_test.c
index 98b9be5..069f9fa 100644
--- a/src/methods/cipher_test/cipher_test.c
+++ b/src/methods/cipher_test/cipher_test.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/common.c b/src/methods/common.c
index fddfc20..cdf59d0 100644
--- a/src/methods/common.c
+++ b/src/methods/common.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/common.h b/src/methods/common.h
index ea0bb27..4465cf3 100644
--- a/src/methods/common.h
+++ b/src/methods/common.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/composed_gmac/composed_gmac.c b/src/methods/composed_gmac/composed_gmac.c
index ac28575..06c4bea 100644
--- a/src/methods/composed_gmac/composed_gmac.c
+++ b/src/methods/composed_gmac/composed_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/composed_umac/composed_umac.c b/src/methods/composed_umac/composed_umac.c
index 316144e..58dcbcb 100644
--- a/src/methods/composed_umac/composed_umac.c
+++ b/src/methods/composed_umac/composed_umac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/generic_gmac/generic_gmac.c b/src/methods/generic_gmac/generic_gmac.c
index 1db0efb..c66076d 100644
--- a/src/methods/generic_gmac/generic_gmac.c
+++ b/src/methods/generic_gmac/generic_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/generic_poly1305/generic_poly1305.c b/src/methods/generic_poly1305/generic_poly1305.c
index f695601..74e3247 100644
--- a/src/methods/generic_poly1305/generic_poly1305.c
+++ b/src/methods/generic_poly1305/generic_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/generic_umac/generic_umac.c b/src/methods/generic_umac/generic_umac.c
index 11dc492..4cdc2a8 100644
--- a/src/methods/generic_umac/generic_umac.c
+++ b/src/methods/generic_umac/generic_umac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/methods.c.in b/src/methods/methods.c.in
index acef6b6..a7413fe 100644
--- a/src/methods/methods.c.in
+++ b/src/methods/methods.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/null/null.c b/src/methods/null/null.c
index d18847b..a5d6f3a 100644
--- a/src/methods/null/null.c
+++ b/src/methods/null/null.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
index 46055b8..643fa4c 100644
--- a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
+++ b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/options.c b/src/options.c
index ff73923..615252f 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/peer.c b/src/peer.c
index 75475ba..a26d20c 100644
--- a/src/peer.c
+++ b/src/peer.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/peer.h b/src/peer.h
index 589ac90..5e6c42e 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/peer_group.h b/src/peer_group.h
index 69974a4..f325c6a 100644
--- a/src/peer_group.h
+++ b/src/peer_group.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/peer_hashtable.c b/src/peer_hashtable.c
index d499be7..fd39ca0 100644
--- a/src/peer_hashtable.c
+++ b/src/peer_hashtable.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/peer_hashtable.h b/src/peer_hashtable.h
index 79b8f28..81b60c6 100644
--- a/src/peer_hashtable.h
+++ b/src/peer_hashtable.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/poll.c b/src/poll.c
index 078ac2e..cdb550a 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/poll.h b/src/poll.h
index fa870a9..3a025e0 100644
--- a/src/poll.h
+++ b/src/poll.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/pqueue.c b/src/pqueue.c
index b292bf7..ba85873 100644
--- a/src/pqueue.c
+++ b/src/pqueue.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/pqueue.h b/src/pqueue.h
index 8978a84..9088c33 100644
--- a/src/pqueue.h
+++ b/src/pqueue.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
index 7f9abe5..1af2c47 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
index 25e7bb3..aabc54a 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/handshake.c b/src/protocols/ec25519_fhmqvc/handshake.c
index 245b6f4..5477fb3 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.c
+++ b/src/protocols/ec25519_fhmqvc/handshake.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/handshake.h b/src/protocols/ec25519_fhmqvc/handshake.h
index 0d7d131..1972329 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.h
+++ b/src/protocols/ec25519_fhmqvc/handshake.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/state.c b/src/protocols/ec25519_fhmqvc/state.c
index 463b2ef..fc55276 100644
--- a/src/protocols/ec25519_fhmqvc/state.c
+++ b/src/protocols/ec25519_fhmqvc/state.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/protocols/ec25519_fhmqvc/util.c b/src/protocols/ec25519_fhmqvc/util.c
index 11aa0ef..aaa963b 100644
--- a/src/protocols/ec25519_fhmqvc/util.c
+++ b/src/protocols/ec25519_fhmqvc/util.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/random.c b/src/random.c
index 3af0efc..f4a5878 100644
--- a/src/random.c
+++ b/src/random.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/receive.c b/src/receive.c
index 1a34523..732d4a7 100644
--- a/src/receive.c
+++ b/src/receive.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/resolve.c b/src/resolve.c
index eec2518..9bdfa1c 100644
--- a/src/resolve.c
+++ b/src/resolve.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/sem.h b/src/sem.h
index bd72acf..2c925a0 100644
--- a/src/sem.h
+++ b/src/sem.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/send.c b/src/send.c
index a178358..c8701e2 100644
--- a/src/send.c
+++ b/src/send.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/sha256.c b/src/sha256.c
index 3dbb54b..812f1a6 100644
--- a/src/sha256.c
+++ b/src/sha256.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/sha256.h b/src/sha256.h
index 24b222b..36581b4 100644
--- a/src/sha256.h
+++ b/src/sha256.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/shell.c b/src/shell.c
index e8d6943..8475825 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/shell.h b/src/shell.h
index 57b09e6..41cd2cb 100644
--- a/src/shell.h
+++ b/src/shell.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/socket.c b/src/socket.c
index fd067b6..8f467f3 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/status.c b/src/status.c
index f6ab09f..5d38598 100644
--- a/src/status.c
+++ b/src/status.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/task.c b/src/task.c
index bd51806..db9f19f 100644
--- a/src/task.c
+++ b/src/task.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/task.h b/src/task.h
index 21b15fe..0938383 100644
--- a/src/task.h
+++ b/src/task.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/types.h b/src/types.h
index 1d28781..240a1bb 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/util.h b/src/util.h
index 988610f..77434bd 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/vector.c b/src/vector.c
index cdf1e65..07eb274 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/vector.h b/src/vector.h
index b3e3010..5a3f1c3 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/verify.c b/src/verify.c
index be2fe9d..383b5f3 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/verify.h b/src/verify.h
index 02bb433..1e9656b 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without