diff options
Diffstat (limited to 'reproduce/software/make')
-rwxr-xr-x | reproduce/software/make/atlas-multiple.mk | 2 | ||||
-rwxr-xr-x | reproduce/software/make/atlas-single.mk | 2 | ||||
-rw-r--r-- | reproduce/software/make/basic.mk | 4 | ||||
-rw-r--r-- | reproduce/software/make/build-rules.mk | 2 | ||||
-rw-r--r-- | reproduce/software/make/high-level.mk | 4 | ||||
-rw-r--r-- | reproduce/software/make/python.mk | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/reproduce/software/make/atlas-multiple.mk b/reproduce/software/make/atlas-multiple.mk index f5efb35..b05d3f8 100755 --- a/reproduce/software/make/atlas-multiple.mk +++ b/reproduce/software/make/atlas-multiple.mk @@ -8,7 +8,7 @@ # # ------------------------------------------------------------------------ # -# Copyright (C) 2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This Makefile 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/make/atlas-single.mk b/reproduce/software/make/atlas-single.mk index c4621ce..61ae9a1 100755 --- a/reproduce/software/make/atlas-single.mk +++ b/reproduce/software/make/atlas-single.mk @@ -8,7 +8,7 @@ # # ------------------------------------------------------------------------ # -# Copyright (C) 2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This Makefile 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/make/basic.mk b/reproduce/software/make/basic.mk index dbf40f9..e7d00df 100644 --- a/reproduce/software/make/basic.mk +++ b/reproduce/software/make/basic.mk @@ -15,8 +15,8 @@ # # ------------------------------------------------------------------------ # -# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> -# Copyright (C) 2019 Raul Infante-Sainz <infantesainz@gmail.com> +# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Raul Infante-Sainz <infantesainz@gmail.com> # # This Makefile 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/make/build-rules.mk b/reproduce/software/make/build-rules.mk index cde8f71..cbde70b 100644 --- a/reproduce/software/make/build-rules.mk +++ b/reproduce/software/make/build-rules.mk @@ -3,7 +3,7 @@ # imported into `dependencies-basic.mk' and `dependencies.mk'. They should # be activated with Make's `Call' function. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This Makefile 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/make/high-level.mk b/reproduce/software/make/high-level.mk index 371f863..2b9b13f 100644 --- a/reproduce/software/make/high-level.mk +++ b/reproduce/software/make/high-level.mk @@ -8,8 +8,8 @@ # # ------------------------------------------------------------------------ # -# Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> -# Copyright (C) 2019 Raul Infante-Sainz <infantesainz@gmail.com> +# Copyright (C) 2018-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Raul Infante-Sainz <infantesainz@gmail.com> # # This Makefile 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/make/python.mk b/reproduce/software/make/python.mk index 8e5e502..ea42710 100644 --- a/reproduce/software/make/python.mk +++ b/reproduce/software/make/python.mk @@ -8,8 +8,8 @@ # # ------------------------------------------------------------------------ # -# Copyright (C) 2019 Raul Infante-Sainz <infantesainz@gmail.com> -# Copyright (C) 2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +# Copyright (C) 2019-2020 Raul Infante-Sainz <infantesainz@gmail.com> +# Copyright (C) 2019-2020 Mohammad Akhlaghi <mohammad@akhlaghi.org> # # This Makefile is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the |