Skip to content

Commit

Permalink
Relicense to MIT-0/Apache-2.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Sep 26, 2024
1 parent ee81daa commit ef408d9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
# These settings will apply to all members of the workspace that opt in to them
[workspace.package]
version = "0.0.0"
license = "MIT OR BSD-2-Clause-Patent OR Apache-2.0"
license = "MIT-0 OR OR Apache-2.0"
repository = "https://github.com/NexusSocial/skilltree"
edition = "2021"
rust-version = "1.73.0"
Expand Down
47 changes: 0 additions & 47 deletions LICENSE-BSD

This file was deleted.

19 changes: 0 additions & 19 deletions LICENSE-MIT

This file was deleted.

14 changes: 14 additions & 0 deletions LICENSE-MIT-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
MIT No Attribution

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.

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.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).

## License

Unless otherwise specified, all code in this repository is triple-licensed under
Unless otherwise specified, all code in this repository is dual-licensed under
either:

- MIT License ([LICENSE-MIT](LICENSE-MIT))
- MIT-0 License ([LICENSE-MIT-0](LICENSE-MIT-0))
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))
- BSD 2-Clause Plus Patent License ([LICENSE-BSD](LICENSE-BSD))

at your option. This means you can select the license you prefer!

Expand Down

0 comments on commit ef408d9

Please sign in to comment.