efl/src/static_libs/rg_etc
Jean Guyomarc'h 147ef32b2b efl: fix misleading indentation
GCC's -Wmisleading-indentation is complaining...
It is a warning flag introduced in GCC 6.x, and
is enabled by -Wall.
2016-05-18 21:57:02 +02:00
..
README rg_etc: Add a README for the Zlib license 2014-05-07 19:59:01 +09:00
etc2_encoder.c ETC1/2: Fix clang warnings 2015-04-21 20:11:02 +09:00
rg_etc1.c efl: fix misleading indentation 2016-05-18 21:57:02 +02: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.