aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-06-08 12:11:37 +1000
committerinmarket <andrewh@inmarket.com.au>2015-06-08 12:11:37 +1000
commitaa7ebf9c26471c054a72c6985d8fb4dae00e3fd3 (patch)
tree5310316ad5866b25a8a3e275253de2650e9863db /src/ginput
parent34d7b62607eb73be435254fa10c709a9efe02750 (diff)
downloaduGFX-aa7ebf9c26471c054a72c6985d8fb4dae00e3fd3.tar.gz
uGFX-aa7ebf9c26471c054a72c6985d8fb4dae00e3fd3.tar.bz2
uGFX-aa7ebf9c26471c054a72c6985d8fb4dae00e3fd3.zip
Add the license to the makefiles
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/ginput.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ginput/ginput.mk b/src/ginput/ginput.mk
index c814afa2..48095858 100644
--- a/src/ginput/ginput.mk
+++ b/src/ginput/ginput.mk
@@ -1,3 +1,8 @@
+# This file is subject to the terms of the GFX License. If a copy of
+# the license was not distributed with this file, you can obtain one at:
+#
+# http://ugfx.org/license.html
+
GFXSRC += $(GFXLIB)/src/ginput/ginput.c \
$(GFXLIB)/src/ginput/ginput_mouse.c \
$(GFXLIB)/src/ginput/ginput_keyboard.c \