From a1aedecd601788bc7a3f34848fdfa6531fb873b6 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Fri, 29 Mar 2019 20:01:18 +0000 Subject: Added copyright information in dependency-versions.mk To help make it easier to re-use (like the rest of the "large" files). --- .file-metadata | Bin 4085 -> 4085 bytes reproduce/config/pipeline/dependency-versions.mk | 21 ++++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.file-metadata b/.file-metadata index 7336b45..69f5f5a 100644 Binary files a/.file-metadata and b/.file-metadata differ diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 7cdddac..87b837c 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -1,4 +1,23 @@ -# Versions of the various dependnecies +# Versions of the various dependencies +# +# Original author: +# Mohammad Akhlaghi +# Contributing author(s): +# Raul Infante-Sainz +# Copyright (C) 2018-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 +# . # Programs bash-version = 5.0 -- cgit v1.2.1