From fa2b8c4505b416e63197619753545120d40ce476 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 21 Nov 2024 01:08:06 +0100 Subject: [PATCH] Make the license file easier to read on Windows --- .github/workflows/license.yml | 2 +- LICENSE => LICENSE.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE => LICENSE.txt (100%) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 81f1a058..dc76fd67 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -14,7 +14,7 @@ jobs: - name: Update license year uses: p3lim/license-year-updater@v2 with: - files: LICENSE + files: LICENSE.txt - name: Create pull request uses: peter-evans/create-pull-request@v7 diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt