aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-01 00:06:02 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-01 00:06:02 +0100
commit67b1fe89dc6ec608c69f04c19941db6e3679c1e3 (patch)
treec36bcee3b38df3ae14df48ff290972ca093bc4db
parenta1aedecd601788bc7a3f34848fdfa6531fb873b6 (diff)
Added short copyright notice on configuration files
A short, all-permisive copyright notice was added to the configuration files that were missing one.
-rw-r--r--reproduce/config/gnuastro/astbuildprog.conf5
-rw-r--r--reproduce/config/gnuastro/gnuastro.conf5
-rw-r--r--reproduce/config/pipeline/INPUTS.mk6
-rw-r--r--reproduce/config/pipeline/LOCAL.mk.in5
-rw-r--r--reproduce/config/pipeline/dependency-texlive.mk6
-rw-r--r--reproduce/config/pipeline/pdf-build.mk21
-rw-r--r--reproduce/config/pipeline/texlive.conf5
7 files changed, 44 insertions, 9 deletions
diff --git a/reproduce/config/gnuastro/astbuildprog.conf b/reproduce/config/gnuastro/astbuildprog.conf
index 8413e07..a6da3c4 100644
--- a/reproduce/config/gnuastro/astbuildprog.conf
+++ b/reproduce/config/gnuastro/astbuildprog.conf
@@ -1,6 +1,11 @@
# BuildProgram's configuration file depends on the build and is installed
# along with the rest of Gnuastro. So we'll set any specific configuration
# we want here, then import those.
+#
+# 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
+# warranty.
# To keep the program's compiled excutable file, comment this line.
deletecompiled 1
diff --git a/reproduce/config/gnuastro/gnuastro.conf b/reproduce/config/gnuastro/gnuastro.conf
index 561df9f..20ba4a9 100644
--- a/reproduce/config/gnuastro/gnuastro.conf
+++ b/reproduce/config/gnuastro/gnuastro.conf
@@ -9,6 +9,11 @@
# The rest of this configuration file in this template reproduction
# pipeline is taken from the default Gnuastro configuration from its
# source (`bin/gnuastro.conf').
+#
+# 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
+# warranty.
# Reproduction pipeline (`config' has to be before `lastconfig').
config .gnuastro/gnuastro-local.conf
diff --git a/reproduce/config/pipeline/INPUTS.mk b/reproduce/config/pipeline/INPUTS.mk
index 3522ecc..6d08d9f 100644
--- a/reproduce/config/pipeline/INPUTS.mk
+++ b/reproduce/config/pipeline/INPUTS.mk
@@ -1,7 +1,11 @@
# Input files necessary for this pipeline.
#
# This file is read by the configure script and running Makefiles.
-
+#
+# 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
+# warranty.
WFPC2IMAGE = WFPC2ASSNu5780205bx.fits
WFPC2MD5 = a4791e42cd1045892f9c41f11b50bad8
diff --git a/reproduce/config/pipeline/LOCAL.mk.in b/reproduce/config/pipeline/LOCAL.mk.in
index 41298ee..00b907a 100644
--- a/reproduce/config/pipeline/LOCAL.mk.in
+++ b/reproduce/config/pipeline/LOCAL.mk.in
@@ -2,6 +2,11 @@
#
# This is just a template for the `./configure' script to fill in. Please
# don't make any change to this file.
+#
+# 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
+# warranty.
BDIR = @bdir@
INDIR = @indir@
DEPENDENCIES-DIR = @ddir@
diff --git a/reproduce/config/pipeline/dependency-texlive.mk b/reproduce/config/pipeline/dependency-texlive.mk
index 9d7365f..71c0648 100644
--- a/reproduce/config/pipeline/dependency-texlive.mk
+++ b/reproduce/config/pipeline/dependency-texlive.mk
@@ -4,6 +4,12 @@
# name to this variable (you can check in `ctan.org' to find the official
# name).
#
+# 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
+# warranty.
+
+
# Note on `tex' and `fancyhdr': These two packages are installed along with
# the basic installation scheme that we used to install tlmgr, they will be
# ignored in the `tlmgr install' command, but will be used later when we
diff --git a/reproduce/config/pipeline/pdf-build.mk b/reproduce/config/pipeline/pdf-build.mk
index 504d0bd..ee421ab 100644
--- a/reproduce/config/pipeline/pdf-build.mk
+++ b/reproduce/config/pipeline/pdf-build.mk
@@ -1,14 +1,19 @@
# Make the final PDF?
# -------------------
#
-# During the testing a pipeline, it is usually not necessary to build
-# the PDF file (which makes a lot of output lines on the command-line
-# and can make it hard to find the commands and possible errors (and
-# their outputs). Also, in some cases, only the produced results may
-# be of interest and not the final PDF, so LaTeX (and its necessary
-# packages) may not be installed.
+# During the testing a pipeline, it is usually not necessary to build the
+# PDF file (which makes a lot of output lines on the command-line and can
+# make it hard to find the commands and possible errors (and their
+# outputs). Also, in some cases, only the produced results may be of
+# interest and not the final PDF, so LaTeX (and its necessary packages) may
+# not be installed.
#
# If this variable is given any string, a PDF will be made with
-# LaTeX. Otherwise, a notice will just printed that for now, no PDF
-# will be created.
+# LaTeX. Otherwise, a notice will just printed that for now, no PDF will be
+# created.
+#
+# 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
+# warranty.
pdf-build-final = yes
diff --git a/reproduce/config/pipeline/texlive.conf b/reproduce/config/pipeline/texlive.conf
index 3aa5db5..1f515c1 100644
--- a/reproduce/config/pipeline/texlive.conf
+++ b/reproduce/config/pipeline/texlive.conf
@@ -2,6 +2,11 @@
#
# installdir: Install directory
# topdir: Top pipeline directory
+#
+# 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
+# warranty.
selected_scheme scheme-basic
TEXDIR @installdir@/texlive/2018
TEXMFCONFIG @topdir@/.texlive2018/texmf-config