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.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gdisp/mcufont/mf_wordwrap.h') diff --git a/src/gdisp/mcufont/mf_wordwrap.h b/src/gdisp/mcufont/mf_wordwrap.h index bf3dbcb7..40983b4a 100644 --- a/src/gdisp/mcufont/mf_wordwrap.h +++ b/src/gdisp/mcufont/mf_wordwrap.h @@ -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 + */ + /* Word wrapping algorithm with UTF-8 support. More than just a basic greedy * word-wrapper: it attempts to balance consecutive lines as pairs. */ -- cgit v1.2.3