License

FASTBuild is made available under the following license terms:

Copyright © 2012-2024 Franta Fulin

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.

2. If you use this software, in source or binary form, an acknowledgment in the product documentation or credits would be appreciated but is not required. Example: "This product uses FASTBuild © 2012-2024 Franta Fulin."

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

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

Acknowledgements

LZ4 & xxHash
FASTBuild uses LZ4 compression and xxHash by Yann Collet. http://fastcompression.blogspot.ca/p/lz4.html.

CRC32 Slicing-by-8
FASTBuild uses the CRC32 slicing-by-8 algorithm by Michael E. Kounavis and Frank L. Berry from Intel Corp.