1.update README.OpenSource

Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
zhoulisheng1 2022-11-16 17:44:40 -08:00
parent 63c99d8e1c
commit fac8d53d33
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{ {
"Name": "glide", "Name": "glide",
"License": "under one or more license", "License": "under one or more license",
"License File": "https://github.com/bumptech/imageknife/blob/master/LICENSE", "License File": "https://github.com/bumptech/glide/blob/master/LICENSE",
"Version Number": "4.13.1", "Version Number": "4.13.1",
"Owner" : "bumptech", "Owner" : "bumptech",
"Upstream URL": "https://github.com/bumptech/glide", "Upstream URL": "https://github.com/bumptech/glide",
@ -12,10 +12,10 @@
{ {
"Name": "glide-transformations", "Name": "glide-transformations",
"License": "Apache License 2.0", "License": "Apache License 2.0",
"License File": "https://github.com/wasabeef/imageknife-transformations/blob/main/LICENSE", "License File": "https://github.com/wasabeef/glide-transformations/blob/main/LICENSE",
"Version Number": "4.3.0", "Version Number": "4.3.0",
"Owner" : "wasabeef", "Owner" : "wasabeef",
"Upstream URL": "https://github.com/wasabeef/imageknife-transformations", "Upstream URL": "https://github.com/wasabeef/glide-transformations",
"Description": " An transformation library providing a variety of image transformations for Glide. " "Description": " An transformation library providing a variety of image transformations for Glide. "
}, },

View File

@ -24,7 +24,9 @@
"tags": [ "tags": [
"OpenHarmony", "OpenHarmony",
"ImageKnife", "ImageKnife",
"glide" "glide",
"ImageCache",
"UI"
], ],
"license": "Apache License 2.0", "license": "Apache License 2.0",
"devDependencies": {}, "devDependencies": {},