From bb78d32dbf6ae77d48ac4e339986130455f7abaf Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 11 Apr 2025 11:19:58 +0000 Subject: [PATCH] fix(readme): Update readme with company and trademark guidelines, clarifying legal usage without exposing licensing details. --- changelog.md | 6 ++++++ readme.md | 19 ++++++++++++++++++- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 23992b0..0437316 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-11 - 1.5.4 - fix(readme) +Update readme with company and trademark guidelines, clarifying legal usage without exposing licensing details. + +- Added sections detailing company information and trademark guidelines. +- Outlined legal disclaimers for trademark usage. + ## 2025-04-11 - 1.5.3 - fix(readme) Update readme.md: remove redundant usage section and refine component documentation with improved examples. diff --git a/readme.md b/readme.md index a35cd9b..821245d 100644 --- a/readme.md +++ b/readme.md @@ -1152,4 +1152,21 @@ Accessibility Features: - Focus management - ARIA attributes -[End of component documentation] +## License and Legal Information + +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 file within this repository. + +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 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 + +For any legal inquiries or if you require further information, please contact us via email at hello@task.vc. + +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. diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 7b79bc9..d16c8d7 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '1.5.3', + version: '1.5.4', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }