From 41c367371f63cf2d8e4c217de2020ae265e8493e Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 4 Oct 2023 12:33:16 -0500 Subject: [PATCH] Rename License file --- .vscode/settings.json | 7 +++++++ LICENSE => LICENSE.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json rename LICENSE => LICENSE.txt (99%) diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1cd78f0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "license.author": "Code Fox ", + "license.extension": ".txt", + "license.default": "GPL-2.0", + "license.filename": "LICENSE", + "license.year": "auto" +} \ No newline at end of file diff --git a/LICENSE b/LICENSE.txt similarity index 99% rename from LICENSE rename to LICENSE.txt index d159169..bf79c58 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) + Copyright (C) () This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by