Skip to content

Commit 58ab104

Browse files
Fix license information (#49)
* Update LICENSE.md to reflect open source team * Correctly configure license in Cargo metadata
1 parent 700573c commit 58ab104

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "High performance & cross-platform Flexbox implementation"
88
repository = "https://github.com/DioxusLabs/stretch"
99
keywords = ["ios", "android", "cross-platform", "layout", "flexbox"]
1010
categories = ["gui"]
11-
license-file = "LICENSE"
11+
license = "MIT"
1212

1313
[dependencies]
1414
arrayvec = { version = "0.7.2", default-features = false }

LICENSE LICENSE.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
MIT License
1+
# License
22

3-
Copyright (c) 2018 Visly Inc.
3+
The copyright of all contributions to this open source software library remains with the original authors, who by contributing grant others a license to freely use, share and modify their work under the MIT license below.
4+
5+
This library was forked from the [`stretch`](https://github.com/vislyhq/stretch) crate under the MIT License, which was copyright 2018 Visly Inc.
6+
7+
## MIT License
48

59
Permission is hereby granted, free of charge, to any person obtaining a copy
610
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +23,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1923
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2024
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2125
SOFTWARE.
22-

0 commit comments

Comments
 (0)