diff options
Diffstat (limited to 'src/gdisp')
-rw-r--r-- | src/gdisp/gdisp.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gdisp/gdisp.mk b/src/gdisp/gdisp.mk index 3c8af80a..c4def261 100644 --- a/src/gdisp/gdisp.mk +++ b/src/gdisp/gdisp.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/gdisp/gdisp.c \ $(GFXLIB)/src/gdisp/gdisp_fonts.c \ $(GFXLIB)/src/gdisp/gdisp_pixmap.c \ |