summaryrefslogtreecommitdiffstats
path: root/src/methods
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-03-14 01:26:59 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-03-14 01:26:59 +0100
commit4c5c32363c8d5e1183c4121ad445f7aa1a1c6e93 (patch)
tree3fc8f62069b625861537fea4782c53b822720738 /src/methods
parent8c85a34aac807cd41077f6e32441047b4aea0db5 (diff)
downloadfastd-4c5c32363c8d5e1183c4121ad445f7aa1a1c6e93.tar
fastd-4c5c32363c8d5e1183c4121ad445f7aa1a1c6e93.zip
Adjust copyright years
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/generic_gmac/generic_gmac.c2
-rw-r--r--src/methods/generic_poly1305/generic_poly1305.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
9 files changed, 9 insertions, 9 deletions
diff --git a/src/methods/cipher_test/cipher_test.c b/src/methods/cipher_test/cipher_test.c
index a033e40..b33133a 100644
--- a/src/methods/cipher_test/cipher_test.c
+++ b/src/methods/cipher_test/cipher_test.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 32e827c..26bdf2e 100644
--- a/src/methods/common.c
+++ b/src/methods/common.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 b01401b..92cacc8 100644
--- a/src/methods/common.h
+++ b/src/methods/common.h
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 512cba0..d420f31 100644
--- a/src/methods/composed_gmac/composed_gmac.c
+++ b/src/methods/composed_gmac/composed_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 add663a..a15083b 100644
--- a/src/methods/generic_gmac/generic_gmac.c
+++ b/src/methods/generic_gmac/generic_gmac.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 318e640..d9db73f 100644
--- a/src/methods/generic_poly1305/generic_poly1305.c
+++ b/src/methods/generic_poly1305/generic_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 d81a121..914d929 100644
--- a/src/methods/methods.c.in
+++ b/src/methods/methods.c.in
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 b2b03bd..9c7dc43 100644
--- a/src/methods/null/null.c
+++ b/src/methods/null/null.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, 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 cb01e0f..e11826f 100644
--- a/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
+++ b/src/methods/xsalsa20_poly1305/xsalsa20_poly1305.c
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2012-2013, Matthias Schiffer <mschiffer@universe-factory.net>
+ Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without