Skip to content

Commit

Permalink
Use SPDX identifiers for licenses (#2605)
Browse files Browse the repository at this point in the history
For licenses in the GPL family: when there was no reason to assume
-or-later I used -only. Of course, when -or-later was stated in the
source code or documentation, I used it:

Chatty
https://gitlab.gnome.org/World/Chatty/-/blob/1bf14775c548d7d54ac0154322c7a70f3c285504/src/chatty-application.c#L5-L8
  • Loading branch information
leoheitmannruiz authored Jan 17, 2025
1 parent 7b195a7 commit 7c55693
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion content/ecosystem/clients/chatty.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "chatty"
[extra]
thumbnail = "chatty.svg"
maintainer = ""
licence = "GNU GPLv3"
licence = "GPL-3.0-or-later"
language = "C"
latest_release = "2024-07-07"
maturity = "beta"
Expand Down
2 changes: 1 addition & 1 deletion content/ecosystem/clients/chooj.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "chooj"
[extra]
thumbnail = "https://chooj.app/screenshot.png"
maintainer = "Farooq Karimi Zadeh"
licence = "GPL-3.0"
licence = "GPL-3.0-only"
language = "Typescript"
latest_release = "2024-10-05"
maturity = "Alpha"
Expand Down
2 changes: 1 addition & 1 deletion content/ecosystem/clients/cinny.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Cinny"
[extra]
thumbnail = "cinny.svg"
maintainer = "Ajay Bura"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
language = "Javascript"
latest_release = "2023-02-20"
maturity = "Stable"
Expand Down
2 changes: 1 addition & 1 deletion content/ecosystem/clients/commet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Commet"
[extra]
thumbnail = "commet.svg"
maintainer = "Airyz"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
language = "Dart"
latest_release = "2024-05-10"
maturity = "Alpha"
Expand Down
2 changes: 1 addition & 1 deletion content/ecosystem/clients/syphon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Syphon"
[extra]
thumbnail = "syphon.svg"
maintainer = "Syphon Org"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
language = "Dart"
latest_release = ""
maturity = "Obsolete"
Expand Down
12 changes: 6 additions & 6 deletions content/ecosystem/sdks/sdks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ name = "Matrix Dart SDK"
maintainer = "Famedly GmbH"
maturity = "Stable"
language = "Dart"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
repository = "https://github.com/famedly/matrix-dart-sdk"
purpose = ["client"]
featured_in = []
Expand Down Expand Up @@ -229,7 +229,7 @@ name = "Matrix-ClientServer-API-java"
maintainer = "Jojii"
maturity = "Beta"
language = "Java"
licence = "Unknown"
licence = "GPL-3.0-only"
repository = "https://github.com/JojiiOfficial/Matrix-ClientServer-API-java"
purpose = ["client", "bot"]
featured_in = []
Expand Down Expand Up @@ -285,7 +285,7 @@ name = "Matrix::Client"
maintainer = "matiaslina"
maturity = "Obsolete"
language = "Raku"
licence = "Artistic2"
licence = "Artistic-2.0"
repository = "https://github.com/matiaslina/perl6-matrix-client"
purpose = []
featured_in = []
Expand Down Expand Up @@ -384,7 +384,7 @@ name = "Trixnity Messenger"
maintainer = "connect2x GmbH"
maturity = "Beta"
language = "Kotlin"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
repository = "https://gitlab.com/connect2x/trixnity-messenger"
purpose = ["client"]
featured_in = []
Expand Down Expand Up @@ -588,7 +588,7 @@ name = "Rory&::LibMatrix"
maintainer = "Rory& and other contributors"
maturity = "Beta"
language = "C#"
licence = "AGPL-3.0"
licence = "AGPL-3.0-only"
repository = "https://cgit.rory.gay/matrix/LibMatrix.git"
purpose = ["client", "bot", "bridge"]
featured_in = ["client", "bot", "bridge"]
Expand All @@ -614,7 +614,7 @@ name = "mxbt"
maintainer = "kulebyaka"
maturity = "Beta"
language = "Python"
licence = "GPL-3.0"
licence = "GPL-3.0-only"
repository = "https://codeberg.org/librehub/mxbt"
purpose = ["bot"]
featured_in = ["bot"]
Expand Down
2 changes: 1 addition & 1 deletion content/ecosystem/servers/servers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ description = "Ligase is a Cloud-native Matrix home server written in Golang."
author = "Finogeeks team"
maturity = "Obsolete"
language = "Go"
licence = "AGPLv3"
licence = "AGPL-3.0-only"
repository = "https://github.com/finogeeks/Ligase"

[[servers]]
Expand Down

0 comments on commit 7c55693

Please sign in to comment.