From 6ba53c4e121f84b661fa0f76ba94aa8a0bbeca81 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 7 Nov 2016 15:32:35 -0300 Subject: [PATCH] Minor changes in README file --- README.md | 6 ++++-- src/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9200f184..ee2332d1a 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,11 @@ This program is distributed under three different licenses: our [End-User License Agreement for Aseprite (EULA)](EULA.txt). Please check that there are [modules/libraries in the source code](src/README.md) that are distributed under the MIT license - (e.g. [base](https://github.com/aseprite/aseprite/tree/master/src/base), + (e.g. [laf](https://github.com/aseprite/laf), + [clip](https://github.com/aseprite/clip), [she](https://github.com/aseprite/aseprite/tree/master/src/she), - [clip](https://github.com/aseprite/clip), etc.). + [gfx](https://github.com/aseprite/gfx), + [ui](https://github.com/aseprite/ui), etc.). 2. You can request a special [educational license](http://www.aseprite.org/faq/#is-there-an-educational-license) in case you are a teacher in an educational institution and want to diff --git a/src/README.md b/src/README.md index 99986a5e5..51c9e6046 100644 --- a/src/README.md +++ b/src/README.md @@ -14,12 +14,12 @@ These libraries are easy to be used and embedded in other software because they don't depend on any other component. * [allegro](allegro/): Modified version of [Allegro](http://alleg.sourceforge.net/) library, used for keyboard/mouse input, and drawing 2D graphics on screen. - * [base](base/): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc. * [clip](https://github.com/aseprite/clip): Clipboard library. * [css](css/): Pseudo-style sheet library. * [fixmath](fixmath/): Fixed point operations (original code from Allegro code by Shawn Hargreaves). * [flic](https://github.com/aseprite/flic): Library to load/save FLI/FLC files. * [gfx](gfx/): Abstract graphics structures like point, size, rectangle, region, color, etc. + * [laf](https://github.com/aseprite/laf): Core/basic stuff, multithreading, utf8, sha1, file system, memory, etc. * [observable](https://github.com/dacap/observable): Signal/slot functions. * [scripting](scripting/): JavaScript engine. * [steam](steam/): Steam API wrapper to avoid static linking to the .lib file.