diff --git a/sdks/typescript/LICENSE b/sdks/typescript/LICENSE index e8c406f..b59af92 100644 --- a/sdks/typescript/LICENSE +++ b/sdks/typescript/LICENSE @@ -1,12 +1,21 @@ -The Evaluator code is licensed under [MIT](https://opensource.org/license/mit). +MIT License -Evaluators content (including the prompt and settings information) is provided by Learning Commons under the CC BY 4.0 International license ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)). +Copyright (c) 2026 Learning Commons -Annotated CLEAR Corpus is provided by Learning Commons (including annotations and enhancements) under CC BY-NC-SA 4.0 ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)). The original dataset from CLEAR Corpus can be found at [The CLEAR Corpus by CommonLit](https://www.commonlit.org/blog/introducing-the-clear-corpus-an-open-dataset-to-advance-research-28ff8cfea84a/) licensed under CC BY-NC-SA 4.0. +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: -**How to Cite the Evaluator Code:** -Learning Commons (2025). Evaluators. GitHub. [https://github.com/learning-commons-org/evaluators](https://github.com/learning-commons-org/evaluators). -Licensed under MIT. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -**How to Cite the Evaluator:** -Learning Commons. (2025). Evaluators content (including the prompt and settings information) is available at GitHub. [https://github.com/learning-commons-org/evaluators](https://github.com/learning-commons-org/evaluators) Licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en) +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/sdks/typescript/THIRD_PARTY_LICENSES.md b/sdks/typescript/THIRD_PARTY_LICENSES.md new file mode 100644 index 0000000..b768123 --- /dev/null +++ b/sdks/typescript/THIRD_PARTY_LICENSES.md @@ -0,0 +1,3 @@ +The Evaluator code and SDK is licensed under [MIT](https://opensource.org/license/mit). + +Evaluators content (including the prompt and settings information) is provided by Learning Commons under the CC BY 4.0 International license ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)).