aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-23 17:20:46 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-23 17:20:46 +0200
commitbb757db63138edbc1d9d9ae419f96524c0255d82 (patch)
treef8ed316ae4612410dc756e9097469fc6a9253286
parentc version: instead of defining restrict as empty if not WITH_C99, define restrict_ as restrict if WITH_C99 (diff)
downloadsha3sum-bb757db63138edbc1d9d9ae419f96524c0255d82.tar.gz
sha3sum-bb757db63138edbc1d9d9ae419f96524c0255d82.tar.bz2
sha3sum-bb757db63138edbc1d9d9ae419f96524c0255d82.tar.xz
fix year duplication
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--c/sha3sum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/sha3sum.c b/c/sha3sum.c
index 8579c31..a0b5351 100644
--- a/c/sha3sum.c
+++ b/c/sha3sum.c
@@ -1,7 +1,7 @@
/**
* sha3sum – SHA-3 (Keccak) checksum calculator
*
- * Copyright © 2013, 2014, 2014 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
@@ -286,7 +286,7 @@ int main(int argc, char** argv)
printf("\n");
printf("COPYRIGHT:\n");
printf("\n");
- printf("Copyright © 2013, 2014, 2014 Mattias Andrée (maandree@member.fsf.org)\n");
+ printf("Copyright © 2013, 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");