From 4f243289b847582ee2c80150bbf85596a3c55e77 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 28 Oct 2025 18:38:18 +0000 Subject: [PATCH] fix(license): Update license files --- LICENSE | 2 +- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b8e36c1..867e9ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Push.Rocks +Copyright (c) 2015 Task Venture Capital GmbH 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/changelog.md b/changelog.md index 66e068c..1e5acb5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-10-28 - 4.0.19 - fix(license) +Update license files and add local tool settings + +- Update LICENSE header to reference Task Venture Capital GmbH as copyright holder +- Add a new license file containing the full MIT license text +- Add .claude/settings.local.json to store local tool permission settings + ## 2025-10-28 - 4.0.18 - fix(smartcli) Allow passing argv to startParse and improve getUserArgs Deno/runtime handling; update tests and add license diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 60d28e2..0f4c63e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartcli', - version: '4.0.18', + version: '4.0.19', description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.' }