From 6720524bc1bc7adf453ea0c5c7c8caf2e2c59b7c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 1 Mar 2023 20:05:19 +0100 Subject: [PATCH] fix dragonfly and red eclipse 2 licenses ERROR:awesome_lint.py: DragonFly: license BSD is not listed in the main licenses list ERROR:awesome_lint.py: Red Eclipse 2: license CC-BY-SA is not listed in the main licenses list --- software/dragonfly.yml | 2 +- software/red-eclipse-2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/dragonfly.yml b/software/dragonfly.yml index b33986e7e4..4ff10eb6b5 100644 --- a/software/dragonfly.yml +++ b/software/dragonfly.yml @@ -2,7 +2,7 @@ name: DragonFly website_url: https://github.com/corecode/dma description: A small MTA for home and office use. Works on Linux and FreeBSD. licenses: - - BSD + - BSD-3-Clause platforms: - C tags: diff --git a/software/red-eclipse-2.yml b/software/red-eclipse-2.yml index 1a2de38aed..693e6203f2 100644 --- a/software/red-eclipse-2.yml +++ b/software/red-eclipse-2.yml @@ -4,7 +4,7 @@ description: A FOSS Arena First-Person Shooter Similar to Unreal Tournament. licenses: - Zlib - MIT - - CC-BY-SA + - CC-BY-SA-4.0 platforms: - C - C++