From c448b183c89fabc0eea641ddba798be6a58ec244 Mon Sep 17 00:00:00 2001 From: DeNNiiInc Date: Sun, 28 Dec 2025 01:13:04 +1100 Subject: [PATCH] Update license to GPL-3.0 and enhance README link visibility --- LICENSE | 4 ++-- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index f288702..6ab789f 100644 --- a/LICENSE +++ b/LICENSE @@ -97,7 +97,7 @@ distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through +100: parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" @@ -479,7 +479,7 @@ owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For +sequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. diff --git a/README.md b/README.md index 2585537..bd2b009 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A modern, high-performance web analytics tool that allows users to run Google Lighthouse audits on any website. Built with Node.js, Express, and a custom-tuned Chrome instance for accurate, reproducible results. -**🚀 Live Demo**: [https://web-page-performance-test.beyondcloud.technology/](https://web-page-performance-test.beyondcloud.technology/) +## 🚀 LIVE DEMO: [web-page-performance-test.beyondcloud.technology](https://web-page-performance-test.beyondcloud.technology/) --- diff --git a/package.json b/package.json index f6d1500..f97b636 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "web" ], "author": "Beyond Cloud Technology", - "license": "MIT", + "license": "GPL-3.0", "dependencies": { "chrome-launcher": "^1.2.1", "express": "^4.18.2",