aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--c/sha3.c2
-rw-r--r--c/sha3.h2
-rw-r--r--c/sha3sum.c4
-rw-r--r--java-c-jni/SHA3.c2
-rw-r--r--java-c-jni/SHA3.java2
-rw-r--r--java-c-jni/sha3sum.java4
-rw-r--r--java/ConcurrentSHA3.java2
-rw-r--r--java/SHA3.java2
-rw-r--r--java/sha3_224sum.java2
-rw-r--r--java/sha3_256sum.java2
-rw-r--r--java/sha3_384sum.java2
-rw-r--r--java/sha3_512sum.java2
-rw-r--r--java/sha3sum.java4
-rw-r--r--python2/sha3.py2
-rwxr-xr-xpython2/sha3sum.py4
-rw-r--r--python3/sha3.py2
-rwxr-xr-xpython3/sha3sum.py4
-rw-r--r--vala/sha3sum.vala4
19 files changed, 25 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 224c22d..f7180a2 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/c/sha3.c b/c/sha3.c
index 0edb46c..3887f76 100644
--- a/c/sha3.c
+++ b/c/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/c/sha3.h b/c/sha3.h
index 52fa8da..a6c5c40 100644
--- a/c/sha3.h
+++ b/c/sha3.h
@@ -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");