# Third-Party Notices

This project uses the third-party software and assets listed below. These
components remain under their respective licenses and are not relicensed under
the Apache License 2.0 that applies to `fact_sim` itself.

## 1. litegraph.js

- Upstream: https://github.com/jagenjo/litegraph.js
- Loaded via CDN:
  - https://cdnjs.cloudflare.com/ajax/libs/litegraph.js/0.7.13/css/litegraph.min.css
  - https://cdnjs.cloudflare.com/ajax/libs/litegraph.js/0.7.13/build/litegraph.min.js
- Bundled copy: `js/vendor/litegraph.min.js`
- License: MIT License

```text
Copyright (C) 2013 by Javi Agenjo

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, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

## 2. lz-string 1.5.0

- Upstream: https://github.com/pieroxy/lz-string
- Bundled file: `js/vendor/lz-string.min.js`
- License: MIT License

```text
MIT License

Copyright (c) 2013 Pieroxy <pieroxy@pieroxy.net>

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, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## 3. Google Fonts

The following font families are loaded from Google Fonts by `css/app.css`:

- Inter
  - Upstream: https://github.com/rsms/inter
  - Copyright 2020 The Inter Project Authors
- JetBrains Mono
  - Upstream: https://github.com/JetBrains/JetBrainsMono
  - Copyright 2020 The JetBrains Mono Project Authors
- Poppins
  - Upstream: https://github.com/itfoundry/Poppins
  - Copyright 2020 The Poppins Project Authors

Each font family is licensed under the SIL Open Font License, Version 1.1.
The complete license text is available from:

- https://openfontlicense.org/open-font-license-official-text/
- https://github.com/google/fonts/blob/main/ofl/inter/OFL.txt
- https://github.com/google/fonts/blob/main/ofl/jetbrainsmono/OFL.txt
- https://github.com/google/fonts/blob/main/ofl/poppins/OFL.txt
