From 4c5c32363c8d5e1183c4121ad445f7aa1a1c6e93 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 14 Mar 2014 01:26:59 +0100 Subject: Adjust copyright years --- COPYRIGHT | 2 +- src/buffer.h | 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/dlist.h | 2 +- src/fastd.c | 2 +- src/fastd.h | 2 +- src/fastd_config.h.in | 2 +- src/handshake.c | 2 +- src/handshake.h | 2 +- src/hkdf_sha256.c | 2 +- src/hkdf_sha256.h | 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/generic_gmac/generic_gmac.c | 2 +- src/methods/generic_poly1305/generic_poly1305.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/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/send.c | 2 +- src/sha256.c | 2 +- src/sha256.h | 2 +- src/shell.c | 2 +- src/socket.c | 2 +- src/tuntap.c | 2 +- src/types.h | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index ca2e7c7..901d74d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (c) 2012-2013, Matthias Schiffer +Copyright (c) 2012-2014, 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 5ac9664..34168bf 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 dd2efc7..9c9d334 100644 --- a/src/capabilities.c +++ b/src/capabilities.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 ba77f65..1cb68f9 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 38ca490..0031113 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/config.h b/src/config.h index ecdb7dd..e319973 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 878f6e7..6fe6a63 100644 --- a/src/config.y +++ b/src/config.y @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 e4c6d95..a15050d 100644 --- a/src/cpuid.h +++ b/src/cpuid.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 af8547d..9d96268 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 b228602..52122d9 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 ca32e72..c5d6200 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 22b0ebe..b47be57 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 735d28d..5cef18f 100644 --- a/src/crypto/cipher/ciphers.c.in +++ b/src/crypto/cipher/ciphers.c.in @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 b3f5dd3..767e06c 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 07994f7..d6e4cab 100644 --- a/src/crypto/cipher/null/null.c +++ b/src/crypto/cipher/null/null.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 d2f1538..10f2fe8 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 bf6dc48..f4f713f 100644 --- a/src/crypto/cipher/salsa20/salsa20.c +++ b/src/crypto/cipher/salsa20/salsa20.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 3787a0e..52c4b6d 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 2739f95..8f456ec 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 780702d..8dcfc33 100644 --- a/src/crypto/cipher/salsa2012/salsa2012.c +++ b/src/crypto/cipher/salsa2012/salsa2012.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 1bed11e..5e5862f 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 651c7ed..981cbc6 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 6c165a4..5976131 100644 --- a/src/crypto/mac/ghash/ghash.c +++ b/src/crypto/mac/ghash/ghash.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 419d406..e335a82 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 81313a3..dc9c436 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 201ec9a..9dc0a32 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-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 cdf1b10..8114da4 100644 --- a/src/crypto/mac/macs.c.in +++ b/src/crypto/mac/macs.c.in @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer 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 d689ad3..8d1e263 100644 --- a/src/dlist.h +++ b/src/dlist.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 70117d8..c54b5b8 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/fastd.h b/src/fastd.h index 56b07b9..2a7b5ab 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/fastd_config.h.in b/src/fastd_config.h.in index ece2ba7..6851c25 100644 --- a/src/fastd_config.h.in +++ b/src/fastd_config.h.in @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer 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 5df7cb8..441ab5d 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 196cc67..a519450 100644 --- a/src/handshake.h +++ b/src/handshake.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 854cb86..7cf3af8 100644 --- a/src/hkdf_sha256.c +++ b/src/hkdf_sha256.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 4497200..d882c1b 100644 --- a/src/hkdf_sha256.h +++ b/src/hkdf_sha256.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer 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 ee58339..991a136 100644 --- a/src/lex.c +++ b/src/lex.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 2a78421..307bec0 100644 --- a/src/lex.h +++ b/src/lex.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 3e9199a..43d8c83 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 9a6c6b7..c61f1f5 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 c329734..1d9522a 100644 --- a/src/method.h +++ b/src/method.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 a033e40..b33133a 100644 --- a/src/methods/cipher_test/cipher_test.c +++ b/src/methods/cipher_test/cipher_test.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 32e827c..26bdf2e 100644 --- a/src/methods/common.c +++ b/src/methods/common.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 b01401b..92cacc8 100644 --- a/src/methods/common.h +++ b/src/methods/common.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 512cba0..d420f31 100644 --- a/src/methods/composed_gmac/composed_gmac.c +++ b/src/methods/composed_gmac/composed_gmac.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 add663a..a15083b 100644 --- a/src/methods/generic_gmac/generic_gmac.c +++ b/src/methods/generic_gmac/generic_gmac.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 318e640..d9db73f 100644 --- a/src/methods/generic_poly1305/generic_poly1305.c +++ b/src/methods/generic_poly1305/generic_poly1305.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 d81a121..914d929 100644 --- a/src/methods/methods.c.in +++ b/src/methods/methods.c.in @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 b2b03bd..9c7dc43 100644 --- a/src/methods/null/null.c +++ b/src/methods/null/null.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 cb01e0f..e11826f 100644 --- a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c +++ b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 d30dde6..e8b38ae 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/peer.c b/src/peer.c index a1a9fc2..96463a9 100644 --- a/src/peer.c +++ b/src/peer.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 f72fe0b..4eead4e 100644 --- a/src/peer.h +++ b/src/peer.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 7f77a22..735a0ea 100644 --- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c +++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 51d303a..40e9e85 100644 --- a/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h +++ b/src/protocols/ec25519_fhmqvc/ec25519_fhmqvc.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 3c9c25c..a8bde30 100644 --- a/src/protocols/ec25519_fhmqvc/handshake.c +++ b/src/protocols/ec25519_fhmqvc/handshake.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 c6eadf9..04eb571 100644 --- a/src/protocols/ec25519_fhmqvc/handshake.h +++ b/src/protocols/ec25519_fhmqvc/handshake.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 d7fd151..fe0dcde 100644 --- a/src/protocols/ec25519_fhmqvc/state.c +++ b/src/protocols/ec25519_fhmqvc/state.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 e653f7f..3e1bafd 100644 --- a/src/protocols/ec25519_fhmqvc/util.c +++ b/src/protocols/ec25519_fhmqvc/util.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 265bf72..9c7359f 100644 --- a/src/random.c +++ b/src/random.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 b2e4469..d0e38a2 100644 --- a/src/receive.c +++ b/src/receive.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 4ac102b..673c606 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 ba0bc28..04fd846 100644 --- a/src/send.c +++ b/src/send.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/sha256.c b/src/sha256.c index 68c1025..0e0aac0 100644 --- a/src/sha256.c +++ b/src/sha256.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 a1b27a8..4cfe11f 100644 --- a/src/sha256.h +++ b/src/sha256.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 1139276..7acfa48 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 744945e..526e63f 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer 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 1204049..c75c281 100644 --- a/src/tuntap.c +++ b/src/tuntap.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, 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 17c058c..ca6f084 100644 --- a/src/types.h +++ b/src/types.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2013, Matthias Schiffer + Copyright (c) 2012-2014, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3