aboutsummaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/sha3.c2
-rw-r--r--c/sha3.h2
-rw-r--r--c/sha3sum.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/c/sha3.c b/c/sha3.c
index 0edb46c..3887f76 100644
--- a/c/sha3.c
+++ b/c/sha3.c
@@ -1,7 +1,7 @@
/**
* sha3sum – SHA-3 (Keccak) checksum calculator
*
- * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/c/sha3.h b/c/sha3.h
index 52fa8da..a6c5c40 100644
--- a/c/sha3.h
+++ b/c/sha3.h
@@ -1,7 +1,7 @@
/**
* sha3sum – SHA-3 (Keccak) checksum calculator
*
- * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/c/sha3sum.c b/c/sha3sum.c
index f8f82db..e641e68 100644
--- a/c/sha3sum.c
+++ b/c/sha3sum.c
@@ -1,7 +1,7 @@
/**
* sha3sum – SHA-3 (Keccak) checksum calculator
*
- * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2013, 2014, 2014 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -286,7 +286,7 @@ int main(int argc, char** argv)
printf("\n");
printf("COPYRIGHT:\n");
printf("\n");
- printf("Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)\n");
+ printf("Copyright © 2013, 2014, 2014 Mattias Andrée (maandree@member.fsf.org)\n");
printf("\n");
printf("This program is free software: you can redistribute it and/or modify\n");
printf("it under the terms of the GNU Affero General Public License as published by\n");