aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZoran Markovic <zoran.markovic@linaro.org>2014-01-21 16:38:09 -0800
committerZoran Markovic <zoran.markovic@linaro.org>2014-01-21 16:38:09 -0800
commit253e3c90d0f2adcd967c569d35d5d97035c6501e (patch)
tree6b047516c929ae1e19a5f32b8b409ad38e76655c /Makefile
parent1205f672a9cda067d4118ec1cfa249d5fcfbaf77 (diff)
Fixed Launchpad bug #1269454
Added GPLv2 copyright headers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9187b94..967cd04 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,11 @@
+#
+# Makefile
+#
+# Copyright (C) 2014 Zoran Markovic <zoran.markovic@linaro.org>
+#
+# This file is subject to the terms and conditions of the GNU General Public
+# License version 2.
+#
CFLAGS?=-g -Wall
CC?=gcc