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/methods | |
parent | 766433b8501e9218d7a6b0f4c66ffce788032118 (diff) | |
download | fastd-995380597a0df69504ffa2f1782290ffa2614d18.tar fastd-995380597a0df69504ffa2f1782290ffa2614d18.zip |
Update copyright years
Diffstat (limited to 'src/methods')
-rw-r--r-- | src/methods/cipher_test/cipher_test.c | 2 | ||||
-rw-r--r-- | src/methods/common.c | 2 | ||||
-rw-r--r-- | src/methods/common.h | 2 | ||||
-rw-r--r-- | src/methods/composed_gmac/composed_gmac.c | 2 | ||||
-rw-r--r-- | src/methods/composed_umac/composed_umac.c | 2 | ||||
-rw-r--r-- | src/methods/generic_gmac/generic_gmac.c | 2 | ||||
-rw-r--r-- | src/methods/generic_poly1305/generic_poly1305.c | 2 | ||||
-rw-r--r-- | src/methods/generic_umac/generic_umac.c | 2 | ||||
-rw-r--r-- | src/methods/methods.c.in | 2 | ||||
-rw-r--r-- | src/methods/null/null.c | 2 | ||||
-rw-r--r-- | src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c | 2 |
11 files changed, 11 insertions, 11 deletions
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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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/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 <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 |