#ifndef LICENSE_H
#define LICENSE_H 1


#define ALL_LICENSES  \
"TQ-Systems Software License Agreement Version 1.0.1\n" \
"\n" \
"Copyright 2017 The TQ-Systems GmbH (TQ), D-82229 Seefeld. All Rights Reserved.\n" \
"Permission to copy and distribute verbatim copies of this document is granted.\n" \
"\n" \
"The software license is bound to the usage of the TQ-Systems hardware.\n" \
"The software is classified as product-specific software.\n" \
"The software is provided exclusively in machine-readable form (object code)\n" \
"\n" \
"§1 Scope of Use and Usage Period\n" \
"1. The rights to the TQ software – particularly the copyright as well as other\n" \
"additional industrial property rights – remain exclusively with TQ and TQ is\n" \
"entitled to them even in the event that the software was modified by you or\n" \
"your company.\n" \
"Apart from any expressly allowed duplication or transmission of the software\n" \
"you are prohibited from using this software in a manner not in line with\n" \
"this agreement.\n" \
"2. The usage right only applies to the use of the software in direct\n" \
"conjunction with the TQ-Systems hardware (product).\n" \
"You are prohibited from using the software developed by us even without the\n" \
"product in conjunction with other products.\n" \
"Any transfer to third parties shall be bound by the provisions of this\n" \
"agreement.\n" \
"3. You are obligated to report any action which does not require approval in\n" \
"terms of German Copyright Law (UrhG) to TQ in writing.\n" \
"Outside of the scope of the cases indicated in German Copyright Law (UrhG),\n" \
"you are not entitled to modify, reverse engineer or translate the software\n" \
"or to remove components from it.\n" \
"4. Each use of the software which goes beyond the scope of the previous\n" \
"provision requires our written approval.\n" \
"5. The right to assert damage claims is still reserved.\n" \
"6. You are only authorized to sub-license the software in direct conjunction\n" \
"with the TQ-Systems hardware (product).\n" \
"7. You must also ensure that no more additional rights to the software are\n" \
"granted to the third party than those to which you are entitled based on\n" \
"this agreement.\n" \
"8. In the event of a transfer of rights, you are obligated to transfer the\n" \
"software and to destroy not transferred copies.\n" \
"\n" \
"§2 Warranty; Liability\n" \
"1. We make explicit reference to the fact that it is not possible with the\n" \
"current state of the art to develop more complex software in such a way\n" \
"that error-free function is guaranteed under all application conditions.\n" \
"We therefore only assume liability in ensuring that the supplied software\n" \
"is suitable based on the description created or accepted by TQ on proper\n" \
"usage under the terms of this agreement.\n" \
"2. In the event of major and reproducible deviations of the software\n" \
"functionality from the product description or specification, we are\n" \
"entitled to choose to either refund the purchase price paid by you or\n" \
"to provide a subsequent performance in the form of a repair within a\n" \
"reasonable period of time or to provide a replacement shipment of the\n" \
"product.\n" \
"If, as part of the subsequent performance we have chosen by providing\n" \
"an error-free update or upgrade of the software, we do not succeed in\n" \
"remedying the major deviations in the software functionality which have\n" \
"occurred or to find a work-around in a reasonable period of time which\n" \
"allows you to properly use the software under the terms of this agreement,\n" \
"you can request a discount for the stipulated compensation or to withdraw\n" \
"from the agreement.\n" \
"Claims of you which go beyond this scope are excluded, if permitted by law.\n" \
"3. We do not assume any liability for minor deviations in the functionality of\n" \
"the software from the product description or specification.\n" \
"4. The warranty is for one year in so far as no longer warranty period is\n" \
"required by law and begins with the acceptance of the software by you or\n" \
"- if a formal acceptance is not planned or does not occur –\n" \
"after two weeks following the transfer at the latest.\n" \
"5. We provide no warranty and assume no liability beyond the scope of usage as\n" \
"mentioned §1 for the correct selection, application and use of the software.\n" \
"6. This particularly applies in the event of culpable use of unsuitable, in\n" \
"particular non-compatible hardware or data processing programs,\n" \
"modifications or enhancements of the software performed by you or by your\n" \
"request, culpable failure to perform regular data back-up and to other cases\n" \
"of culpable or negligent handling by you. If you should use the software\n" \
"outside of the stipulated scope of application, all warranty obligations and\n" \
"other liability are rendered invalid.\n" \
"7. The afore mentioned warranty or liability restrictions do not apply\n" \
"in instances of injuries affecting life, limb and health, liability covered\n" \
"under the scope of the Product Liability Law (Produkthaftungsgesetz),\n" \
"if a promised characteristic or guaranteed composition is lacking in the\n" \
"software or we assume culpability in the form of malicious intent or gross\n" \
"negligence.\n" \
"\n" \
"§3. Additional conditions\n" \
"1. Redistributions must contain a verbatim copy of this document.\n" \
"2. The TQ-Systems may revise this license from time to time.\n" \
"Each revision is distinguished by a version number.\n" \
"You may use this Software under terms of this license revision or\n" \
"under the terms of any subsequent revision of the license.\n" \
"\n" \
"\n" \
"                wxWindows Library Licence, Version 3.1\n" \
"                ======================================\n" \
"\n" \
"  Copyright (c) 1998-2005 Julian Smart, Robert Roebling et al\n" \
"\n" \
"  Everyone is permitted to copy and distribute verbatim copies\n" \
"  of this licence document, but changing it is not allowed.\n" \
"\n" \
"                       WXWINDOWS LIBRARY LICENCE\n" \
"     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n" \
"\n" \
"  This library is free software; you can redistribute it and/or modify it\n" \
"  under the terms of the GNU Library General Public Licence as published by\n" \
"  the Free Software Foundation; either version 2 of the Licence, or (at\n" \
"  your option) any later version.\n" \
"\n" \
"  This library is distributed in the hope that it will be useful, but\n" \
"  WITHOUT ANY WARRANTY; without even the implied warranty of\n" \
"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library\n" \
"  General Public Licence for more details.\n" \
"\n" \
"  You should have received a copy of the GNU Library General Public Licence\n" \
"  along with this software, usually in a file named COPYING.LIB.  If not,\n" \
"  write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\n" \
"  Boston, MA 02110-1301 USA.\n" \
"\n" \
"  EXCEPTION NOTICE\n" \
"\n" \
"  1. As a special exception, the copyright holders of this library give\n" \
"  permission for additional uses of the text contained in this release of\n" \
"  the library as licenced under the wxWindows Library Licence, applying\n" \
"  either version 3.1 of the Licence, or (at your option) any later version of\n" \
"  the Licence as published by the copyright holders of version\n" \
"  3.1 of the Licence document.\n" \
"\n" \
"  2. The exception is that you may use, copy, link, modify and distribute\n" \
"  under your own terms, binary object code versions of works based\n" \
"  on the Library.\n" \
"\n" \
"  3. If you copy code from files distributed under the terms of the GNU\n" \
"  General Public Licence or the GNU Library General Public Licence into a\n" \
"  copy of this library, as this licence permits, the exception does not\n" \
"  apply to the code that you add in this way.  To avoid misleading anyone as\n" \
"  to the status of such modified files, you must delete this exception\n" \
"  notice from such code and/or adjust the licensing conditions notice\n" \
"  accordingly.\n" \
"\n" \
"  4. If you write modifications of your own for this library, it is your\n" \
"  choice whether to permit this exception to apply to your modifications.\n" \
"  If you do not wish that, you must delete the exception notice from such\n" \
"  code and/or adjust the licensing conditions notice accordingly.\n" \
"\n" \
"\n" \
"Copyright (c) 2015, ben-strasser\n" \
"All rights reserved.\n" \
"\n" \
"Redistribution and use in source and binary forms, with or without\n" \
"modification, are permitted provided that the following conditions are met:\n" \
"\n" \
"* Redistributions of source code must retain the above copyright notice, this\n" \
"  list of conditions and the following disclaimer.\n" \
"\n" \
"* Redistributions in binary form must reproduce the above copyright notice,\n" \
"  this list of conditions and the following disclaimer in the documentation\n" \
"  and/or other materials provided with the distribution.\n" \
"\n" \
"* Neither the name of fast-cpp-csv-parser nor the names of its\n" \
"  contributors may be used to endorse or promote products derived from\n" \
"  this software without specific prior written permission.\n" \
"\n" \
"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n" \
"AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n" \
"IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n" \
"DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n" \
"FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n" \
"DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n" \
"SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n" \
"CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n" \
"OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n" \
"OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" \
"\n" \
"\n" \
"Boost Software License - Version 1.0 - August 17th, 2003\n" \
"\n" \
"Permission is hereby granted, free of charge, to any person or organization\n" \
"obtaining a copy of the software and accompanying documentation covered by\n" \
"this license (the \"Software\") to use, reproduce, display, distribute,\n" \
"execute, and transmit the Software, and to prepare derivative works of the\n" \
"Software, and to permit third-parties to whom the Software is furnished to\n" \
"do so, all subject to the following:\n" \
"\n" \
"The copyright notices in the Software and this entire statement, including\n" \
"the above license grant, this restriction and the following disclaimer,\n" \
"must be included in all copies of the Software, in whole or in part, and\n" \
"all derivative works of the Software, unless such copies or derivative\n" \
"works are solely in the form of machine-executable object code generated by\n" \
"a source language processor.\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, TITLE AND NON-INFRINGEMENT. IN NO EVENT\n" \
"SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE\n" \
"FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,\n" \
"ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n" \
"DEALINGS IN THE SOFTWARE.\n" \
"\n" \
"\n" \
"Copyright (c) 2013 Dropbox, Inc.\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\n" \
"all 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\n" \
"THE SOFTWARE.\n" \
""


#endif