From 995380597a0df69504ffa2f1782290ffa2614d18 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 22 Feb 2016 17:14:24 +0100 Subject: Update copyright years --- COPYRIGHT | 2 +- doc/examples/openwrt/fastd.init | 2 +- doc/source/conf.py | 2 +- src/alloc.h | 2 +- src/async.c | 2 +- src/async.h | 2 +- src/buffer.h | 2 +- src/build.h.in | 2 +- src/capabilities.c | 2 +- src/compat.h | 2 +- src/config.c | 2 +- src/config.h | 2 +- src/config.y | 2 +- src/cpuid.h | 2 +- src/crypto.h | 2 +- src/crypto/cipher/aes128_ctr/aes128_ctr.c | 2 +- src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c | 2 +- src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c | 2 +- src/crypto/cipher/ciphers.c.in | 2 +- src/crypto/cipher/null/memcpy/null_memcpy.c | 2 +- src/crypto/cipher/null/null.c | 2 +- src/crypto/cipher/salsa20/nacl/salsa20_nacl.c | 2 +- src/crypto/cipher/salsa20/salsa20.c | 2 +- src/crypto/cipher/salsa20/xmm/salsa20_xmm.c | 2 +- src/crypto/cipher/salsa2012/nacl/salsa2012_nacl.c | 2 +- src/crypto/cipher/salsa2012/salsa2012.c | 2 +- src/crypto/cipher/salsa2012/xmm/salsa2012_xmm.c | 2 +- src/crypto/mac/ghash/builtin/ghash_builtin.c | 2 +- src/crypto/mac/ghash/ghash.c | 2 +- src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c | 2 +- src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h | 2 +- src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c | 2 +- src/crypto/mac/macs.c.in | 2 +- src/crypto/mac/uhash/builtin/uhash_builtin.c | 2 +- src/crypto/mac/uhash/uhash.c | 2 +- src/fastd.c | 2 +- src/fastd.h | 2 +- src/handshake.c | 2 +- src/handshake.h | 2 +- src/hash.h | 2 +- src/hkdf_sha256.c | 2 +- src/hkdf_sha256.h | 2 +- src/iface.c | 2 +- src/lex.c | 2 +- src/lex.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/method.h | 2 +- src/methods/cipher_test/cipher_test.c | 2 +- src/methods/common.c | 2 +- src/methods/common.h | 2 +- src/methods/composed_gmac/composed_gmac.c | 2 +- src/methods/composed_umac/composed_umac.c | 2 +- src/methods/generic_gmac/generic_gmac.c | 2 +- src/methods/generic_poly1305/generic_poly1305.c | 2 +- src/methods/generic_umac/generic_umac.c | 2 +- src/methods/methods.c.in | 2 +- src/methods/null/null.c | 2 +- src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c | 2 +- src/options.c | 2 +- src/peer.c | 2 +- src/peer.h | 2 +- src/peer_group.h | 2 +- src/peer_hashtable.c | 2 +- src/peer_hashtable.h | 2 +- src/poll.c | 2 +- src/poll.h | 2 +- src/pqueue.c | 2 +- src/pqueue.h | 2 +- src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c | 2 +- src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h | 2 +- src/protocols/ec25519_fhmqvc/handshake.c | 2 +- src/protocols/ec25519_fhmqvc/handshake.h | 2 +- src/protocols/ec25519_fhmqvc/state.c | 2 +- src/protocols/ec25519_fhmqvc/util.c | 2 +- src/random.c | 2 +- src/receive.c | 2 +- src/resolve.c | 2 +- src/sem.h | 2 +- src/send.c | 2 +- src/sha256.c | 2 +- src/sha256.h | 2 +- src/shell.c | 2 +- src/shell.h | 2 +- src/socket.c | 2 +- src/status.c | 2 +- src/task.c | 2 +- src/task.h | 2 +- src/types.h | 2 +- src/util.h | 2 +- src/vector.c | 2 +- src/vector.h | 2 +- src/verify.c | 2 +- src/verify.h | 2 +- 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 +Copyright (c) 2012-2016, Matthias Schiffer 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 +# Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer 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 + Copyright (c) 2012-2016, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3