Skip to content

Commit

Permalink
copyright: put variables alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Dec 3, 2023
1 parent 493f620 commit 9a44bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ BASE_APP_USAGE="$(
}
readonly \
BASE_APP_USAGE \
BASE_APP_VERSION=0.9.20231126 \
BASE_APP_VERSION=0.9.20231203 \
BASE_MIN_VERSION=0.9.20231111
. base.sh

# Analyzes input files, fixes copyright years if needed.
fix_outdated() {
local arg dst src ret=0
local arg dst ret=0 src
for arg; do
dst="$(git log -1 --pretty=format:'%aD' "$arg" | cut -d \ -f 4)"
src="$(
Expand Down

0 comments on commit 9a44bd5

Please sign in to comment.