From 2d75d867e638ef95d7d05c5a05cf1a372be50c82 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 4 Apr 2019 19:11:30 +0100 Subject: 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. --- reproduce/src/make/dependencies-atlas-single.mk | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'reproduce/src/make/dependencies-atlas-single.mk') 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 +# Contributing author(s): +# Your name +# 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 +# . + ORIGLDFLAGS := $(LDFLAGS) include Make.inc -- cgit v1.2.1