From 2433c9e5d86a11b4e2bc8494f3b47897734332b0 Mon Sep 17 00:00:00 2001 From: Olivia Kinnear Date: Sat, 23 Dec 2023 12:28:16 -0600 Subject: [PATCH 1/3] Create LICENSE-MIT --- LICENSE-MIT | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE-MIT diff --git a/LICENSE-MIT b/LICENSE-MIT new file mode 100644 index 0000000..2ec51b5 --- /dev/null +++ b/LICENSE-MIT @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Olivia Kinnear + +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. From 7ab3d362e956a35f2b322c44c1a0d5a162f01b77 Mon Sep 17 00:00:00 2001 From: Olivia Kinnear Date: Sat, 23 Dec 2023 12:29:08 -0600 Subject: [PATCH 2/3] Rename LICENSE to LICENSE-BSD --- LICENSE => LICENSE-BSD | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE-BSD (100%) diff --git a/LICENSE b/LICENSE-BSD similarity index 100% rename from LICENSE rename to LICENSE-BSD From 72b5784c31fe6c03c6eaf025a8552687e2075815 Mon Sep 17 00:00:00 2001 From: Olivia Kinnear Date: Sat, 23 Dec 2023 12:31:27 -0600 Subject: [PATCH 3/3] Clarify license information in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0447d1..1a55da7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ or by setting the `$HOMEBREW_BUNDLE_FILE` environment variable. ## License -This project is licensed under the [BSD 2-Clause "Simplified" License](LICENSE). +This project is duel-licensed under the [BSD 2-Clause "Simplified" License](LICENSE-BSD) and the [MIT License](LICENSE-MIT). [Homebrew]: https://brew.sh [brew bundles]: https://github.com/Homebrew/homebrew-bundle