From 055ce30b39278db9bb88439ae4c5f37b6908580f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 11 Feb 2014 07:24:52 +0100 Subject: bump year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- java-c-jni/SHA3.c | 2 +- java-c-jni/SHA3.java | 2 +- java-c-jni/sha3sum.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'java-c-jni') diff --git a/java-c-jni/SHA3.c b/java-c-jni/SHA3.c index 7e35d79..eea5dbe 100644 --- a/java-c-jni/SHA3.c +++ b/java-c-jni/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/java-c-jni/SHA3.java b/java-c-jni/SHA3.java index 9d8e4ec..1a4067b 100644 --- a/java-c-jni/SHA3.java +++ b/java-c-jni/SHA3.java @@ -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/java-c-jni/sha3sum.java b/java-c-jni/sha3sum.java index 598ae33..a7abd07 100644 --- a/java-c-jni/sha3sum.java +++ b/java-c-jni/sha3sum.java @@ -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 @@ -127,7 +127,7 @@ public class sha3sum System.out.println(""); System.out.println("COPYRIGHT:"); System.out.println(""); - System.out.println("Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)"); + System.out.println("Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)"); System.out.println(""); System.out.println("This program is free software: you can redistribute it and/or modify"); System.out.println("it under the terms of the GNU Affero General Public License as published by"); -- cgit v1.2.3-70-g09d2