aboutsummaryrefslogtreecommitdiffstats
path: root/vala
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-11 07:24:52 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-11 07:24:52 +0100
commit055ce30b39278db9bb88439ae4c5f37b6908580f (patch)
tree9e99e8be1110b8a05fc88d736ee21dc1c5b93e37 /vala
parentadd reference hash for license file using default parameters (diff)
downloadsha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.gz
sha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.bz2
sha3sum-055ce30b39278db9bb88439ae4c5f37b6908580f.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'vala')
-rw-r--r--vala/sha3sum.vala4
1 files changed, 2 insertions, 2 deletions
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");