opynsim
Copyright 2026 Adam Kewley
License: Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

This product includes software developed by third parties, listed
below. All third-party code is under a permissive license and
is incorporated either as libraries (i.e. unmodified and linked), or as
source code forks (i.e. copied and modified within this codebase).

Eigen
-----

- https://gitlab.com/libeigen/eigen
- Version: 5.0.1
- License: Mozilla Public License Version 2.0
- Copyright jointly owned by many developers

mdspan
------

- https://github.com/kokkos/mdspan
- Version: TODO
- License: Apache License v2.0 with LLVM Exceptions
- Copyright (2022) National Technology & Engineering Solutions of Sandia, LLC (NTESS)

nanobind
--------

- https://github.com/wjakob/nanobind
- Version: TODO
- License: BSD 3-Clause "New" or "Revised" License
- Copyright (c) 2022 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.

OpenBLAS
--------

- https://github.com/OpenMathLib/OpenBLAS
- Version: TODO
- License: BSD 3-Clause "New" or "Revised" License
- Copyright (c) 2011-2014, The OpenBLAS Project

robin-map
---------

- https://github.com/Tessil/robin-map
- Version: TODO
- License: MIT License
- Copyright (c) 2017 Thibaut Goetghebuer-Planchon <tessil@gmx.com>

spdlog
------

- https://github.com/gabime/spdlog
- Version: TODO
- License: The MIT License (MIT)
- Copyright (c) 2016 - present, Gabi Melman and spdlog contributors.

glad
----

- https://github.com/Dav1dde/glad
- The `glad` code was generated via https://glad.dav1d.de/ . It can be any of
  public domain, WTFPL, or CC0 license. The headers also contain code from
  Khronos, which is Apache 2.0 licensed.
- Author: David Herberth <github@dav1d.de>

googletest
----------

- https://github.com/google/googletest
- Licensed under the BSD 3-Clause "New" or "Revised" License
- Copyright 2008, Google Inc.

imgui
-----

- https://github.com/ocornut/imgui
- Licensed under the MIT license
- Copyright (c) 2014-2024 Omar Cornut

ImGuizmo
--------

- https://github.com/CedricGuillemet/ImGuizmo
- Licensed under the MIT license
- Copyright (c) 2016 Cedric Guillemet
- Copied and pasted into liboscar, then modified

ImPlot
------

- https://github.com/epezent/implot
- Licensed under the MIT license
- Copyright (c) 2020 Evan Pezent

lunasvg
-------

- https://github.com/sammycage/lunasvg
- Licensed under the MIT license
- Copyright (c) 2020-2024 Samuel Ugochukwu <sammycageagle@gmail.com>

SDL
---

- https://github.com/libsdl-org/SDL
- Licensed under the zlib license
- Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>

stb
---

- https://github.com/nothings/stb
- Licensed under the MIT license
- Copyright (c) 2017 Sean Barrett

tomlplusplus
------------

- https://github.com/marzer/tomlplusplus
- Licensed under the MIT license
- Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>

unordered_dense
---------------

- https://github.com/martinus/unordered_dense
- Licensed under the MIT license
- Copyright (c) 2022 Martin Leitner-Ankerl
