firefish/COPYING

61 lines
1.9 KiB
Plaintext
Raw Normal View History

Unless specified otherwise, the entirety of this repository is subject to the following:
Copyright (c) 2014-2023 syuilo and contributors
Copyright (c) 2022-2023 Kainoa Kanter and contributors
Copyright (c) 2024 Firefish contributors
And is distributed under The GNU Affero General Public License Version 3, you should have received a copy of the license file as LICENSE.
---
The packages/macro-rs directory and their contents are
Copyright (c) 2024 Firefish contributors
And are distributed under either of The Apache Licence, Version 2.0
or The MIT License at your option. See these files for details:
- packages/macro-rs/LICENSE-MIT
- packages/macro-rs/LICENSE-APACHE
---
The packages/firefish-js directory and their contents are
Copyright (c) 2021-2022 syuilo and contributors
Copyright (c) 2022-2023 Kainoa Kanter and contributors
Copyright (c) 2024 Firefish contributors
And are distributed under The MIT License.
See packages/firefish-js/LICENSE for details.
---
These specific configuration directories:
- .config/
- custom/
and their contents are
Copyright (c) 2022-2023 Kainoa Kanter and contributors
Copyright (c) 2024 Firefish contributors
And are distributed under The Apache License, Version 2.0, you should have received a copy of the license file as LICENSE in each specified directory.
---
2023-07-15 21:21:17 +00:00
Firefish includes several third-party open-source softwares and software libraries.
RsaSignature2017 implementation by Transmute Industries Inc
License: MIT
https://github.com/transmute-industries/RsaSignature2017/blob/master/LICENSE
2023-09-22 03:48:54 +00:00
Chiptune2.js by Simon Gündling
License: MIT
https://github.com/deskjet/chiptune2.js#license
bb8-redis by Kyle Huey
License: MIT
https://github.com/djc/bb8/blob/62597aa45ac1746780b08cb6a68cf7d65452a23a/LICENSE
Licenses for all softwares and software libraries installed via the Node Package Manager ("npm") can be found by running the following shell command in the root directory of this repository:
pnpm licenses list