2023-07-12 07:45:28 +09:00
Unless specified otherwise, the entirety of this repository is subject to the following:
Copyright © 2014-2023 syuilo and contributors
Copyright © 2022-2023 Kainoa Kanter and contributors
2023-11-07 08:09:27 +09:00
Copyright © 2023-2023 The Iceshrimp contributors
2020-02-02 06:11:14 +09:00
And is distributed under The GNU Affero General Public License Version 3, you should have received a copy of the license file as LICENSE.
2023-07-12 07:45:28 +09:00
---
2020-02-02 06:11:14 +09:00
2023-07-12 07:45:28 +09:00
These specific configuration directories:
2020-02-02 06:11:14 +09:00
2023-07-12 07:45:28 +09:00
- .config/
- custom/assets/
and their contents are
2023-11-07 08:09:27 +09:00
Copyright © 2023 The Iceshrimp contributors
2023-07-12 07:45:28 +09:00
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-08-21 23:14:53 +09:00
Iceshrimp includes several third-party open-source softwares and software libraries.
2020-05-09 08:21:42 +09:00
RsaSignature2017 implementation by Transmute Industries Inc
License: MIT
https://github.com/transmute-industries/RsaSignature2017/blob/master/LICENSE
2022-07-07 21:06:37 +09:00
2023-07-12 07:45:28 +09:00
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:
2023-11-07 08:09:27 +09:00
`yarn -R info --manifest`