From 2e7abe8098b3d1f64778e59c1849f71e163168d1 Mon Sep 17 00:00:00 2001 From: MS33834 Date: Wed, 8 Jul 2026 10:41:15 +0000 Subject: [PATCH] fix: final license cleanup - Fix CITATION.cff license MIT -> CNCL-1.0 - Add license CNCL-1.0 to desktop/package.json and relay/package.json --- CITATION.cff | 2 +- desktop/package.json | 1 + relay/package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 4706529..e95af0b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,7 +10,7 @@ authors: identifiers: - type: url value: https://github.com/MS33834/taskflow -license: MIT +license: CNCL-1.0 type: software url: https://github.com/MS33834/taskflow repository-code: https://github.com/MS33834/taskflow diff --git a/desktop/package.json b/desktop/package.json index d4cb223..16897c4 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -2,6 +2,7 @@ "name": "taskflow-desktop", "version": "0.1.1", "description": "TaskFlow - Local-first encrypted personal schedule and sensitive information manager", + "license": "CNCL-1.0", "main": "dist/main/index.js", "scripts": { "dev": "concurrently \"npm run dev:main\" \"npm run dev:renderer\"", diff --git a/relay/package.json b/relay/package.json index 9e49a12..89911b3 100644 --- a/relay/package.json +++ b/relay/package.json @@ -2,6 +2,7 @@ "name": "@taskflow/relay", "version": "0.1.0", "description": "TaskFlow 2.0 self-hosted sync relay server", + "license": "CNCL-1.0", "main": "dist/index.js", "bin": "dist/index.js", "engines": {