mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 04:21:01 +01:00
include years in copyright notice
This brings the copyright notice into line with the expected format resolves copyright-without-copyright-notice https://lintian.debian.org/tags/copyright-without-copyright-notice.html
This commit is contained in:
parent
18d8389785
commit
0547068ed0
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -276,6 +276,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ARCHIVE_DIR='${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_BASENAME }}/'
|
ARCHIVE_DIR='${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.PKG_BASENAME }}/'
|
||||||
|
COPYRIGHT_YEARS="2018 - "$(date "+%Y")
|
||||||
# Binary
|
# Binary
|
||||||
cp 'target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}${{ steps.vars.outputs.EXE_suffix }}' "$ARCHIVE_DIR"
|
cp 'target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}${{ steps.vars.outputs.EXE_suffix }}' "$ARCHIVE_DIR"
|
||||||
|
|
||||||
@ -328,6 +329,7 @@ jobs:
|
|||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: ${{ env.PROJECT_MAINTAINER }}
|
Copyright: ${{ env.PROJECT_MAINTAINER }}
|
||||||
|
Copyright: $COPYRIGHT_YEARS ${{ env.PROJECT_MAINTAINER }}
|
||||||
License: Apache-2.0 or MIT
|
License: Apache-2.0 or MIT
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user