mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 22:58:43 +03:00
44 lines
3.0 KiB
Markdown
44 lines
3.0 KiB
Markdown
License {#license_page}
|
|
=======
|
|
The rttr library is licensed under <a target="_blank" href="http://opensource.org/licenses/mit-license.php">MIT license</a>:
|
|
|
|
|
|
RTTR (Run Time Type Reflection) is made available under the MIT License.
|
|
|
|
Copyright (c) 2014, 2015 Axel Menzel <info@axelmenzel.de>
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
a copy of this software and associated documentation files (the "Software"),
|
|
to deal in the Software without restriction, including without limitation
|
|
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
and/or sell copies of the Software, and to permit persons to whom the
|
|
Software is furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
When you use the RTTR library in your software the only condition is, that you distribute this license text.
|
|
|
|
3rd party libraries
|
|
-----------------------
|
|
In order to build and use RTTR, **no 3rd party** libraries are needed.
|
|
|
|
However, following software was used to develop RTTR:
|
|
- <a target="_blank" href="https://github.com/philsquared/Catch">Catch</a> - for unit tests, License: <a target="_blank" href="https://github.com/philsquared/Catch/blob/master/LICENSE_1_0.txt">Boost Software License</a>.
|
|
- <a target="_blank" href="http://www.doxygen.org/">Doxygen</a> - for generating the documentation, License: <a target="_blank" href="https://github.com/doxygen/doxygen/blob/master/LICENSE">GPL License</a>.
|
|
- <a target="_blank" href="http://getbootstrap.com/">Bootstrap</a> - for changing the visual appearance of the documentation, License: <a target="_blank" href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT License</a>.
|
|
- <a target="_blank" href="http://flamingdangerzone.com/nonius/">Nonius</a> - for internal benchmarks, License: <a target="_blank" href="https://github.com/rmartinho/nonius/blob/stable/COPYING.txt">Creative Commons 1.0</a>.
|
|
- <a target="_blank" href="http://www.highcharts.com/">Highcharts</a> - for the visual result of the benchmarks, License: <a target="_blank" href="http://shop.highsoft.com/highcharts.html"> Creative Commons Attribution-NonCommercial 3.0 License</a>.
|
|
|
|
Author
|
|
------
|
|
Axel Menzel <info@axelmenzel.de>
|