chore: rename LICENSE.md to LICENSE

This commit is contained in:
daimond113 2024-12-08 18:10:04 +01:00
parent ad4e099722
commit e9c78bd0d5
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
6 changed files with 27 additions and 12 deletions

21
LICENSE Normal file
View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2024 pesde-pkg
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.

View file

@ -1,7 +0,0 @@
Copyright © 2024 pesde-pkg
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.

View file

@ -2,9 +2,10 @@
<a href="https://discord.gg/ATVVsNNv3u"><img alt="Discord" src="https://img.shields.io/discord/385151591524597761?style=plastic&logo=discord&color=%235865F2" /></a> <a href="https://discord.gg/ATVVsNNv3u"><img alt="Discord" src="https://img.shields.io/discord/385151591524597761?style=plastic&logo=discord&color=%235865F2" /></a>
<a href="https://lune-org.github.io/docs"><img alt="Lune" src="https://raw.githubusercontent.com/pesde-pkg/tooling/refs/heads/main/.lune/assets/powered-by-lune.svg" /></a> <a href="https://lune-org.github.io/docs"><img alt="Lune" src="https://raw.githubusercontent.com/pesde-pkg/tooling/refs/heads/main/.lune/assets/powered-by-lune.svg" /></a>
<!-- TODO: CI workflow status --> <!-- TODO: CI workflow status -->
Common Luau tooling packaged for pesde, for use within fully pesde-managed projects. Common Luau tooling packaged for pesde, for use within fully pesde-managed projects.
--- ---
@ -51,4 +52,4 @@ If a Luau tool you would like is not present here, please open an issue or submi
# License # License
This project is licensed under the [MIT](https://github.com/pesde/toolchainlib/blob/main/LICENSE.md) license. This project is licensed under the [MIT](https://github.com/pesde-pkg/tooling/blob/main/LICENSE) license.

1
toolchainlib/LICENSE Normal file
View file

@ -0,0 +1 @@
../LICENSE

View file

@ -1 +0,0 @@
../LICENSE.md

View file

@ -3,7 +3,7 @@ description = "A Luau library for implementing toolchain management"
version = "0.1.2" version = "0.1.2"
license = "MIT" license = "MIT"
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib" repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
includes = ["src", "pesde.toml", "LICENSE.md", "README.md"] includes = ["src", "pesde.toml", "LICENSE", "README.md"]
[target] [target]
environment = "lune" environment = "lune"