summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-14 17:33:52 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-14 17:33:52 +0100
commit0a69b958bdfd8da663577be2be557a1bc319cd12 (patch)
treed5fd9a8b0ef8f36912bc78accd0aecfc2b34a2d5
parent6a5fa572cf2f0dbdae6936ff44edc1be82a6e13a (diff)
downloadfastd-0a69b958bdfd8da663577be2be557a1bc319cd12.tar
fastd-0a69b958bdfd8da663577be2be557a1bc319cd12.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/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/dlist.h2
-rw-r--r--src/fastd.c2
-rw-r--r--src/fastd.h2
-rw-r--r--src/fastd_config.h.in2
-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/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_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/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/tuntap.c2
-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
90 files changed, 90 insertions, 90 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 95182c7..9af3cd6 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+Copyright (c) 2012-2015, 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 25a3bb8..0fd8f1a 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+# Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
START=95
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 93d4c2f..72717ea 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 = '2014, Matthias Schiffer'
+copyright = '2012-2015, 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 740ec24..2f2d406 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 46419ee..d05b8c5 100644
--- a/src/async.c
+++ b/src/async.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 15fd737..2707cfd 100644
--- a/src/async.h
+++ b/src/async.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 58e8023..3af809e 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 29200d8..6865097 100644
--- a/src/capabilities.c
+++ b/src/capabilities.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 411c6bb..991c268 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 1c74026..86e7df6 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/config.h b/src/config.h
index b8ef95d..872b0be 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 c4d7eaa..c998a41 100644
--- a/src/config.y
+++ b/src/config.y
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 671be87..989f2ca 100644
--- a/src/cpuid.h
+++ b/src/cpuid.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 5571bf9..d0a533d 100644
--- a/src/crypto.h
+++ b/src/crypto.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 4448dd0..b071369 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 9611b11..98dd304 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 cfb824d..a9716ae 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 4b8c929..2f8c595 100644
--- a/src/crypto/cipher/ciphers.c.in
+++ b/src/crypto/cipher/ciphers.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 1f090ca..36b7ac5 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 353090a..d2d9657 100644
--- a/src/crypto/cipher/null/null.c
+++ b/src/crypto/cipher/null/null.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 6960ead..f1d5a04 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 dad6a6c..b283750 100644
--- a/src/crypto/cipher/salsa20/salsa20.c
+++ b/src/crypto/cipher/salsa20/salsa20.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 54fe428..2025c98 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 2f601fc..3dd3db4 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 d10c4fb..9afe419 100644
--- a/src/crypto/cipher/salsa2012/salsa2012.c
+++ b/src/crypto/cipher/salsa2012/salsa2012.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 004d502..25f7bb0 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 2e70f52..246ec8f 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 0ba6440..e0307f7 100644
--- a/src/crypto/mac/ghash/ghash.c
+++ b/src/crypto/mac/ghash/ghash.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 2fe5bca..310a177 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f1a3f52..eb8b883 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 040ce14..192d3f8 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 29e9f57..fa09299 100644
--- a/src/crypto/mac/macs.c.in
+++ b/src/crypto/mac/macs.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 e4710ae..a77bd89 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-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 2cc89e0..cda237f 100644
--- a/src/crypto/mac/uhash/uhash.c
+++ b/src/crypto/mac/uhash/uhash.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/dlist.h b/src/dlist.h
index f40d8ab..d8c2bcf 100644
--- a/src/dlist.h
+++ b/src/dlist.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 1b2eb33..5a71b6a 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/fastd.h b/src/fastd.h
index 3d62053..fc4acd1 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in
index 430efbb..5286992 100644
--- a/src/fastd_config.h.in
+++ b/src/fastd_config.h.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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.c b/src/handshake.c
index 1bb18a1..66f9e9a 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 70d7a16..5ad65a3 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 d16c3c6..399e2b9 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 3a7d9ad..22084a6 100644
--- a/src/hkdf_sha256.c
+++ b/src/hkdf_sha256.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 5de543c..fc126f5 100644
--- a/src/hkdf_sha256.h
+++ b/src/hkdf_sha256.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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.c b/src/lex.c
index ffcebdd..1fe927c 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 65a339b..1cbefc0 100644
--- a/src/lex.h
+++ b/src/lex.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 3e32f63..a54bc29 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 5fce09f..d64302c 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 b003fa0..c435589 100644
--- a/src/method.h
+++ b/src/method.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 e07ab9b..98b9be5 100644
--- a/src/methods/cipher_test/cipher_test.c
+++ b/src/methods/cipher_test/cipher_test.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f4f1f9c..24f099b 100644
--- a/src/methods/common.c
+++ b/src/methods/common.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 3f6223f..ea0bb27 100644
--- a/src/methods/common.h
+++ b/src/methods/common.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 26dd099..ac28575 100644
--- a/src/methods/composed_gmac/composed_gmac.c
+++ b/src/methods/composed_gmac/composed_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 88e2d51..316144e 100644
--- a/src/methods/composed_umac/composed_umac.c
+++ b/src/methods/composed_umac/composed_umac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 c780e94..1db0efb 100644
--- a/src/methods/generic_gmac/generic_gmac.c
+++ b/src/methods/generic_gmac/generic_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 a12881b..f695601 100644
--- a/src/methods/generic_poly1305/generic_poly1305.c
+++ b/src/methods/generic_poly1305/generic_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 fe7aade..11dc492 100644
--- a/src/methods/generic_umac/generic_umac.c
+++ b/src/methods/generic_umac/generic_umac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 26cae1a..acef6b6 100644
--- a/src/methods/methods.c.in
+++ b/src/methods/methods.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 4897ec2..d18847b 100644
--- a/src/methods/null/null.c
+++ b/src/methods/null/null.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 670d09f..46055b8 100644
--- a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
+++ b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f8a358e..7680819 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/peer.c b/src/peer.c
index e24b153..9ce5ca2 100644
--- a/src/peer.c
+++ b/src/peer.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 6fdaaa1..348b256 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 603d6c7..4b606b0 100644
--- a/src/peer_hashtable.c
+++ b/src/peer_hashtable.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 fae2075..0923a50 100644
--- a/src/peer_hashtable.h
+++ b/src/peer_hashtable.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 d4da8f1..499a339 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 5e1d718..823bcc8 100644
--- a/src/poll.h
+++ b/src/poll.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 2303938..f19309d 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 86bb3a8..b24593c 100644
--- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
+++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 a6dfc67..4d03725 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.c
+++ b/src/protocols/ec25519_fhmqvc/handshake.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 7779858..0d7d131 100644
--- a/src/protocols/ec25519_fhmqvc/handshake.h
+++ b/src/protocols/ec25519_fhmqvc/handshake.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 cfb9028..855df77 100644
--- a/src/protocols/ec25519_fhmqvc/state.c
+++ b/src/protocols/ec25519_fhmqvc/state.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 dbe541d..6ee1a39 100644
--- a/src/protocols/ec25519_fhmqvc/util.c
+++ b/src/protocols/ec25519_fhmqvc/util.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 904d62f..3af0efc 100644
--- a/src/random.c
+++ b/src/random.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 0b6f5af..22c26c5 100644
--- a/src/receive.c
+++ b/src/receive.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 52b5ee8..eec2518 100644
--- a/src/resolve.c
+++ b/src/resolve.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 d557f22..bd72acf 100644
--- a/src/sem.h
+++ b/src/sem.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 6e425c6..caa7312 100644
--- a/src/send.c
+++ b/src/send.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/sha256.c b/src/sha256.c
index 2e9a7a7..3dbb54b 100644
--- a/src/sha256.c
+++ b/src/sha256.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f553cad..24b222b 100644
--- a/src/sha256.h
+++ b/src/sha256.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 e9e026d..90102a2 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 bc469c8..d39bcef 100644
--- a/src/shell.h
+++ b/src/shell.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 5e33010..c84d2d1 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 42f8335..7505ef9 100644
--- a/src/status.c
+++ b/src/status.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/tuntap.c b/src/tuntap.c
index 2656486..98a0983 100644
--- a/src/tuntap.c
+++ b/src/tuntap.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Android port contributor:
diff --git a/src/types.h b/src/types.h
index 01b36f5..f380541 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 db4457d..988610f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 054470e..c2b4dc1 100644
--- a/src/vector.c
+++ b/src/vector.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 a5c60d1..b3e3010 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f8be3d9..d0edbe9 100644
--- a/src/verify.c
+++ b/src/verify.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, 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 f8d98a1..02bb433 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without