From b64be03c2f082670c6bf7d956da079c138f8ee53 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 23 Mar 2026 21:21:50 +0000 Subject: [PATCH] fix(docs): update license ownership and correct README license file reference --- changelog.md | 6 ++++++ license | 2 +- readme.md | 2 +- ts/00_commitinfo_data.ts | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 55985f7..a632888 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-23 - 6.3.2 - fix(docs) +update license ownership and correct README license file reference + +- Adjusts the copyright holder name in the license file +- Fixes the README link to match the lowercase license filename + ## 2026-03-21 - 6.3.1 - fix(cluster) improve shard reconstruction validation and start background healing service diff --git a/license b/license index 9b184fe..44bf7e3 100644 --- a/license +++ b/license @@ -1,4 +1,4 @@ -Copyright (c) 2021 Lossless GmbH (hello@lossless.com) +Copyright (c) 2021 Task Venture Capital GmbH (hello@task.vc) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.md b/readme.md index aa6d02f..94ca863 100644 --- a/readme.md +++ b/readme.md @@ -578,7 +578,7 @@ smartstorage uses a **hybrid Rust + TypeScript** architecture: ## License and Legal Information -This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [LICENSE](./LICENSE) file. +This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [license](./license) file. **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. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 122be41..b673090 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartstorage', - version: '6.3.1', + version: '6.3.2', description: 'A Node.js TypeScript package to create a local S3-compatible storage server using mapped local directories for development and testing purposes.' }