add license

This commit is contained in:
Chen Yi-Cyuan
2014-01-05 12:11:10 +08:00
parent eabadfd94d
commit dec43b48e9
4 changed files with 34 additions and 0 deletions
+10
View File
@@ -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';