diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-02-22 17:14:24 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-02-22 17:14:24 +0100 |
commit | 995380597a0df69504ffa2f1782290ffa2614d18 (patch) | |
tree | 097f4b65c9f90cf7730dc565975519f55875bde0 /src/crypto/mac | |
parent | 766433b8501e9218d7a6b0f4c66ffce788032118 (diff) | |
download | fastd-995380597a0df69504ffa2f1782290ffa2614d18.tar fastd-995380597a0df69504ffa2f1782290ffa2614d18.zip |
Update copyright years
Diffstat (limited to 'src/crypto/mac')
-rw-r--r-- | src/crypto/mac/ghash/builtin/ghash_builtin.c | 2 | ||||
-rw-r--r-- | src/crypto/mac/ghash/ghash.c | 2 | ||||
-rw-r--r-- | src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c | 2 | ||||
-rw-r--r-- | src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h | 2 | ||||
-rw-r--r-- | src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c | 2 | ||||
-rw-r--r-- | src/crypto/mac/macs.c.in | 2 | ||||
-rw-r--r-- | src/crypto/mac/uhash/builtin/uhash_builtin.c | 2 | ||||
-rw-r--r-- | src/crypto/mac/uhash/uhash.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/crypto/mac/ghash/builtin/ghash_builtin.c b/src/crypto/mac/ghash/builtin/ghash_builtin.c index 246ec8f..0e59e17 100644 --- a/src/crypto/mac/ghash/builtin/ghash_builtin.c +++ b/src/crypto/mac/ghash/builtin/ghash_builtin.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/ghash/ghash.c b/src/crypto/mac/ghash/ghash.c index e0307f7..41e331f 100644 --- a/src/crypto/mac/ghash/ghash.c +++ b/src/crypto/mac/ghash/ghash.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c index 310a177..c5f9f82 100644 --- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c +++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h index eb8b883..ef10b8f 100644 --- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h +++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c index 192d3f8..6a72f2d 100644 --- a/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c +++ b/src/crypto/mac/ghash/pclmulqdq/ghash_pclmulqdq_impl.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/macs.c.in b/src/crypto/mac/macs.c.in index fa09299..9b5c67a 100644 --- a/src/crypto/mac/macs.c.in +++ b/src/crypto/mac/macs.c.in @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/uhash/builtin/uhash_builtin.c b/src/crypto/mac/uhash/builtin/uhash_builtin.c index a77bd89..109db86 100644 --- a/src/crypto/mac/uhash/builtin/uhash_builtin.c +++ b/src/crypto/mac/uhash/builtin/uhash_builtin.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/crypto/mac/uhash/uhash.c b/src/crypto/mac/uhash/uhash.c index cda237f..fbd67a5 100644 --- a/src/crypto/mac/uhash/uhash.c +++ b/src/crypto/mac/uhash/uhash.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2012-2015, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2012-2016, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without |