diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-11 07:24:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-11 07:24:52 +0100 |
commit | 055ce30b39278db9bb88439ae4c5f37b6908580f (patch) | |
tree | 9e99e8be1110b8a05fc88d736ee21dc1c5b93e37 /c | |
parent | add reference hash for license file using default parameters (diff) | |
download | sha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.gz sha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.bz2 sha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.xz |
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'c')
-rw-r--r-- | c/sha3.c | 2 | ||||
-rw-r--r-- | c/sha3.h | 2 | ||||
-rw-r--r-- | c/sha3sum.c | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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"); |