From 3315be435085a923bf1ff2f3f1f16a9af3c64d47 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 6 Mar 2024 19:11:11 +0600 Subject: [PATCH] readme: added more info about usage of branding and license --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f542a69..f721071 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,23 @@ cobalt is ***NOT*** a piracy tool and cannot be used as such. it can only downlo cobalt is my passion project, update schedule depends solely on my free time, motivation, and mood. don't expect any consistency in update releases. -## cobalt licenses +## cobalt license cobalt code is licensed under [AGPL-3.0](https://github.com/wukko/cobalt/blob/current/LICENSE). -update banners and various assets of cobalt branding included within the repo are *not* covered by the AGPL-3.0 license and cannot be used using same terms. +cobalt branding, mascots, and other related assets included in the repo are ***copyrighted*** and not covered by the AGPL-3.0 license. you ***cannot*** use them under same terms. + +you are allowed to host an ***unmodified*** instance of cobalt with branding, but this ***does not*** give you permission to use it anywhere else, or make derivatives of it in any way. + +### notes: +- mascots and other assets are a part of the branding. + +- when making an alternative version of the project, please replace or remove all branding (including the name). + +- you **must** link the original repo when using any parts of code (such as using separate processing modules in your project) or forking the project. + +- if you make a modified version of cobalt, the codebase **must** be published under the same license (according to AGPL-3.0). ## 3rd party licenses -[Fluent Emoji by Microsoft](https://github.com/microsoft/fluentui-emoji) (used in cobalt) is under [MIT](https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE) license. - -[Noto Sans Mono](https://fonts.google.com/noto/specimen/Noto+Sans+Mono/) fonts (used in cobalt) are licensed under the [OFL](https://fonts.google.com/noto/specimen/Noto+Sans+Mono/about) license. - -many update banners were taken from [tenor.com](https://tenor.com/). \ No newline at end of file +- [Fluent Emoji by Microsoft](https://github.com/microsoft/fluentui-emoji) (used in cobalt) is under [MIT](https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE) license. +- [Noto Sans Mono](https://fonts.google.com/noto/specimen/Noto+Sans+Mono/) fonts (used in cobalt) are licensed under the [OFL](https://fonts.google.com/noto/specimen/Noto+Sans+Mono/about) license. +- many update banners were taken from [tenor.com](https://tenor.com/).