From 9e390d0fdb8bbeffa2e5b6b29fdec249bf2f7efb Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 5 Feb 2025 14:24:34 +0100 Subject: [PATCH] fix(documentation): Update readme with detailed license and legal information. --- changelog.md | 6 ++++++ readme.md | 17 +++++++---------- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/changelog.md b/changelog.md index 7ffe5d3..05894c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-02-05 - 0.3.3 - fix(documentation) +Update readme with detailed license and legal information. + +- Added explicit section on License and Legal Information in the README. +- Clarified the use of trademarks and company information. + ## 2025-02-05 - 0.3.2 - fix(documentation) Remove redundant badges from readme diff --git a/readme.md b/readme.md index 39684d9..0ef8c0d 100644 --- a/readme.md +++ b/readme.md @@ -308,24 +308,21 @@ Contributions are welcome! Please follow these steps: ``` 5. Open a Pull Request with a detailed description of your changes. -## License +## License and Legal Information -This project is licensed under the [MIT License](LICENSE). +This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. -## Legal Information +**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file. ### Trademarks -This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and its related products or services are trademarks of Task Venture Capital GmbH and are not covered by the MIT License. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines. +This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH. ### Company Information Task Venture Capital GmbH -Registered at District Court Bremen HRB 35230 HB, Germany -Contact: hello@task.vc +Registered at District court Bremen HRB 35230 HB, Germany -By using this repository, you agree to the terms outlined in this section. +For any legal inquiries or if you require further information, please contact us via email at hello@task.vc. ---- - -Happy coding with SmartAi! \ No newline at end of file +By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e6a3f04..a796be7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartai', - version: '0.3.2', + version: '0.3.3', description: 'A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.' }