From c2f0962fa3a8aabae72cfe0719999f1b8aabc6e2 Mon Sep 17 00:00:00 2001 From: luke-speechify <289678208+luke-speechify@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:55:35 +0100 Subject: [PATCH] chore: add MIT LICENSE License both SDKs under MIT (matching @speechify/api-sdk and the Fern default). Copyright Speechify. Listed in .fernignore so SDK regeneration never deletes it. --- .fernignore | 4 +++- LICENSE | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/.fernignore b/.fernignore index 4910365..5e19331 100644 --- a/.fernignore +++ b/.fernignore @@ -13,4 +13,6 @@ CHANGELOG.md # Release safety net. Regen deleted both of these once; keep them listed. # manual-publish.yml is the recovery path for a botched release. .github/workflows/manual-publish.yml -AGENTS.md \ No newline at end of file +AGENTS.md +# License file — not generated by Fern; keep listed so regen never deletes it. +LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4512779 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Speechify (https://speechify.ai) + +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.