diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-07-28 17:22:24 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-07-28 17:22:24 +1000 |
commit | be8b3cd2102f4c2fe66307d81c8c04391292cf1f (patch) | |
tree | a37d8035ff76310e9744865d3c5858f21b915c5f /src/gdisp/mcufont/mf_scaledfont.h | |
parent | 3977ee687ffff23e49dcac0ea9a7c3e8652248f0 (diff) | |
download | uGFX-be8b3cd2102f4c2fe66307d81c8c04391292cf1f.tar.gz uGFX-be8b3cd2102f4c2fe66307d81c8c04391292cf1f.tar.bz2 uGFX-be8b3cd2102f4c2fe66307d81c8c04391292cf1f.zip |
Updated license headers on new font code
Diffstat (limited to 'src/gdisp/mcufont/mf_scaledfont.h')
-rw-r--r-- | src/gdisp/mcufont/mf_scaledfont.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gdisp/mcufont/mf_scaledfont.h b/src/gdisp/mcufont/mf_scaledfont.h index f6607010..f378ca67 100644 --- a/src/gdisp/mcufont/mf_scaledfont.h +++ b/src/gdisp/mcufont/mf_scaledfont.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 + */ + /* Generate scaled (nearest-neighbor) fonts. This can be used for displaying * larger text without spending the memory required for including larger fonts. */ |