LICENSE_TEXT = lambda a, p:f'Current Application Version: Ultimate Vocal Remover {a}\n' +\ f'Current Patch Version: {p}\n\n' +\ 'Copyright (c) 2022 Ultimate Vocal Remover\n\n' +\ 'UVR is free and open-source, but MIT licensed. Please credit us if you use our\n' +\ f'models or code for projects unrelated to UVR.\n\n{LICENSE_OS_SPECIFIC_TEXT}' +\ 'This bundle contains the UVR interface, Python, PyTorch, and other\n' +\ 'dependencies needed to run the application effectively.\n\n' +\ 'Website Links: This application, System or Service(s) may contain links to\n' +\ 'other websites and downloads, and they are solely provided to you as an\n' +\ 'additional convenience. You understand and acknowledge that by clicking\n' +\ 'or activating such links you are accessing a site or service outside of\n' +\ 'this application, and that we do not screen, review, approve, or otherwise\n' +\ 'endorse any content or information contained in these linked websites.\n' +\ 'You acknowledge and agree that we, our affiliates and partners are not\n' +\ 'responsible for the contents of any of these linked websites, including\n' +\ 'the accuracy or availability of information provided by the linked websites,\n' +\ 'and we make no representations or warranties regarding your use of\n' +\ 'the linked websites.\n\n' +\ 'This application is MIT Licensed\n\n' +\ 'Permission is hereby granted, free of charge, to any person obtaining a copy\n' +\ 'of this software and associated documentation files (the "Software"), to deal\n' +\ 'in the Software without restriction, including without limitation the rights\n' +\ 'to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n' +\ 'copies of the Software, and to permit persons to whom the Software is\n' +\ 'furnished to do so, subject to the following conditions:\n\n' +\ 'The above copyright notice and this permission notice shall be included in all\n' +\ 'copies or substantial portions of the Software.\n\n' +\ 'THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n' +\ 'IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n' +\ 'FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n' +\ 'AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n' +\ 'LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n' +\ 'OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n' +\ 'SOFTWARE.'