jhalfs: update copyright years and adapt to git
- use git log to retrieve the most recent version to display with -v
This commit is contained in:
parent
f9babd04b5
commit
e5518fd03e
1 changed files with 3 additions and 4 deletions
7
jhalfs
7
jhalfs
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
# $Id$
|
||||
set -e
|
||||
# Pass trap handlers to functions
|
||||
set -E
|
||||
|
@ -99,11 +98,11 @@ load_file() {
|
|||
simple_message "OK\\n"
|
||||
}
|
||||
|
||||
git_commit=$(git log -1 --format=format:"%h %ad")
|
||||
version="
|
||||
${BOLD} \"jhalfs\"${OFF} builder tool (development) \$Rev$
|
||||
\$Date$
|
||||
${BOLD} \"jhalfs\"${OFF} builder tool (development) $git_commit
|
||||
|
||||
Copyright (C) 2005-2019, the jhalfs team:
|
||||
Copyright (C) 2005-2021, the jhalfs team:
|
||||
Jeremy Huntwork
|
||||
George Boudreau
|
||||
Manuel Canales Esparcia
|
||||
|
|
Reference in a new issue