From 6825082475f2e12fe57d3a6c11069647d993d367 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 18 Dec 2022 17:14:34 -0600 Subject: [PATCH] README: clean up copyright, move sounds licenses to a separate file --- README.md | 7 +++---- app/assets/sounds/LICENSE.md | 6 ++++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 app/assets/sounds/LICENSE.md diff --git a/README.md b/README.md index aa9ddd410..9d73caf06 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/assets/sounds/LICENSE.md b/app/assets/sounds/LICENSE.md new file mode 100644 index 000000000..42d569b40 --- /dev/null +++ b/app/assets/sounds/LICENSE.md @@ -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/).