From be8b3cd2102f4c2fe66307d81c8c04391292cf1f Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 28 Jul 2013 17:22:24 +1000 Subject: Updated license headers on new font code --- src/gdisp/mcufont/mf_wordwrap.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gdisp/mcufont/mf_wordwrap.c') diff --git a/src/gdisp/mcufont/mf_wordwrap.c b/src/gdisp/mcufont/mf_wordwrap.c index cc735a4e..4650c24a 100644 --- a/src/gdisp/mcufont/mf_wordwrap.c +++ b/src/gdisp/mcufont/mf_wordwrap.c @@ -1,3 +1,10 @@ +/* + * 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 + */ + #include "mf_wordwrap.h" /* Returns true if the line can be broken at this character. */ -- cgit v1.2.3