aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-07-25 13:26:39 +0200
committerMattias Andrée <maandree@operamail.com>2015-07-25 13:26:39 +0200
commit6a959e6dff9561235313f0c223e770dacf08ddd4 (patch)
treec923b9294580fef671093c11c0c8755a018d6f68
parentSee issue #1 (diff)
downloadlibkeccak-6a959e6dff9561235313f0c223e770dacf08ddd4.tar.gz
libkeccak-6a959e6dff9561235313f0c223e770dacf08ddd4.tar.bz2
libkeccak-6a959e6dff9561235313f0c223e770dacf08ddd4.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rwxr-xr-xsrc/benchmark-flags2
-rw-r--r--src/benchmark.c2
-rw-r--r--src/libkeccak.h2
-rw-r--r--src/libkeccak/digest.c2
-rw-r--r--src/libkeccak/digest.h2
-rw-r--r--src/libkeccak/files.c2
-rw-r--r--src/libkeccak/files.h2
-rw-r--r--src/libkeccak/generalised-spec.c2
-rw-r--r--src/libkeccak/generalised-spec.h2
-rw-r--r--src/libkeccak/hex.c2
-rw-r--r--src/libkeccak/hex.h2
-rw-r--r--src/libkeccak/spec.h2
-rw-r--r--src/libkeccak/state.c2
-rw-r--r--src/libkeccak/state.h2
-rw-r--r--src/test.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/COPYING b/COPYING
index 5a262e1..4b35d27 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
libkeccak – Keccak-family hashing library
-Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
This library 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/src/benchmark-flags b/src/benchmark-flags
index 840d04c..6141137 100755
--- a/src/benchmark-flags
+++ b/src/benchmark-flags
@@ -1,7 +1,7 @@
#!/bin/sh
# libkeccak – Keccak-family hashing library
#
-# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
#
# This library 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/src/benchmark.c b/src/benchmark.c
index 08d945a..5ea29df 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak.h b/src/libkeccak.h
index ba212ae..3812a6b 100644
--- a/src/libkeccak.h
+++ b/src/libkeccak.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/digest.c b/src/libkeccak/digest.c
index c18556e..01a600a 100644
--- a/src/libkeccak/digest.c
+++ b/src/libkeccak/digest.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/digest.h b/src/libkeccak/digest.h
index e87dc3d..8a69fdb 100644
--- a/src/libkeccak/digest.h
+++ b/src/libkeccak/digest.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/files.c b/src/libkeccak/files.c
index 46aea61..e415126 100644
--- a/src/libkeccak/files.c
+++ b/src/libkeccak/files.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/files.h b/src/libkeccak/files.h
index f3279af..91b25dd 100644
--- a/src/libkeccak/files.h
+++ b/src/libkeccak/files.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/generalised-spec.c b/src/libkeccak/generalised-spec.c
index 8e4714c..94d6321 100644
--- a/src/libkeccak/generalised-spec.c
+++ b/src/libkeccak/generalised-spec.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/generalised-spec.h b/src/libkeccak/generalised-spec.h
index 6d77e63..538c260 100644
--- a/src/libkeccak/generalised-spec.h
+++ b/src/libkeccak/generalised-spec.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/hex.c b/src/libkeccak/hex.c
index 62d6f5d..16d281a 100644
--- a/src/libkeccak/hex.c
+++ b/src/libkeccak/hex.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/hex.h b/src/libkeccak/hex.h
index 4fc60dc..58e07f8 100644
--- a/src/libkeccak/hex.h
+++ b/src/libkeccak/hex.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/spec.h b/src/libkeccak/spec.h
index 06e250b..cccd27c 100644
--- a/src/libkeccak/spec.h
+++ b/src/libkeccak/spec.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/state.c b/src/libkeccak/state.c
index 22a7d0c..60a842d 100644
--- a/src/libkeccak/state.c
+++ b/src/libkeccak/state.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/libkeccak/state.h b/src/libkeccak/state.h
index 5fdaca5..33785a4 100644
--- a/src/libkeccak/state.h
+++ b/src/libkeccak/state.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library 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/src/test.c b/src/test.c
index 09082a8..b716cac 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by