From ac2e56251c2b8460e1a4732af3f57748ebf3f1ac Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 29 Jun 2023 23:14:57 +0300 Subject: [PATCH] Add/fix some license identifiers. Fixes #6 --- data/plugins/official/echo.yaml | 2 +- data/plugins/thirdparty/help.yaml | 2 +- data/plugins/thirdparty/social-media-download.yaml | 2 +- data/plugins/thirdparty/tmdb.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/plugins/official/echo.yaml b/data/plugins/official/echo.yaml index d9b2d55..a3e4882 100644 --- a/data/plugins/official/echo.yaml +++ b/data/plugins/official/echo.yaml @@ -1,6 +1,6 @@ name: echo repo: https://github.com/maubot/echo -license: AGPL-3.0-or-later +license: MIT author: Tulir description: | A bot that echoes pings and other stuff. diff --git a/data/plugins/thirdparty/help.yaml b/data/plugins/thirdparty/help.yaml index 637cc23..8699d04 100644 --- a/data/plugins/thirdparty/help.yaml +++ b/data/plugins/thirdparty/help.yaml @@ -1,6 +1,6 @@ name: help repo: https://git.skeg1.se/vondassendorf/maubot_mauhelp -license: +license: MIT author: Johan Christoffersson description: A plugin to add a `!help` command to maubot. Returns all built-in help commands for all plugins loaded in the client instance. public_instances: [] diff --git a/data/plugins/thirdparty/social-media-download.yaml b/data/plugins/thirdparty/social-media-download.yaml index 8196629..11009be 100644 --- a/data/plugins/thirdparty/social-media-download.yaml +++ b/data/plugins/thirdparty/social-media-download.yaml @@ -1,6 +1,6 @@ name: social-media-download repo: https://github.com/ggogel/SocialMediaDownloadMaubot -license: +license: MIT author: Gerrit Gogel description: A bot that that downloads content from various social media websites given a link. antifeatures: diff --git a/data/plugins/thirdparty/tmdb.yaml b/data/plugins/thirdparty/tmdb.yaml index 3c1f1c8..a697957 100644 --- a/data/plugins/thirdparty/tmdb.yaml +++ b/data/plugins/thirdparty/tmdb.yaml @@ -1,6 +1,6 @@ name: tmdb repo: https://codeberg.org/lomion/tmdb-bot -license: AGPL-3.0-or-later +license: AGPL-3.0-only author: lomion description: A bot that posts information about movies fetched from TheMovieDB.org. public_instances: []