diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-01-02 15:52:31 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-01-02 15:52:31 +0000 |
commit | ff43476c4d293fda8765cfddbb1378f1b910218c (patch) | |
tree | 7120620a106b43ab6eb4d9c0aee6e9e69f27bfc8 /reproduce/software/shell/git-post-checkout | |
parent | b910b2e493972db368874752ac033ab7c41696dd (diff) |
Copyright year updated in all source files
Having entered 2021, it was necessary to update the copyright years at the
top of the source files. We recommend that you do this for all your
project-specific source files also.
Diffstat (limited to 'reproduce/software/shell/git-post-checkout')
-rwxr-xr-x | reproduce/software/shell/git-post-checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/shell/git-post-checkout b/reproduce/software/shell/git-post-checkout index f6366dc..7a90108 100755 --- a/reproduce/software/shell/git-post-checkout +++ b/reproduce/software/shell/git-post-checkout @@ -4,7 +4,7 @@ # controlled files (with each commit) using the `metastore' program. # # Copyright (C) 2016 Przemyslaw Pawelczyk <przemoc@gmail.com> -# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2018-2021 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This script is taken from the `examples/hooks/pre-commit' file of the # `metastore' package (installed within the project, with an MIT license |