Skip to main content
File
// Importsimport { COMMERCIAL_USE, DISTRIBUTION, MODIFICATION, PRIVATE_USE} from "../tags/permissions.ts";import { LICENSE_AND_COPYRIGHT_NOTICE,} from "../tags/conditions.ts";import { LIABILITY, WARRANTY,} from "../tags/limitations.ts";import { license } from "../license.ts";
export const _ = license( "Boost Software License 1.0", "bsl-1.0", "https://choosealicense.com/licenses/bsl-1.0/", "A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.", [ ], { }, [ COMMERCIAL_USE, DISTRIBUTION, MODIFICATION, PRIVATE_USE ], [ LICENSE_AND_COPYRIGHT_NOTICE ], [ LIABILITY, WARRANTY ], `Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organizationobtaining a copy of the software and accompanying documentation covered bythis license (the "Software") to use, reproduce, display, distribute,execute, and transmit the Software, and to prepare derivative works of theSoftware, and to permit third-parties to whom the Software is furnished todo so, all subject to the following:
The copyright notices in the Software and this entire statement, includingthe above license grant, this restriction and the following disclaimer,must be included in all copies of the Software, in whole or in part, andall derivative works of the Software, unless such copies or derivativeworks are solely in the form of machine-executable object code generated bya source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENTSHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLEFOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHERDEALINGS IN THE SOFTWARE.`);
export default _;