From 2ccdb02ba769321e2ca89116b27a1f11c4ad7d41 Mon Sep 17 00:00:00 2001 From: Rukira Date: Tue, 25 Aug 2026 12:47:44 +0100 Subject: [PATCH] Unlicense --- README.md | 2 +- LICENSE => UNLICENSE | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => UNLICENSE (100%) diff --git a/README.md b/README.md index 0ed7b2c..5fd72ff 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ The app uses a configuration file to store user preferences. This file and runti ## License -This project is released into the public domain. See the [LICENSE](LICENSE) file or [unlicense.org](https://unlicense.org/) for details. +This project is released into the public domain. See the [UNLICENSE](UNLICENSE) file or [unlicense.org](https://unlicense.org/) for details. diff --git a/LICENSE b/UNLICENSE similarity index 100% rename from LICENSE rename to UNLICENSE