From e9c78bd0d570a07540385171bd179657f1c64364 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:10:04 +0100 Subject: [PATCH] chore: rename LICENSE.md to LICENSE --- LICENSE | 21 +++++++++++++++++++++ LICENSE.md | 7 ------- README.md | 7 ++++--- toolchainlib/LICENSE | 1 + toolchainlib/LICENSE.md | 1 - toolchainlib/pesde.toml | 2 +- 6 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md create mode 100644 toolchainlib/LICENSE delete mode 120000 toolchainlib/LICENSE.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f4d84c0 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 7924a3f..0000000 --- a/LICENSE.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index 5cbf4ab..48ca63d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# pesde/tooling +# pesde/tooling Discord Lune + - 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 -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. diff --git a/toolchainlib/LICENSE b/toolchainlib/LICENSE new file mode 100644 index 0000000..4f88f81 --- /dev/null +++ b/toolchainlib/LICENSE @@ -0,0 +1 @@ +../LICENSE diff --git a/toolchainlib/LICENSE.md b/toolchainlib/LICENSE.md deleted file mode 120000 index 7eabdb1..0000000 --- a/toolchainlib/LICENSE.md +++ /dev/null @@ -1 +0,0 @@ -../LICENSE.md \ No newline at end of file diff --git a/toolchainlib/pesde.toml b/toolchainlib/pesde.toml index fca96be..00ce367 100644 --- a/toolchainlib/pesde.toml +++ b/toolchainlib/pesde.toml @@ -3,7 +3,7 @@ description = "A Luau library for implementing toolchain management" version = "0.1.2" license = "MIT" 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] environment = "lune"