summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2020-11-23 13:29:25 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-11-23 14:32:30 +0100
commite69d65059838a6c0827798c9e0dff701329c8918 (patch)
treea2ddfb77b68ba54e014c3dbbd9d0c61b6b51ae91
parent9385c81882cefbca714f1b8431631a8ac6784200 (diff)
Revert "include years in copyright notice"
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 273aef97..ede3dedf 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -274,7 +274,6 @@ jobs:
shell: bash
run: |
ARCHIVE_DIR='${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_BASENAME }}/'
- COPYRIGHT_YEARS="2018 - "$(date "+%Y")
# Binary
cp 'target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}${{ steps.vars.outputs.EXE_suffix }}' "$ARCHIVE_DIR"
@@ -327,7 +326,6 @@ jobs:
Files: *
Copyright: ${{ env.PROJECT_MAINTAINER }}
- Copyright: $COPYRIGHT_YEARS ${{ env.PROJECT_MAINTAINER }}
License: Apache-2.0 or MIT
License: Apache-2.0