Skip to content

docs: format LICENSE and fix typo #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-n-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: yarn global add @napi-rs/cli
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall -y git-cliff
- name: Bump ${{ inputs.component }} verion
- name: Bump ${{ inputs.component }} version
env:
GITHUB_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
GH_TOKEN: ${{ secrets.BUMP_N_RELEASE }}
Expand Down
18 changes: 15 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@ MIT License

Copyright (c) 2024 2bndy5

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:
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 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.
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.
52 changes: 1 addition & 51 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,54 +174,4 @@ To provide feedback (requesting a feature or reporting a bug) please post to

The scripts and documentation in this project are released under the [MIT].

Dependencies (that are redistributed by us in binary form) have the following
license agreements:

- [clap](https://crates.io/crates/clap):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [git2](https://crates.io/crates/git2):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

The following are conditionally included in binaries (using the `openssl-vendored` feature on a
case-by-case basis) because it is a dependency of git2:

- [openssl](https://crates.io/crates/openssl): Licensed under [Apache 2.0][Apache2]
- [openssl-probe](https://crates.io/crates/openssl-probe):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

- [lenient_semver](https://crates.io/crates/lenient_semver):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [log](https://crates.io/crates/log):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [regex](https://crates.io/crates/regex):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [reqwest](https://crates.io/crates/reqwest):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [semver](https://crates.io/crates/semver):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [serde](https://crates.io/crates/serde):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [serde-xml-rs](https://crates.io/crates/serde-xml-rs): Licensed under [MIT].
- [serde_json](https://crates.io/crates/serde_json):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [which](https://crates.io/crates/which): Licensed under [MIT].
- [tokio](https://crates.io/crates/tokio): Licensed under [MIT].
- [futures](https://crates.io/crates/futures):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [chrono](https://crates.io/crates/chrono):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [colored](https://crates.io/crates/colored): Licensed under [MPL-2.0]

The python binding uses

- [pyo3](https://crates.io/crates/pyo3):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

The node binding uses

- [napi](https://crates.io/crates/napi): Licensed under [MIT]
- [napi-derive](https://crates.io/crates/napi-derive): Licensed under [MIT]

[MIT]: https://choosealicense.com/licenses/mit
[Apache2]: https://choosealicense.com/licenses/apache-2.0/
[MPL-2.0]: https://choosealicense.com/licenses/mpl-2.0
Dependencies (that are redistributed by us in binary form) and their licenses, refer to [THIRD-PARTY LICENSES](docs/THIRD-PARTY-LICENSES.md).
48 changes: 48 additions & 0 deletions docs/THIRD-PARTY-LICENSES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
- [clap](https://crates.io/crates/clap):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [git2](https://crates.io/crates/git2):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

The following are conditionally included in binaries (using the `openssl-vendored` feature on a
case-by-case basis) because it is a dependency of git2:

- [openssl](https://crates.io/crates/openssl): Licensed under [Apache 2.0][Apache2]
- [openssl-probe](https://crates.io/crates/openssl-probe):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

- [lenient_semver](https://crates.io/crates/lenient_semver):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [log](https://crates.io/crates/log):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [regex](https://crates.io/crates/regex):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [reqwest](https://crates.io/crates/reqwest):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [semver](https://crates.io/crates/semver):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [serde](https://crates.io/crates/serde):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [serde-xml-rs](https://crates.io/crates/serde-xml-rs): Licensed under [MIT].
- [serde_json](https://crates.io/crates/serde_json):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [which](https://crates.io/crates/which): Licensed under [MIT].
- [tokio](https://crates.io/crates/tokio): Licensed under [MIT].
- [futures](https://crates.io/crates/futures):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [chrono](https://crates.io/crates/chrono):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].
- [colored](https://crates.io/crates/colored): Licensed under [MPL-2.0]

The python binding uses

- [pyo3](https://crates.io/crates/pyo3):
Dual-licensed under [Apache 2.0][Apache2] or [MIT].

The node binding uses

- [napi](https://crates.io/crates/napi): Licensed under [MIT]
- [napi-derive](https://crates.io/crates/napi-derive): Licensed under [MIT]

[MIT]: https://choosealicense.com/licenses/mit
[Apache2]: https://choosealicense.com/licenses/apache-2.0/
[MPL-2.0]: https://choosealicense.com/licenses/mpl-2.0
Loading