From 4f65eee07f4277dfe3ef75fc41a2caa78cc6c67c Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Tue, 21 Jul 2026 19:29:01 -0400 Subject: [PATCH 1/2] docs: use canonical 0BSD license text --- LICENSE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 21df596..8c1dfba 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ -Zero-Clause BSD -=============== +BSD Zero Clause License + +Copyright (c) 2026 QuickMythril and Qortium Node contributors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. From e583e0e2ba5e2ac14c209ab12971ccd9dd5c118a Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Tue, 28 Jul 2026 01:11:38 -0400 Subject: [PATCH 2/2] chore: bump app version to 1.4.3 for the dependency republish --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d2171a..3bc6802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qortium-node", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qortium-node", - "version": "1.4.2", + "version": "1.4.3", "license": "0BSD", "dependencies": { "@vitejs/plugin-react": "^6.0.4", diff --git a/package.json b/package.json index 8d5c647..c7ae93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qortium-node", - "version": "1.4.2", + "version": "1.4.3", "private": true, "license": "0BSD", "description": "A QDN app for inspecting a Qortium node.",