From 044fc66b9679cc4556d7d6c377d881a9d128afe2 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Wed, 1 Jan 2020 14:25:05 +0000 Subject: Copyright statements updated to include 2020 Now that its 2020, its necessary to include this year in the copyright statements. --- README-hacking.md | 6 +++--- README.md | 2 +- paper.tex | 2 +- project | 2 +- reproduce/analysis/bash/download-multi-try | 2 +- reproduce/analysis/config/INPUTS.mk | 2 +- reproduce/analysis/config/pdf-build.mk | 2 +- reproduce/analysis/make/delete-me.mk | 2 +- reproduce/analysis/make/download.mk | 2 +- reproduce/analysis/make/initialize.mk | 2 +- reproduce/analysis/make/paper.mk | 2 +- reproduce/analysis/make/prepare.mk | 2 +- reproduce/analysis/make/top-make.mk | 2 +- reproduce/analysis/make/top-prepare.mk | 2 +- reproduce/software/bash/bashrc.sh | 2 +- reproduce/software/bash/configure.sh | 2 +- reproduce/software/bash/git-post-checkout | 2 +- reproduce/software/bash/git-pre-commit | 2 +- reproduce/software/bibtex/astrometrynet.tex | 2 +- reproduce/software/bibtex/astropy.tex | 2 +- reproduce/software/bibtex/corner.tex | 2 +- reproduce/software/bibtex/cython.tex | 2 +- reproduce/software/bibtex/fftw.tex | 2 +- reproduce/software/bibtex/galsim.tex | 2 +- reproduce/software/bibtex/gnuastro.tex | 2 +- reproduce/software/bibtex/imfit.tex | 2 +- reproduce/software/bibtex/matplotlib.tex | 2 +- reproduce/software/bibtex/mpi4py.tex | 2 +- reproduce/software/bibtex/numpy.tex | 2 +- reproduce/software/bibtex/scamp.tex | 2 +- reproduce/software/bibtex/scipy.tex | 2 +- reproduce/software/bibtex/sextractor.tex | 4 ++-- reproduce/software/bibtex/sip_tpv.tex | 2 +- reproduce/software/bibtex/swarp.tex | 2 +- reproduce/software/bibtex/sympy.tex | 2 +- reproduce/software/bibtex/tides.tex | 2 +- reproduce/software/config/gnuastro/astbuildprog.conf | 2 +- reproduce/software/config/gnuastro/astconvertt.conf | 2 +- reproduce/software/config/gnuastro/aststatistics.conf | 2 +- reproduce/software/config/gnuastro/gnuastro.conf | 2 +- reproduce/software/config/installation/LOCAL.mk.in | 2 +- reproduce/software/config/installation/TARGETS.mk | 4 ++-- reproduce/software/config/installation/checksums.mk | 2 +- reproduce/software/config/installation/numpy-scipy.cfg | 4 ++-- reproduce/software/config/installation/texlive.conf | 2 +- reproduce/software/config/installation/texlive.mk | 2 +- reproduce/software/config/installation/versions.mk | 4 ++-- reproduce/software/make/atlas-multiple.mk | 2 +- reproduce/software/make/atlas-single.mk | 2 +- reproduce/software/make/basic.mk | 4 ++-- reproduce/software/make/build-rules.mk | 2 +- reproduce/software/make/high-level.mk | 4 ++-- reproduce/software/make/python.mk | 4 ++-- tex/src/delete-me-demo.tex | 2 +- tex/src/delete-me.tex | 2 +- tex/src/preamble-biblatex.tex | 2 +- tex/src/preamble-header.tex | 2 +- tex/src/preamble-necessary.tex | 2 +- tex/src/preamble-pgfplots.tex | 2 +- tex/src/preamble-style.tex | 2 +- tex/src/references.tex | 2 +- 61 files changed, 70 insertions(+), 70 deletions(-) diff --git a/README-hacking.md b/README-hacking.md index cd4bf58..75d869c 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -1,7 +1,7 @@ Reproducible paper template =========================== -Copyright (C) 2018-2019 Mohammad Akhlaghi +Copyright (C) 2018-2020 Mohammad Akhlaghi See the end of the file for license conditions. This project contains a **fully working template** for doing reproducible @@ -670,8 +670,8 @@ First custom commit `tex/src/preamble-header.tex`. ``` - Copyright (C) 2018-2019 Mohammad Akhlaghi - Copyright (C) 2019 YOUR NAME + Copyright (C) 2018-2020 Mohammad Akhlaghi + Copyright (C) 2020 YOUR NAME ``` - **Your first commit**: You have already made some small and basic diff --git a/README.md b/README.md index 7b319aa..3796d2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Reproducible source for XXXXXXXXXXXXXXXXX ========================================= -Copyright (C) 2018-2019 Mohammad Akhlaghi \ +Copyright (C) 2018-2020 Mohammad Akhlaghi \ See the end of the file for license conditions. This is the reproducible project source for the paper titled "**XXX XXXXX diff --git a/paper.tex b/paper.tex index 084e88d..10c9910 100644 --- a/paper.tex +++ b/paper.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi %% See the end of the file for license conditions. \documentclass[10pt, twocolumn]{article} diff --git a/project b/project index c5b2cdd..51274eb 100755 --- a/project +++ b/project @@ -3,7 +3,7 @@ # High-level script to manage the project. # Run `./project --help' for a description of how to use it. # -# Copyright (C) 2019 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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/analysis/bash/download-multi-try b/reproduce/analysis/bash/download-multi-try index 2ac106c..dec2539 100755 --- a/reproduce/analysis/bash/download-multi-try +++ b/reproduce/analysis/bash/download-multi-try @@ -26,7 +26,7 @@ # reason, you don't want to use a lock file, set the `lockfile' name to # `nolock'. # -# Copyright (C) 2019 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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/analysis/config/INPUTS.mk b/reproduce/analysis/config/INPUTS.mk index eb38295..6ddaec7 100644 --- a/reproduce/analysis/config/INPUTS.mk +++ b/reproduce/analysis/config/INPUTS.mk @@ -2,7 +2,7 @@ # # This file is read by the configure script and running Makefiles. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/analysis/config/pdf-build.mk b/reproduce/analysis/config/pdf-build.mk index 3a86ff3..e2d59cc 100644 --- a/reproduce/analysis/config/pdf-build.mk +++ b/reproduce/analysis/config/pdf-build.mk @@ -12,7 +12,7 @@ # LaTeX. Otherwise, a notice will just printed that for now, no PDF will be # created. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/analysis/make/delete-me.mk b/reproduce/analysis/make/delete-me.mk index c4cfffe..eb6d919 100644 --- a/reproduce/analysis/make/delete-me.mk +++ b/reproduce/analysis/make/delete-me.mk @@ -1,6 +1,6 @@ # Dummy Makefile to create a random dataset for plotting. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/analysis/make/download.mk b/reproduce/analysis/make/download.mk index ea74ce4..7c290f4 100644 --- a/reproduce/analysis/make/download.mk +++ b/reproduce/analysis/make/download.mk @@ -5,7 +5,7 @@ # recipes in this Makefile all use a single file lock to have one download # script running at every instant. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/analysis/make/initialize.mk b/reproduce/analysis/make/initialize.mk index fde91af..cdf2129 100644 --- a/reproduce/analysis/make/initialize.mk +++ b/reproduce/analysis/make/initialize.mk @@ -1,6 +1,6 @@ # Project initialization. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk index 436bac4..f76f5de 100644 --- a/reproduce/analysis/make/paper.mk +++ b/reproduce/analysis/make/paper.mk @@ -1,6 +1,6 @@ # Build the final PDF paper/report. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/analysis/make/prepare.mk b/reproduce/analysis/make/prepare.mk index e194d1a..1f0613c 100644 --- a/reproduce/analysis/make/prepare.mk +++ b/reproduce/analysis/make/prepare.mk @@ -1,6 +1,6 @@ # Basic preparations, called by `./project prepare'. # -# Copyright (C) 2019 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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/analysis/make/top-make.mk b/reproduce/analysis/make/top-make.mk index 355604a..27fe16a 100644 --- a/reproduce/analysis/make/top-make.mk +++ b/reproduce/analysis/make/top-make.mk @@ -1,6 +1,6 @@ # Top-level Makefile (first to be loaded). # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/analysis/make/top-prepare.mk b/reproduce/analysis/make/top-prepare.mk index 473911c..5ce120d 100644 --- a/reproduce/analysis/make/top-prepare.mk +++ b/reproduce/analysis/make/top-prepare.mk @@ -4,7 +4,7 @@ # are not included here. Please see that file for thorough comments on each # step. # -# Copyright (C) 2019 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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/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 +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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 +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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 -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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 -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # WARNING: # diff --git a/reproduce/software/bibtex/astrometrynet.tex b/reproduce/software/bibtex/astrometrynet.tex index 8bbaceb..1d1f032 100644 --- a/reproduce/software/bibtex/astrometrynet.tex +++ b/reproduce/software/bibtex/astrometrynet.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/astropy.tex b/reproduce/software/bibtex/astropy.tex index c02c48b..68fe5d4 100644 --- a/reproduce/software/bibtex/astropy.tex +++ b/reproduce/software/bibtex/astropy.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/corner.tex b/reproduce/software/bibtex/corner.tex index f80c662..b55c157 100644 --- a/reproduce/software/bibtex/corner.tex +++ b/reproduce/software/bibtex/corner.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/cython.tex b/reproduce/software/bibtex/cython.tex index 4811b35..9ccf18b 100644 --- a/reproduce/software/bibtex/cython.tex +++ b/reproduce/software/bibtex/cython.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/fftw.tex b/reproduce/software/bibtex/fftw.tex index 60c24a8..95cceec 100644 --- a/reproduce/software/bibtex/fftw.tex +++ b/reproduce/software/bibtex/fftw.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/galsim.tex b/reproduce/software/bibtex/galsim.tex index abd70ff..0efa048 100644 --- a/reproduce/software/bibtex/galsim.tex +++ b/reproduce/software/bibtex/galsim.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/gnuastro.tex b/reproduce/software/bibtex/gnuastro.tex index b06f2b6..98063be 100644 --- a/reproduce/software/bibtex/gnuastro.tex +++ b/reproduce/software/bibtex/gnuastro.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/imfit.tex b/reproduce/software/bibtex/imfit.tex index bdd840b..05fad0a 100644 --- a/reproduce/software/bibtex/imfit.tex +++ b/reproduce/software/bibtex/imfit.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/matplotlib.tex b/reproduce/software/bibtex/matplotlib.tex index 8578899..9ad7f1a 100644 --- a/reproduce/software/bibtex/matplotlib.tex +++ b/reproduce/software/bibtex/matplotlib.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/mpi4py.tex b/reproduce/software/bibtex/mpi4py.tex index 9c111bd..dde77f0 100644 --- a/reproduce/software/bibtex/mpi4py.tex +++ b/reproduce/software/bibtex/mpi4py.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/numpy.tex b/reproduce/software/bibtex/numpy.tex index 58ed6e5..d0771bf 100644 --- a/reproduce/software/bibtex/numpy.tex +++ b/reproduce/software/bibtex/numpy.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/scamp.tex b/reproduce/software/bibtex/scamp.tex index 785dff2..52c8eb9 100644 --- a/reproduce/software/bibtex/scamp.tex +++ b/reproduce/software/bibtex/scamp.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/scipy.tex b/reproduce/software/bibtex/scipy.tex index 60500d2..f2df5a3 100644 --- a/reproduce/software/bibtex/scipy.tex +++ b/reproduce/software/bibtex/scipy.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/sextractor.tex b/reproduce/software/bibtex/sextractor.tex index 8761428..b9548a2 100644 --- a/reproduce/software/bibtex/sextractor.tex +++ b/reproduce/software/bibtex/sextractor.tex @@ -1,5 +1,5 @@ -%% Copyright (C) 2019 Raul Infante-Sainz -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/sip_tpv.tex b/reproduce/software/bibtex/sip_tpv.tex index 432db0d..26928f1 100644 --- a/reproduce/software/bibtex/sip_tpv.tex +++ b/reproduce/software/bibtex/sip_tpv.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/swarp.tex b/reproduce/software/bibtex/swarp.tex index 8d37b71..d144a09 100644 --- a/reproduce/software/bibtex/swarp.tex +++ b/reproduce/software/bibtex/swarp.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/sympy.tex b/reproduce/software/bibtex/sympy.tex index 07aa0e7..e1a1e37 100644 --- a/reproduce/software/bibtex/sympy.tex +++ b/reproduce/software/bibtex/sympy.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Raul Infante-Sainz +%% Copyright (C) 2019-2020 Raul Infante-Sainz %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/bibtex/tides.tex b/reproduce/software/bibtex/tides.tex index f902da0..7b0b8e8 100644 --- a/reproduce/software/bibtex/tides.tex +++ b/reproduce/software/bibtex/tides.tex @@ -1,4 +1,4 @@ -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi %% %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright diff --git a/reproduce/software/config/gnuastro/astbuildprog.conf b/reproduce/software/config/gnuastro/astbuildprog.conf index c15baf1..7adb4d1 100644 --- a/reproduce/software/config/gnuastro/astbuildprog.conf +++ b/reproduce/software/config/gnuastro/astbuildprog.conf @@ -2,7 +2,7 @@ # along with the rest of Gnuastro. So we'll set any specific configuration # we want here, then import those. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/gnuastro/astconvertt.conf b/reproduce/software/config/gnuastro/astconvertt.conf index 6466455..770ac39 100644 --- a/reproduce/software/config/gnuastro/astconvertt.conf +++ b/reproduce/software/config/gnuastro/astconvertt.conf @@ -12,7 +12,7 @@ # $ info astconvertt # All options and input/output. # $ info gnuastro "Configuration files" # How to use configuration files. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/gnuastro/aststatistics.conf b/reproduce/software/config/gnuastro/aststatistics.conf index 1d13e3f..90f985d 100644 --- a/reproduce/software/config/gnuastro/aststatistics.conf +++ b/reproduce/software/config/gnuastro/aststatistics.conf @@ -12,7 +12,7 @@ # $ info aststatistics # All options and input/output. # $ info gnuastro "Configuration files" # How to use configuration files. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/gnuastro/gnuastro.conf b/reproduce/software/config/gnuastro/gnuastro.conf index a5b666f..82cb100 100644 --- a/reproduce/software/config/gnuastro/gnuastro.conf +++ b/reproduce/software/config/gnuastro/gnuastro.conf @@ -9,7 +9,7 @@ # The rest of this configuration file is taken from the default Gnuastro # configuration from its source (`bin/gnuastro.conf'). # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/LOCAL.mk.in b/reproduce/software/config/installation/LOCAL.mk.in index 132d961..1045f72 100644 --- a/reproduce/software/config/installation/LOCAL.mk.in +++ b/reproduce/software/config/installation/LOCAL.mk.in @@ -3,7 +3,7 @@ # This is just a template for the `./project configure' script to fill # in. Please don't make any change to this file. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.mk index b9157f1..164d606 100644 --- a/reproduce/software/config/installation/TARGETS.mk +++ b/reproduce/software/config/installation/TARGETS.mk @@ -1,7 +1,7 @@ # Necessary high-level software to build in this project. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi -# Copyright (C) 2019 Raul Infante-Sainz +# Copyright (C) 2018-2020 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/checksums.mk b/reproduce/software/config/installation/checksums.mk index 999d057..70e9b5e 100644 --- a/reproduce/software/config/installation/checksums.mk +++ b/reproduce/software/config/installation/checksums.mk @@ -1,6 +1,6 @@ # sha512 checksums of all the necessary software tarballs. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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/config/installation/numpy-scipy.cfg b/reproduce/software/config/installation/numpy-scipy.cfg index 03038ed..82cc1e1 100644 --- a/reproduce/software/config/installation/numpy-scipy.cfg +++ b/reproduce/software/config/installation/numpy-scipy.cfg @@ -7,8 +7,8 @@ # appropriate sections. Not all packages will use all sections so you # should leave out sections that your package does not use. # -# Copyright (C) 2018-2019 Mohammad Akhlaghi -# Copyright (C) 2019 Raul Infante-Sainz +# Copyright (C) 2018-2020 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/texlive.conf b/reproduce/software/config/installation/texlive.conf index 6c3a74d..2e86ac4 100644 --- a/reproduce/software/config/installation/texlive.conf +++ b/reproduce/software/config/installation/texlive.conf @@ -2,7 +2,7 @@ # # installdir: Install directory # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index aebee4d..5681795 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -4,7 +4,7 @@ # name to this variable (you can check in `ctan.org' to find the official # name). # -# Copyright (C) 2018-2019 Mohammad Akhlaghi +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 05fa631..6faac36 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -1,7 +1,7 @@ # Versions of the various dependencies # -# Copyright (C) 2018-2019 Mohammad Akhlaghi -# Copyright (C) 2019 Raul Infante-Sainz +# Copyright (C) 2018-2020 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz # # 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-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 +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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 +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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 -# Copyright (C) 2019 Raul Infante-Sainz +# Copyright (C) 2018-2020 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz # # 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 +# Copyright (C) 2018-2020 Mohammad Akhlaghi # # 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 -# Copyright (C) 2019 Raul Infante-Sainz +# Copyright (C) 2018-2020 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz # # 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 -# Copyright (C) 2019 Mohammad Akhlaghi +# Copyright (C) 2019-2020 Raul Infante-Sainz +# Copyright (C) 2019-2020 Mohammad Akhlaghi # # 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/tex/src/delete-me-demo.tex b/tex/src/delete-me-demo.tex index 67024bb..a4f8d42 100644 --- a/tex/src/delete-me-demo.tex +++ b/tex/src/delete-me-demo.tex @@ -1,6 +1,6 @@ %% Plot the demonstration image and its histogram. % -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi % %% This template 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/tex/src/delete-me.tex b/tex/src/delete-me.tex index 552e92a..a2d6c85 100644 --- a/tex/src/delete-me.tex +++ b/tex/src/delete-me.tex @@ -1,6 +1,6 @@ %% PGFPlots code to plot a random set of numbers as demo %% -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi % %% This template 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/tex/src/preamble-biblatex.tex b/tex/src/preamble-biblatex.tex index 0a21b73..fc9f259 100644 --- a/tex/src/preamble-biblatex.tex +++ b/tex/src/preamble-biblatex.tex @@ -12,7 +12,7 @@ %% helps in clearly identifying the files and avoiding places that %% complain about `.bib' files. % -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi % %% This template 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/tex/src/preamble-header.tex b/tex/src/preamble-header.tex index d1a0147..81a08b0 100644 --- a/tex/src/preamble-header.tex +++ b/tex/src/preamble-header.tex @@ -1,7 +1,7 @@ %% The headers: title, authors, top of pages and section title formatting %% of the final LaTeX file are configured here. % -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi % %% This template 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/tex/src/preamble-necessary.tex b/tex/src/preamble-necessary.tex index 1deb8ec..b6f5b55 100644 --- a/tex/src/preamble-necessary.tex +++ b/tex/src/preamble-necessary.tex @@ -4,7 +4,7 @@ %% LaTeX usages. However, if any are not needed in your work, please feel %% free to remove them. % -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi % %% This template 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/tex/src/preamble-pgfplots.tex b/tex/src/preamble-pgfplots.tex index 705e897..0ffb294 100644 --- a/tex/src/preamble-pgfplots.tex +++ b/tex/src/preamble-pgfplots.tex @@ -40,7 +40,7 @@ %% hasn't changed since the last build. TiKZ/PGFPlots won't rebuild the %% plot. % -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi % %% This template 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/tex/src/preamble-style.tex b/tex/src/preamble-style.tex index 0c97151..95fafc8 100644 --- a/tex/src/preamble-style.tex +++ b/tex/src/preamble-style.tex @@ -6,7 +6,7 @@ %% style defined here as a preamble. To ignore it, uncomment or delete the %% respective line in `paper.tex'. %% -%% Copyright (C) 2019 Mohammad Akhlaghi +%% Copyright (C) 2019-2020 Mohammad Akhlaghi % %% This template 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/tex/src/references.tex b/tex/src/references.tex index 6f884df..02a7d50 100644 --- a/tex/src/references.tex +++ b/tex/src/references.tex @@ -1,7 +1,7 @@ %% Non-software BibTeX entries. The software-specific BibTeX entries are %% stored in a `*.tex' file under the `tex/dependencies' directory. % -%% Copyright (C) 2018-2019 Mohammad Akhlaghi +%% Copyright (C) 2018-2020 Mohammad Akhlaghi % %% Copying and distribution of this file, with or without modification, %% are permitted in any medium without royalty provided the copyright -- cgit v1.2.1