summaryrefslogtreecommitdiffstats
path: root/src/methods
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods')
-rw-r--r--src/methods/cipher_test/cipher_test.c2
-rw-r--r--src/methods/common.c2
-rw-r--r--src/methods/common.h2
-rw-r--r--src/methods/composed_gmac/composed_gmac.c2
-rw-r--r--src/methods/composed_umac/composed_umac.c2
-rw-r--r--src/methods/generic_gmac/generic_gmac.c2
-rw-r--r--src/methods/generic_poly1305/generic_poly1305.c2
-rw-r--r--src/methods/generic_umac/generic_umac.c2
-rw-r--r--src/methods/methods.c.in2
-rw-r--r--src/methods/null/null.c2
-rw-r--r--src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c2
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