From 0a69b958bdfd8da663577be2be557a1bc319cd12 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 14 Jan 2015 17:33:52 +0100 Subject: Update copyright years --- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src/crypto/cipher') 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, 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 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 + Copyright (c) 2012-2015, Matthias Schiffer All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3