Changeset e5518fd for jhalfs


Ignore:
Timestamp:
01/17/2021 10:13:43 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
c2af9cd7
Parents:
f9babd0
git-author:
Pierre Labastie <pierre.labastie@…> (01/17/2021 10:10:59 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/17/2021 10:13:43 AM)
Message:

jhalfs: update copyright years and adapt to git

  • use git log to retrieve the most recent version to display with -v
File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rf9babd0 re5518fd  
    11#!/bin/bash
    2 # $Id$
    32set -e
    43# Pass trap handlers to functions
     
    10099}
    101100
     101git_commit=$(git log -1 --format=format:"%h %ad")
    102102version="
    103 ${BOLD}  \"jhalfs\"${OFF} builder tool (development) \$Rev$
    104  \$Date$
    105 
    106   Copyright (C) 2005-2019, the jhalfs team:
     103${BOLD}  \"jhalfs\"${OFF} builder tool (development) $git_commit
     104
     105  Copyright (C) 2005-2021, the jhalfs team:
    107106    Jeremy Huntwork
    108107    George Boudreau
Note: See TracChangeset for help on using the changeset viewer.