diff options
author | Brian Turek <brian.turek@gmail.com> | 2016-05-08 08:25:54 -0400 |
---|---|---|
committer | Brian Turek <brian.turek@gmail.com> | 2016-05-08 08:25:54 -0400 |
commit | e65fbff2a9cb45e294eddaeee44d0ca2995f1e36 (patch) | |
tree | 0dc089bfd086d64bfb2cb7bf4ee6a13d4bd0e153 | |
parent | 35c95769f4df448321f7f8deed80c1839f010eb0 (diff) | |
download | jsSHA-e65fbff2a9cb45e294eddaeee44d0ca2995f1e36.zip jsSHA-e65fbff2a9cb45e294eddaeee44d0ca2995f1e36.tar.gz jsSHA-e65fbff2a9cb45e294eddaeee44d0ca2995f1e36.tar.bz2 |
Updated copyright date
-rw-r--r-- | src/sha.js | 2 | ||||
-rw-r--r-- | src/sha1.js | 2 | ||||
-rw-r--r-- | src/sha256.js | 2 | ||||
-rw-r--r-- | src/sha512.js | 2 | ||||
-rw-r--r-- | src/sha_dev.js | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -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 * |