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/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 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/methods') diff --git a/src/methods/cipher_test/cipher_test.c b/src/methods/cipher_test/cipher_test.c index e07ab9b..98b9be5 100644 --- a/src/methods/cipher_test/cipher_test.c +++ b/src/methods/cipher_test/cipher_test.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/methods/common.c b/src/methods/common.c index f4f1f9c..24f099b 100644 --- a/src/methods/common.c +++ b/src/methods/common.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/methods/common.h b/src/methods/common.h index 3f6223f..ea0bb27 100644 --- a/src/methods/common.h +++ b/src/methods/common.h @@ -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/methods/composed_gmac/composed_gmac.c b/src/methods/composed_gmac/composed_gmac.c index 26dd099..ac28575 100644 --- a/src/methods/composed_gmac/composed_gmac.c +++ b/src/methods/composed_gmac/composed_gmac.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/methods/composed_umac/composed_umac.c b/src/methods/composed_umac/composed_umac.c index 88e2d51..316144e 100644 --- a/src/methods/composed_umac/composed_umac.c +++ b/src/methods/composed_umac/composed_umac.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/methods/generic_gmac/generic_gmac.c b/src/methods/generic_gmac/generic_gmac.c index c780e94..1db0efb 100644 --- a/src/methods/generic_gmac/generic_gmac.c +++ b/src/methods/generic_gmac/generic_gmac.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/methods/generic_poly1305/generic_poly1305.c b/src/methods/generic_poly1305/generic_poly1305.c index a12881b..f695601 100644 --- a/src/methods/generic_poly1305/generic_poly1305.c +++ b/src/methods/generic_poly1305/generic_poly1305.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/methods/generic_umac/generic_umac.c b/src/methods/generic_umac/generic_umac.c index fe7aade..11dc492 100644 --- a/src/methods/generic_umac/generic_umac.c +++ b/src/methods/generic_umac/generic_umac.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/methods/methods.c.in b/src/methods/methods.c.in index 26cae1a..acef6b6 100644 --- a/src/methods/methods.c.in +++ b/src/methods/methods.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/methods/null/null.c b/src/methods/null/null.c index 4897ec2..d18847b 100644 --- a/src/methods/null/null.c +++ b/src/methods/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/methods/xsalsa20_poly1305/xsalsa20_poly1305.c b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c index 670d09f..46055b8 100644 --- a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c +++ b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.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