diff --git a/js-sha256Demo/LICENSE-MIT b/js-sha256Demo/LICENSE-MIT new file mode 100644 index 0000000000000000000000000000000000000000..c0134ae200d6d7a975f1bfdc0bdb476b0c5057e1 --- /dev/null +++ b/js-sha256Demo/LICENSE-MIT @@ -0,0 +1,22 @@ +Copyright (c) 2014-2017 Chen, Yi-Cyuan + +MIT License + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/js-sha256Demo/OAT.xml b/js-sha256Demo/OAT.xml index 542eeed220762813a17778182d1ef92588eea347..f2dca10c1566831d58e1434d68b72bf8a0f992eb 100644 --- a/js-sha256Demo/OAT.xml +++ b/js-sha256Demo/OAT.xml @@ -1,4 +1,21 @@ + @@ -13,6 +30,7 @@ + @@ -25,6 +43,7 @@ + diff --git a/js-sha256Demo/README.OpenSource b/js-sha256Demo/README.OpenSource index ec1b74bc5584226562034e84f153a0d75abf9ed2..f395e3f0d001c173fe0c9b36049f3a974908ae9c 100644 --- a/js-sha256Demo/README.OpenSource +++ b/js-sha256Demo/README.OpenSource @@ -2,9 +2,9 @@ { "Name": "js-sha256", "License": "MIT License", - "License File": "LICENSE", + "License File": "LICENSE-MIT", "Version Number": "0.9.0", - "Owner" : "Chen, Yi-Cyuan" + "Owner" : "xiafeng@huawei.com", "Upstream URL": "https://github.com/emn178/js-sha256", "Description": "A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding" }