summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sha.js2
-rw-r--r--src/sha1.js2
-rw-r--r--src/sha256.js2
-rw-r--r--src/sha512.js2
-rw-r--r--src/sha_dev.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/sha.js b/src/sha.js
index 4b8e78c..038d547 100644
--- a/src/sha.js
+++ b/src/sha.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-2 as well as the corresponding HMAC implementation
as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2015
+ Copyright Brian Turek 2008-2016
Distributed under the BSD License
See http://caligatio.github.com/jsSHA/ for more information
diff --git a/src/sha1.js b/src/sha1.js
index d70cce0..23f72bf 100644
--- a/src/sha1.js
+++ b/src/sha1.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-2 as well as the corresponding HMAC implementation
as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2015
+ Copyright Brian Turek 2008-2016
Distributed under the BSD License
See http://caligatio.github.com/jsSHA/ for more information
diff --git a/src/sha256.js b/src/sha256.js
index 0b04a97..7aeb907 100644
--- a/src/sha256.js
+++ b/src/sha256.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-2 as well as the corresponding HMAC implementation
as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2015
+ Copyright Brian Turek 2008-2016
Distributed under the BSD License
See http://caligatio.github.com/jsSHA/ for more information
diff --git a/src/sha512.js b/src/sha512.js
index 29c9a4b..b3930fa 100644
--- a/src/sha512.js
+++ b/src/sha512.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-2 as well as the corresponding HMAC implementation
as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2015
+ Copyright Brian Turek 2008-2016
Distributed under the BSD License
See http://caligatio.github.com/jsSHA/ for more information
diff --git a/src/sha_dev.js b/src/sha_dev.js
index 7f22591..02fb9c3 100644
--- a/src/sha_dev.js
+++ b/src/sha_dev.js
@@ -3,7 +3,7 @@
* defined in FIPS PUB 180-2 as well as the corresponding HMAC implementation
* as defined in FIPS PUB 198a
*
- * Copyright Brian Turek 2008-2015
+ * Copyright Brian Turek 2008-2016
* Distributed under the BSD License
* See http://caligatio.github.com/jsSHA/ for more information
*