summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sha.js2
-rw-r--r--src/sha1.js2
-rw-r--r--src/sha256.js2
-rw-r--r--src/sha3.js2
-rw-r--r--src/sha512.js2
-rw-r--r--src/sha_dev.js2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/sha.js b/src/sha.js
index b48a495..540182e 100644
--- a/src/sha.js
+++ b/src/sha.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
HMAC implementation as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2016
+ Copyright Brian Turek 2008-2017
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 23963d4..a7277e3 100644
--- a/src/sha1.js
+++ b/src/sha1.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
HMAC implementation as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2016
+ Copyright Brian Turek 2008-2017
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 6ef2060..6c01a73 100644
--- a/src/sha256.js
+++ b/src/sha256.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
HMAC implementation as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2016
+ Copyright Brian Turek 2008-2017
Distributed under the BSD License
See http://caligatio.github.com/jsSHA/ for more information
diff --git a/src/sha3.js b/src/sha3.js
index 6c19e4b..b1efead 100644
--- a/src/sha3.js
+++ b/src/sha3.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
HMAC implementation as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2016
+ Copyright Brian Turek 2008-2017
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 8cec42b..9d2bba6 100644
--- a/src/sha512.js
+++ b/src/sha512.js
@@ -3,7 +3,7 @@
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
HMAC implementation as defined in FIPS PUB 198a
- Copyright Brian Turek 2008-2016
+ Copyright Brian Turek 2008-2017
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 f45ef1f..4c4e9d5 100644
--- a/src/sha_dev.js
+++ b/src/sha_dev.js
@@ -3,7 +3,7 @@
* defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
* HMAC implementation as defined in FIPS PUB 198a
*
- * Copyright Brian Turek 2008-2016
+ * Copyright Brian Turek 2008-2017
* Distributed under the BSD License
* See http://caligatio.github.com/jsSHA/ for more information
*