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