mirror of
https://github.com/emn178/js-sha256.git
synced 2026-08-12 20:32:16 +08:00
add license
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
/*
|
||||
* js-sha256 v0.1.0
|
||||
* https://github.com/emn178/js-sha256
|
||||
*
|
||||
* Copyright 2014, emn178@gmail.com
|
||||
*
|
||||
* Licensed under the MIT license:
|
||||
* http://www.opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
(function(root, undefined){
|
||||
'use strict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user