From bb757db63138edbc1d9d9ae419f96524c0255d82 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Apr 2014 17:20:46 +0200 Subject: fix year duplication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- c/sha3sum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c') 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"); -- cgit v1.2.3-70-g09d2