simulATe
← Back to home

Third-party Licenses

Last updated: July 6, 2026 (v4.x — PySide6 application stack)

This document is provided in English only. If any translation is made available, the English version prevails.

Contents

  1. 1. PYTHON — PSF License
  2. 2. PYSIDE6 (Qt for Python) — LGPL v3
  3. 3. QT 6 — LGPL v3 / Qt Commercial License
  4. 4. PILLOW (PIL) — HPND / MIT-CMU License
  5. 5. OPENPYXL — MIT License
  6. 6. NUMPY — BSD 3-Clause License
  7. 7. MATPLOTLIB — Matplotlib License (BSD-compatible)
  8. 8. PYVISTA — MIT License
  9. 9. VTK (Visualization Toolkit) — BSD 3-Clause License
  10. 10. REPORTLAB (Open Source) — BSD 3-Clause License
  11. 11. EZDXF — MIT License
  12. 12. QRCODE — BSD License
  13. 13. REQUESTS — Apache License 2.0
  14. 14. PHOSPHOR ICONS — MIT License
  15. 15. HEROICONS — MIT License
  16. 16. FONT AWESOME FREE — CC BY 4.0 / SIL OFL 1.1 / MIT
  17. 17. MATERIAL DESIGN ICONS — Apache License 2.0
  18. 18. INTER FONT FAMILY — SIL Open Font License 1.1
  19. 19. IEC 60617 ELECTRICAL SYMBOLS

This file contains the license notices for third-party libraries and assets used by SimulATe, as required by their respective licenses.

1. PYTHON — PSF License

Copyright (c) 2001-2026 Python Software Foundation. All rights reserved. Licensed under the Python Software Foundation License Version 2. https://docs.python.org/3/license.html

2. PYSIDE6 (Qt for Python) — LGPL v3

Copyright (c) The Qt Company Ltd. and other contributors.

PySide6 (Qt for Python, including the shiboken6 binding generator runtime) is used under the GNU Lesser General Public License v3. SimulATe links to PySide6/Qt dynamically; the libraries are not modified. Users may replace the PySide6/Qt shared libraries with compatible versions as permitted by the LGPL v3. See: https://www.qt.io/qt-for-python and https://www.qt.io/licensing

3. QT 6 — LGPL v3 / Qt Commercial License

Copyright (c) The Qt Company Ltd. and other contributors.

The Qt 6 framework libraries are available under the GNU Lesser General Public License v3 and under commercial licenses from The Qt Company. See: https://www.qt.io/licensing

4. PILLOW (PIL) — HPND / MIT-CMU License

The Python Imaging Library (PIL) is Copyright (c) 1997-2011 by Secret Labs AB Copyright (c) 1995-2011 by Fredrik Lundh and contributors

Pillow is the friendly PIL fork. Copyright (c) 2010-2026 by Jeffrey A. Clark and contributors

Licensed under the open-source HPND / MIT-CMU License. See: https://github.com/python-pillow/Pillow/blob/main/LICENSE

5. OPENPYXL — MIT License

Copyright (c) 2010-2026 Eric Gazoni, Charlie Clark

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

6. NUMPY — BSD 3-Clause License

Copyright (c) 2005-2026 NumPy Developers. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice.

2. Redistributions in binary form must reproduce the above copyright notice.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS".

7. MATPLOTLIB — Matplotlib License (BSD-compatible)

Copyright (c) 2012-2026 Matplotlib Development Team. All rights reserved.

Licensed under a BSD-compatible license. Matplotlib only uses BSD compatible code, and its license is based on the PSF license. See: https://matplotlib.org/stable/users/project/license.html

8. PYVISTA — MIT License

Copyright (c) 2017-2026 The PyVista Developers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

9. VTK (Visualization Toolkit) — BSD 3-Clause License

Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen. All rights reserved. Maintained by Kitware, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the BSD 3-Clause conditions are met. See: https://vtk.org/about/#license

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS".

10. REPORTLAB (Open Source) — BSD 3-Clause License

Copyright (c) 2000-2026 ReportLab Inc. All rights reserved.

Licensed under the BSD 3-Clause License. See: https://www.reportlab.com/dev/docs/license/

11. EZDXF — MIT License

Copyright (c) 2011-2026 Manfred Moitzi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

12. QRCODE — BSD License

Copyright (c) 2011-2026 Lincoln Loop

Licensed under the BSD License.

13. REQUESTS — Apache License 2.0

Copyright (c) Kenneth Reitz and contributors.

Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0

14. PHOSPHOR ICONS — MIT License

Copyright (c) 2023 Phosphor Icons

The application's icon set (toolbar, dialogs, status indicators) is rendered from Phosphor Icons SVG data.

Source : https://phosphoricons.com License: https://github.com/phosphor-icons/core/blob/main/LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.

15. HEROICONS — MIT License

Copyright (c) Tailwind Labs, Inc.

Some user-interface icons are rendered from Heroicons v2 outline SVG path data, embedded inline in `ui/widgets/icons.py`.

Source : https://heroicons.com License: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.

16. FONT AWESOME FREE — CC BY 4.0 / SIL OFL 1.1 / MIT

Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)

Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) Code: MIT License (https://opensource.org/licenses/MIT)

Font Awesome Free is free, open source, and GPL friendly. Attribution is required — embedded comments in files serve as attribution.

17. MATERIAL DESIGN ICONS — Apache License 2.0

Copyright (c) 2024 Google LLC

Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at: https://www.apache.org/licenses/LICENSE-2.0

Material Design Icons are available for use in commercial projects. Attribution is appreciated but not required.

18. INTER FONT FAMILY — SIL Open Font License 1.1

Copyright (c) The Inter Project Authors (https://github.com/rsms/inter)

The application's bundled UI font. Licensed under the SIL Open Font License, Version 1.1: https://scripts.sil.org/OFL

19. IEC 60617 ELECTRICAL SYMBOLS

IEC 60617 graphical symbols are standardized by the International Electrotechnical Commission (IEC). The geometric shapes and symbol patterns defined by IEC 60617 are factual technical standards and are not subject to copyright protection. SimulATe implements these symbols as original code drawings — no copyrighted IEC publications are reproduced or distributed.

All trademarks, product names, and company names mentioned in the Software are the property of their respective owners.

© 2026 SimulATe Engineering Software · Akın Türcan
EULA Privacy Policy Third-party Licenses