summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-30 00:25:51 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-31 03:54:58 +0200
commit6a096dd405e5955ed32983b586ea6183137e14f2 (patch)
tree603ba9010fd6510721aed0b6c21163e8914aecc7 /Makefile
parent901cc3494fac35eaa2c843b679f477e354c22d68 (diff)
Add missing copyright preambles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+
# Options
PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/bin