From 6a096dd405e5955ed32983b586ea6183137e14f2 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 30 Jan 2020 00:25:51 +0200 Subject: Add missing copyright preambles --- Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf4ea236..4a83e26f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,22 @@ +# meli - Makefile +# +# Copyright 2017-2020 Manos Pitsidianakis +# +# This file is part of meli. +# +# meli 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. +# +# meli 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. +# +# You should have received a copy of the GNU General Public License +# along with meli. If not, see . + # Options PREFIX ?= /usr/local BINDIR ?= ${PREFIX}/bin -- cgit v1.2.3