README: clean up copyright, move sounds licenses to a separate file
This commit is contained in:
parent
c64b7d8ba9
commit
6825082475
2 changed files with 9 additions and 4 deletions
|
@ -73,10 +73,9 @@ One disadvantage of this approach is that it does not help the software spread.
|
|||
|
||||
# License & Credits
|
||||
|
||||
Soapbox is based on [Gab Social](https://code.gab.com/gab/social/gab-social)'s frontend which is in turn based on [Mastodon](https://github.com/tootsuite/mastodon/)'s frontend.
|
||||
|
||||
- `app/assets/sounds/chat.mp3` and `app/assets/sounds/chat.oga` are from [notificationsounds.com](https://notificationsounds.com/notification-sounds/intuition-561), licensed under CC BY 4.0.
|
||||
- `soapbox-screenshot.png` was created using [Vectary 3D](https://help.vectary.com/figma-plugin) with assets licensed under CC0. The resulting file is licensed under CC BY 4.0.
|
||||
© Alex Gleason & other Soapbox contributors
|
||||
© Eugen Rochko & other Mastodon contributors
|
||||
© Gab AI, Inc.
|
||||
|
||||
Soapbox is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as published by
|
||||
|
|
6
app/assets/sounds/LICENSE.md
Normal file
6
app/assets/sounds/LICENSE.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Sound licenses
|
||||
|
||||
- `chat.mp3`
|
||||
- `chat.oga`
|
||||
|
||||
© [notificationsounds.com](https://notificationsounds.com/notification-sounds/intuition-561), licensed under [CC BY 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
Loading…
Reference in a new issue