mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
275181990f
- eye-dropper cursor to editor - JM_SETCURSOR - incremental-search to fileview widget - jgrid widget - JI_SIGNAL_SET_FONT - sprite_getpixel - colorselector widget - test_jlist test - HSV color type - grid, exchange_colors, and eyedropper_tool commands Fixed: - duplication of layers Renamed: - jwidget_add_childs to jwidget_add_children - status_bar to statusbar - tool_bar to toolbar - color_viewer to colorviewer - color_bar to colorbar - color_button to colorbutton - rectfill_exclude to jrectexclude - _graya_getk to _graya_getv - _graya_k_shift to _graya_v_shift Refactoring to color type: - now it's a color_t structure instead of a string (char *) Removed: - mapgen.[ch] - update_global_script_variables routine - JM_CHAR (now it's JM_KEYPRESSED). - README-es.txt - FAQ.txt
25 lines
952 B
Plaintext
25 lines
952 B
Plaintext
===================================
|
|
LEGAL ISSUES
|
|
===================================
|
|
|
|
- ASE is distributed under GPL license.
|
|
- Jinete is under BSD license.
|
|
- Allegro is giftware license (similar to MIT license).
|
|
- ALFONT is under LGPL terms.
|
|
- quantize.c is copyright by Ben Davis (you need his authorization to
|
|
use his code in your own program).
|
|
- quantize2.c is distributed under the MIT License.
|
|
- Lua-5.0 is distributed under the MIT license.
|
|
- GIMP is distributed under GPL license.
|
|
- GLib and GTK+ are distributed under LGPL license.
|
|
- GFLI-1.3 is distributed under GPL license.
|
|
- Libart 2.3.3 is distributed under LGPL license.
|
|
- Libintl is distributed under LGPL license.
|
|
- The FreeType Project is distributed under FTL license.
|
|
- zlib & Libpng are under the ZLIB license.
|
|
|
|
You can find all these licenses in the "docs/licenses" directory,
|
|
or you can found them in:
|
|
|
|
http://www.opensource.org/licenses/alphabetical
|