diff options
Diffstat (limited to '')
-rw-r--r-- | java-c-jni/SHA3.c | 2 | ||||
-rw-r--r-- | java-c-jni/SHA3.java | 2 | ||||
-rw-r--r-- | java-c-jni/sha3sum.java | 4 | ||||
-rw-r--r-- | java/ConcurrentSHA3.java | 2 | ||||
-rw-r--r-- | java/SHA3.java | 2 | ||||
-rw-r--r-- | java/sha3_224sum.java | 2 | ||||
-rw-r--r-- | java/sha3_256sum.java | 2 | ||||
-rw-r--r-- | java/sha3_384sum.java | 2 | ||||
-rw-r--r-- | java/sha3_512sum.java | 2 | ||||
-rw-r--r-- | java/sha3sum.java | 4 |
10 files changed, 12 insertions, 12 deletions
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"); diff --git a/java/ConcurrentSHA3.java b/java/ConcurrentSHA3.java index 00a9082..88934f3 100644 --- a/java/ConcurrentSHA3.java +++ b/java/ConcurrentSHA3.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/SHA3.java b/java/SHA3.java index 151b0fa..616e05f 100644 --- a/java/SHA3.java +++ b/java/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/sha3_224sum.java b/java/sha3_224sum.java index 88ea3c1..d6717d5 100644 --- a/java/sha3_224sum.java +++ b/java/sha3_224sum.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/sha3_256sum.java b/java/sha3_256sum.java index 9f1605b..06375f2 100644 --- a/java/sha3_256sum.java +++ b/java/sha3_256sum.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/sha3_384sum.java b/java/sha3_384sum.java index 599932c..40128f4 100644 --- a/java/sha3_384sum.java +++ b/java/sha3_384sum.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/sha3_512sum.java b/java/sha3_512sum.java index c81ce74..60387d5 100644 --- a/java/sha3_512sum.java +++ b/java/sha3_512sum.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/sha3sum.java b/java/sha3sum.java index 598ae33..a7abd07 100644 --- a/java/sha3sum.java +++ b/java/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"); |