aboutsummaryrefslogtreecommitdiff
path: root/reproduce/src
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 /reproduce/src
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.
Diffstat (limited to 'reproduce/src')
-rwxr-xr-xreproduce/src/make/dependencies-atlas-multiple.mk29
-rwxr-xr-xreproduce/src/make/dependencies-atlas-single.mk29
2 files changed, 58 insertions, 0 deletions
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