mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-07 20:59:12 +01:00
lib: Update copyright year to 2021
This commit is contained in:
parent
b275282e36
commit
d8e7cd1d1b
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# -----------------------------------------------------------------------------
|
||||
# bat-extras | Copyright (C) 2019 eth-p | MIT License
|
||||
# bat-extras | Copyright (C) 2021 eth-p | MIT License
|
||||
#
|
||||
# Repository: https://github.com/eth-p/bat-extras
|
||||
# Issues: https://github.com/eth-p/bat-extras/issues
|
||||
@ -17,7 +17,7 @@ EXECUTABLE_RIPGREP="rg"
|
||||
# Constants: Program
|
||||
PROGRAM="$(basename "$0" .sh)"
|
||||
PROGRAM_HOMEPAGE="https://github.com/eth-p/bat-extras"
|
||||
PROGRAM_COPYRIGHT="Copyright (C) 2019-2020 eth-p | MIT License"
|
||||
PROGRAM_COPYRIGHT="Copyright (C) 2019-2021 eth-p | MIT License"
|
||||
PROGRAM_VERSION="$({
|
||||
TOP="$(dirname "$(dirname "${BASH_SOURCE[0]}")")"
|
||||
printf "%s" "$(cat "${TOP}/version.txt" 2>/dev/null || echo "unknown")"
|
||||
|
@ -1,3 +1,3 @@
|
||||
batdiff
|
||||
Copyright (C) 2019-2020 eth-p | MIT License
|
||||
Copyright (C) 2019-2021 eth-p | MIT License
|
||||
https://github.com/eth-p/bat-extras
|
||||
|
@ -1,3 +1,3 @@
|
||||
batgrep
|
||||
Copyright (C) 2019-2020 eth-p | MIT License
|
||||
Copyright (C) 2019-2021 eth-p | MIT License
|
||||
https://github.com/eth-p/bat-extras
|
||||
|
@ -1,3 +1,3 @@
|
||||
batman
|
||||
Copyright (C) 2019-2020 eth-p | MIT License
|
||||
Copyright (C) 2019-2021 eth-p | MIT License
|
||||
https://github.com/eth-p/bat-extras
|
||||
|
@ -1,3 +1,3 @@
|
||||
batwatch
|
||||
Copyright (C) 2019-2020 eth-p | MIT License
|
||||
Copyright (C) 2019-2021 eth-p | MIT License
|
||||
https://github.com/eth-p/bat-extras
|
||||
|
@ -1,3 +1,3 @@
|
||||
prettybat
|
||||
Copyright (C) 2019-2020 eth-p | MIT License
|
||||
Copyright (C) 2019-2021 eth-p | MIT License
|
||||
https://github.com/eth-p/bat-extras
|
||||
|
Loading…
Reference in New Issue
Block a user