efl/src/static_libs/rg_etc
Stefan Schmidt 7b86b1c374 rg_etc: use void to force empty function parameters
We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
2015-11-26 17:27:01 +01: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 rg_etc: Correct ifdef to keep function available for debug build 2015-05-11 15:00:12 +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 fix config.h inclusion across the tree 2014-09-23 15:56:46 -04: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.