From 6fe8ecee1a7fb9c7c5cf10c9d2f9e678e03419bf 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..7cea5be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ -Zero-Clause BSD -=============== +BSD Zero Clause License + +Copyright (c) 2026 QuickMythril and Qortium Network contributors Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. From d8f2e3d9feeda404df1e7d94d08e00d69a505fa6 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Tue, 28 Jul 2026 01:11:35 -0400 Subject: [PATCH 2/2] chore: bump app version to 1.4.2 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 26cfaf1..1f5da97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qortium-network", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qortium-network", - "version": "1.4.1", + "version": "1.4.2", "license": "0BSD", "dependencies": { "@vitejs/plugin-react": "^6.0.4", diff --git a/package.json b/package.json index b395557..01dede9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qortium-network", - "version": "1.4.1", + "version": "1.4.2", "private": true, "license": "0BSD", "description": "A QDN network topology viewer for Qortium.",