From eff1af201d2c0b381137f03c1436c176f0ce0751 Mon Sep 17 00:00:00 2001 From: laqieer Date: Mon, 14 Feb 2022 22:10:30 +0800 Subject: [PATCH] Claim License in README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01fff59..6108b44 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Free font resources for GBA game developemnt This repo contains many free-to-use fonts which are ready-to-use in your GBA project. -*History: it starts [here](https://github.com/GValiente/butano/pull/18).* +**Note:** source code are under [zlib license](https://github.com/laqieer/gba-free-fonts/blob/main/LICENSE), fonts are under their own licenses. ## Fonts & Licenses @@ -54,3 +54,5 @@ bn::sprite_text_generator text_generator(xxx_sprite_font); ``` ## [Others](https://github.com/laqieer/gba-free-fonts/blob/main/others.md) + +*History: it starts [here](https://github.com/GValiente/butano/pull/18).*