efl/src/static_libs/rg_etc
Marcel Hollerbach 8e3606698e refactor build
libraries are split into deps, external deps, and pub deps.
Evas engines are refactored to use the predefined engine deps.

this is preparation work for efl-one.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11806
2020-05-27 11:06:46 +02:00
..
README rg_etc: Add a README for the Zlib license 2014-05-07 19:59:01 +09:00
etc2_encoder.c Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
meson.build refactor build 2020-05-27 11:06:46 +02:00
rg_etc1.c Use __func__ C99 identifier instead of __FUNCTION__ compiler extension 2020-05-07 09:27:07 -04:00
rg_etc1.h rg_etc: use void to force empty function parameters 2015-11-26 17:27:01 +01:00
rg_etc2.c efl: everyone should now rely on Eina MIN/MAX redefinition. 2016-05-09 16:58:53 -07:00

README

Copyright notice for rg_etc1.

rg-etc1 has been originally written by Rich Geldreich <richgel99@gmail.com>
in C++ and then converted to plain C by the EFL team to fit the rest of
the EFL.

The original code comes from:
https://code.google.com/p/rg-etc1/

For the ZLIB license below, see http://opensource.org/licenses/Zlib

Copyright (c) 2012 Rich Geldreich

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.