From b5ca9b9563737c21139ff7ef738a606e8d25b503 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 13 Nov 2023 11:54:56 -0500 Subject: [PATCH] fix file --- .github/workflows/copyright-check.yml | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copyright-check.yml b/.github/workflows/copyright-check.yml index 29fb158..39a55d6 100644 --- a/.github/workflows/copyright-check.yml +++ b/.github/workflows/copyright-check.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Generate expected LICENSE file run: | - echo "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved." > /tmp/correct_license + echo -n "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved.\n" > /tmp/correct_license - name: Check if LICENSE year is correct id: license-check run: | diff --git a/LICENSE b/LICENSE index b815718..11f7080 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -Copyright (c) 2022, Evan Pratten, All rights reserved. \ No newline at end of file +Copyright (c) 2017-2023, Evan Pratten, All rights reserved.