From 234d6a6e8a4f73ddea627dd4fd78dfb4a91d5a83 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 7 Apr 2019 00:09:14 +0100 Subject: Copyright notice added to all files missing one Until now, for short files, we only had a license notice, not an actual copyright notice. With this commit, a copyright notice has also been added. We use this new command to find these files, suggested by `ineiev@gnu.org'. --- reproduce/config/gnuastro/astbuildprog.conf | 2 ++ reproduce/config/gnuastro/astconvertt.conf | 2 ++ reproduce/config/gnuastro/aststatistics.conf | 2 ++ reproduce/config/gnuastro/gnuastro.conf | 2 ++ reproduce/config/pipeline/INPUTS.mk | 2 ++ reproduce/config/pipeline/LOCAL.mk.in | 2 ++ reproduce/config/pipeline/dependency-numpy-scipy.cfg | 2 ++ reproduce/config/pipeline/dependency-texlive.mk | 2 ++ reproduce/config/pipeline/pdf-build.mk | 2 ++ reproduce/config/pipeline/texlive.conf | 2 ++ reproduce/src/bash/git-post-checkout | 2 ++ reproduce/src/bash/git-pre-commit | 2 ++ 12 files changed, 24 insertions(+) (limited to 'reproduce') diff --git a/reproduce/config/gnuastro/astbuildprog.conf b/reproduce/config/gnuastro/astbuildprog.conf index a6da3c4..6feb1ac 100644 --- a/reproduce/config/gnuastro/astbuildprog.conf +++ b/reproduce/config/gnuastro/astbuildprog.conf @@ -2,6 +2,8 @@ # 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. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/gnuastro/astconvertt.conf b/reproduce/config/gnuastro/astconvertt.conf index fc3ba04..6558edd 100644 --- a/reproduce/config/gnuastro/astconvertt.conf +++ b/reproduce/config/gnuastro/astconvertt.conf @@ -12,6 +12,8 @@ # $ info astconvertt # All options and input/output. # $ info gnuastro "Configuration files" # How to use configuration files. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/gnuastro/aststatistics.conf b/reproduce/config/gnuastro/aststatistics.conf index 0bf3b83..3ace941 100644 --- a/reproduce/config/gnuastro/aststatistics.conf +++ b/reproduce/config/gnuastro/aststatistics.conf @@ -12,6 +12,8 @@ # $ info aststatistics # All options and input/output. # $ info gnuastro "Configuration files" # How to use configuration files. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/gnuastro/gnuastro.conf b/reproduce/config/gnuastro/gnuastro.conf index 20ba4a9..3d53e06 100644 --- a/reproduce/config/gnuastro/gnuastro.conf +++ b/reproduce/config/gnuastro/gnuastro.conf @@ -10,6 +10,8 @@ # pipeline is taken from the default Gnuastro configuration from its # source (`bin/gnuastro.conf'). # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/INPUTS.mk b/reproduce/config/pipeline/INPUTS.mk index 6d08d9f..7f5a4c1 100644 --- a/reproduce/config/pipeline/INPUTS.mk +++ b/reproduce/config/pipeline/INPUTS.mk @@ -2,6 +2,8 @@ # # This file is read by the configure script and running Makefiles. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/LOCAL.mk.in b/reproduce/config/pipeline/LOCAL.mk.in index 00b907a..b986520 100644 --- a/reproduce/config/pipeline/LOCAL.mk.in +++ b/reproduce/config/pipeline/LOCAL.mk.in @@ -3,6 +3,8 @@ # This is just a template for the `./configure' script to fill in. Please # don't make any change to this file. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/dependency-numpy-scipy.cfg b/reproduce/config/pipeline/dependency-numpy-scipy.cfg index 642e061..d250b5b 100644 --- a/reproduce/config/pipeline/dependency-numpy-scipy.cfg +++ b/reproduce/config/pipeline/dependency-numpy-scipy.cfg @@ -7,6 +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. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/dependency-texlive.mk b/reproduce/config/pipeline/dependency-texlive.mk index 71c0648..0e3b4ff 100644 --- a/reproduce/config/pipeline/dependency-texlive.mk +++ b/reproduce/config/pipeline/dependency-texlive.mk @@ -4,6 +4,8 @@ # name to this variable (you can check in `ctan.org' to find the official # name). # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/pdf-build.mk b/reproduce/config/pipeline/pdf-build.mk index ee421ab..ccf9f64 100644 --- a/reproduce/config/pipeline/pdf-build.mk +++ b/reproduce/config/pipeline/pdf-build.mk @@ -12,6 +12,8 @@ # LaTeX. Otherwise, a notice will just printed that for now, no PDF will be # created. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/config/pipeline/texlive.conf b/reproduce/config/pipeline/texlive.conf index 1f515c1..0010c70 100644 --- a/reproduce/config/pipeline/texlive.conf +++ b/reproduce/config/pipeline/texlive.conf @@ -3,6 +3,8 @@ # installdir: Install directory # topdir: Top pipeline directory # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice and # this notice are preserved. This file is offered as-is, without any diff --git a/reproduce/src/bash/git-post-checkout b/reproduce/src/bash/git-post-checkout index a56c21f..12fbc9c 100644 --- a/reproduce/src/bash/git-post-checkout +++ b/reproduce/src/bash/git-post-checkout @@ -3,6 +3,8 @@ # The example hook script to store the metadata information of version # controlled files (with each commit) using the `metastore' program. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # This script is taken from the `examples/hooks/pre-commit' file of the # `metastore' package (installed within the pipeline, with an MIT license # for copyright). We have just changed the name of the `MSFILE' and also diff --git a/reproduce/src/bash/git-pre-commit b/reproduce/src/bash/git-pre-commit index cd06c25..424df04 100644 --- a/reproduce/src/bash/git-pre-commit +++ b/reproduce/src/bash/git-pre-commit @@ -3,6 +3,8 @@ # The example hook script to store the metadata information of version # controlled files (with each commit) using the `metastore' program. # +# Copyright (C) 2018-2019 Mohammad Akhlaghi. +# # This script is taken from the `examples/hooks/pre-commit' file of the # `metastore' package (installed within the pipeline, with an MIT license # for copyright). We have just changed the name of the `MSFILE' and also -- cgit v1.2.1