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 | |
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>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | c/sha3.c | 2 | ||||
-rw-r--r-- | c/sha3.h | 2 | ||||
-rw-r--r-- | c/sha3sum.c | 4 | ||||
-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 | ||||
-rw-r--r-- | python2/sha3.py | 2 | ||||
-rwxr-xr-x | python2/sha3sum.py | 4 | ||||
-rw-r--r-- | python3/sha3.py | 2 | ||||
-rwxr-xr-x | python3/sha3sum.py | 4 | ||||
-rw-r--r-- | vala/sha3sum.vala | 4 |
19 files changed, 25 insertions, 25 deletions
@@ -1,4 +1,4 @@ -# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -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"); 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"); diff --git a/python2/sha3.py b/python2/sha3.py index 7b62563..316930d 100644 --- a/python2/sha3.py +++ b/python2/sha3.py @@ -3,7 +3,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/python2/sha3sum.py b/python2/sha3sum.py index 157e8f5..f3131d8 100755 --- a/python2/sha3sum.py +++ b/python2/sha3sum.py @@ -3,7 +3,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 @@ -114,7 +114,7 @@ OPTIONS: COPYRIGHT: -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/python3/sha3.py b/python3/sha3.py index ca34d5b..dc62630 100644 --- a/python3/sha3.py +++ b/python3/sha3.py @@ -3,7 +3,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/python3/sha3sum.py b/python3/sha3sum.py index 9f36657..77d66e5 100755 --- a/python3/sha3sum.py +++ b/python3/sha3sum.py @@ -3,7 +3,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 @@ -101,7 +101,7 @@ OPTIONS: COPYRIGHT: -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/vala/sha3sum.vala b/vala/sha3sum.vala index 61a1717..ee411b0 100644 --- a/vala/sha3sum.vala +++ b/vala/sha3sum.vala @@ -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 @@ -688,7 +688,7 @@ static int main(string[] cmdargs) stdout.printf("\n"); stdout.printf("COPYRIGHT:\n"); stdout.printf("\n"); - stdout.printf("Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)\n"); + stdout.printf("Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)\n"); stdout.printf("\n"); stdout.printf("This program is free software: you can redistribute it and/or modify\n"); stdout.printf("it under the terms of the GNU Affero General Public License as published by\n"); |