diff options
Diffstat (limited to 'reproduce/software/bash')
-rwxr-xr-x | reproduce/software/bash/bashrc.sh | 2 | ||||
-rwxr-xr-x | reproduce/software/bash/configure.sh | 2 | ||||
-rwxr-xr-x | reproduce/software/bash/git-post-checkout | 2 | ||||
-rwxr-xr-x | reproduce/software/bash/git-pre-commit | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/reproduce/software/bash/bashrc.sh b/reproduce/software/bash/bashrc.sh index 5a2ca2b..b2a151f 100755 --- a/reproduce/software/bash/bashrc.sh +++ b/reproduce/software/bash/bashrc.sh @@ -29,7 +29,7 @@ # versions. # # -# Copyright (C) 2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This script is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/reproduce/software/bash/configure.sh b/reproduce/software/bash/configure.sh index 821b303..08f2609 100755 --- a/reproduce/software/bash/configure.sh +++ b/reproduce/software/bash/configure.sh @@ -2,7 +2,7 @@ # # Necessary preparations/configurations for the reproducible project. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This script is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/reproduce/software/bash/git-post-checkout b/reproduce/software/bash/git-post-checkout index 9552f01..f6366dc 100755 --- a/reproduce/software/bash/git-post-checkout +++ b/reproduce/software/bash/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-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2018-2020 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 diff --git a/reproduce/software/bash/git-pre-commit b/reproduce/software/bash/git-pre-commit index dbe0ecc..9d550db 100755 --- a/reproduce/software/bash/git-pre-commit +++ b/reproduce/software/bash/git-pre-commit @@ -4,7 +4,7 @@ # controlled files (with each commit) using the `metastore' program. # # Copyright (C) 2016 Przemyslaw Pawelczyk <przemoc@gmail.com> -# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # WARNING: # |