From 944d1d52a940498f9ee2f0e3c7cc2e4d4116309f Mon Sep 17 00:00:00 2001 From: hexagon1337 Date: Fri, 12 Apr 2024 16:01:50 +0800 Subject: [PATCH] =?UTF-8?q?js-sha256Demo=E4=BF=AE=E5=A4=8DREADME.OpenSourc?= =?UTF-8?q?e=E6=A0=BC=E5=BC=8F=EF=BC=8COAT.xml=E8=A1=A5=E5=85=85=E7=89=88?= =?UTF-8?q?=E6=9D=83=E5=A4=B4=EF=BC=8CLicence=E5=86=85=E5=AE=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BAMIT=E5=90=8C=E6=AD=A5=E4=B8=8A=E6=B8=B8?= =?UTF-8?q?=E5=BA=93Licence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hexagon1337 --- js-sha256Demo/LICENSE-MIT | 22 ++++++++++++++++++++++ js-sha256Demo/OAT.xml | 19 +++++++++++++++++++ js-sha256Demo/README.OpenSource | 4 ++-- 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 js-sha256Demo/LICENSE-MIT diff --git a/js-sha256Demo/LICENSE-MIT b/js-sha256Demo/LICENSE-MIT new file mode 100644 index 00000000..c0134ae2 --- /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 542eeed2..f2dca10c 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 ec1b74bc..f395e3f0 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" } -- Gitee