1Copyright Louis Dionne 2013-2017 2 3Boost Software License - Version 1.0 - August 17th, 2003 4 5Permission is hereby granted, free of charge, to any person or organization 6obtaining a copy of the software and accompanying documentation covered by 7this license (the "Software") to use, reproduce, display, distribute, 8execute, and transmit the Software, and to prepare derivative works of the 9Software, and to permit third-parties to whom the Software is furnished to 10do so, all subject to the following: 11 12The copyright notices in the Software and this entire statement, including 13the above license grant, this restriction and the following disclaimer, 14must be included in all copies of the Software, in whole or in part, and 15all derivative works of the Software, unless such copies or derivative 16works are solely in the form of machine-executable object code generated by 17a source language processor. 18 19THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 22SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 23FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 24ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 25DEALINGS IN THE SOFTWARE. 26