aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 19:11:30 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-04 19:11:30 +0100
commit2d75d867e638ef95d7d05c5a05cf1a372be50c82 (patch)
tree0561d265e3a4e28c4c30a89a7f9df0fedbf9a305
parente7b79c192bfac6c11c5f3c30fa28e8e0172c9a29 (diff)
Copyright notice on some of the new files
The new files that were just added didn't have a copyright. One has been added for them with this commit.
-rw-r--r--reproduce/config/pipeline/dependency-numpy-scipy.cfg15
-rwxr-xr-xreproduce/src/make/dependencies-atlas-multiple.mk29
-rwxr-xr-xreproduce/src/make/dependencies-atlas-single.mk29
3 files changed, 68 insertions, 5 deletions
diff --git a/reproduce/config/pipeline/dependency-numpy-scipy.cfg b/reproduce/config/pipeline/dependency-numpy-scipy.cfg
index 0eecf3a..642e061 100644
--- a/reproduce/config/pipeline/dependency-numpy-scipy.cfg
+++ b/reproduce/config/pipeline/dependency-numpy-scipy.cfg
@@ -1,11 +1,16 @@
# THIS IS A COPY OF NUMPY'S site.cfg.example, CUSTOMIZED FOR THIS PIPELINE
# ------------------------------------------------------------------------
-# This file provides configuration information about non-Python dependencies for
-# numpy.distutils-using packages. Create a file like this called "site.cfg" next
-# to your package's setup.py file and fill in the appropriate sections. Not all
-# packages will use all sections so you should leave out sections that your
-# package does not use.
+# This file provides configuration information about non-Python
+# dependencies for numpy.distutils-using packages. Create a file like this
+# called "site.cfg" next to your package's setup.py file and fill in the
+# appropriate sections. Not all packages will use all sections so you
+# should leave out sections that your package does not use.
+#
+# 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.
# IMPORTANT NOTE
# --------------
diff --git a/reproduce/src/make/dependencies-atlas-multiple.mk b/reproduce/src/make/dependencies-atlas-multiple.mk
index d66890f..e23a6b8 100755
--- a/reproduce/src/make/dependencies-atlas-multiple.mk
+++ b/reproduce/src/make/dependencies-atlas-multiple.mk
@@ -1,3 +1,32 @@
+# Rules to build ATLAS shared libraries in multi-threaded mode on GNU/Linux
+#
+# ------------------------------------------------------------------------
+# !!!!! IMPORTANT NOTES !!!!!
+#
+# This Makefile will be run during the initial `./configure' script. It is
+# not included into the reproduction pipe after that.
+#
+# ------------------------------------------------------------------------
+#
+# Original author:
+# Mohammad Akhlaghi <mohammad@akhlaghi.org>
+# Contributing author(s):
+# Your name <your@email.address>
+# Copyright (C) 2019, Your Name.
+#
+# 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
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This Makefile is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# A copy of the GNU General Public License is available at
+# <http://www.gnu.org/licenses/>.
+
ORIGLDFLAGS := $(LDFLAGS)
include Make.inc
diff --git a/reproduce/src/make/dependencies-atlas-single.mk b/reproduce/src/make/dependencies-atlas-single.mk
index 12dd19b..6f78f6d 100755
--- a/reproduce/src/make/dependencies-atlas-single.mk
+++ b/reproduce/src/make/dependencies-atlas-single.mk
@@ -1,3 +1,32 @@
+# Rules to build ATLAS shared libraries for single threads on GNU/Linux
+#
+# ------------------------------------------------------------------------
+# !!!!! IMPORTANT NOTES !!!!!
+#
+# This Makefile will be run during the initial `./configure' script. It is
+# not included into the reproduction pipe after that.
+#
+# ------------------------------------------------------------------------
+#
+# Original author:
+# Mohammad Akhlaghi <mohammad@akhlaghi.org>
+# Contributing author(s):
+# Your name <your@email.address>
+# Copyright (C) 2019, Your Name.
+#
+# 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
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# This Makefile is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+# Public License for more details.
+#
+# A copy of the GNU General Public License is available at
+# <http://www.gnu.org/licenses/>.
+
ORIGLDFLAGS := $(LDFLAGS)
include Make.inc