<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (c) 2015, Absolute Performance, Inc. http://www.absolute-performance.com
${licensePrefix}Copyright (c) 2022, Jack J. Woehr jwoehr@softwoehr.com http://www.softwoehr.com
${licensePrefix}All rights reserved.
${licensePrefix}
${licensePrefix}Redistribution and use in source and binary forms, with or without
${licensePrefix}modification, are permitted provided that the following conditions are met:
${licensePrefix}
${licensePrefix}* Redistributions of source code must retain the above copyright notice, this
${licensePrefix}  list of conditions and the following disclaimer.
${licensePrefix}
${licensePrefix}* Redistributions in binary form must reproduce the above copyright notice,
${licensePrefix}  this list of conditions and the following disclaimer in the documentation
${licensePrefix}  and/or other materials provided with the distribution.
${licensePrefix}
${licensePrefix}THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
${licensePrefix}AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
${licensePrefix}IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
${licensePrefix}DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
${licensePrefix}FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
${licensePrefix}DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
${licensePrefix}SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
${licensePrefix}CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
${licensePrefix}OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
${licensePrefix}OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<#if licenseLast??>                                                                                                          
${licenseLast}
</#if>