git: 29f3c4934f47 - main - databases/redis-devel: Update license information

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Fri, 02 May 2025 13:09:49 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29f3c4934f4714f6dbf3ff75c3f5373efd6e1c64

commit 29f3c4934f4714f6dbf3ff75c3f5373efd6e1c64
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2025-05-02 12:51:11 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2025-05-02 13:09:08 +0000

    databases/redis-devel: Update license information
    
    As of May 1 2025 redis is distributed under triple license of (a) the
    Redis Source Available License v2 (RSALv2) or (b) the Server Side
    Public License v1 (SSPLv1) or (c) the GNU Affero General Public
    License v3 (AGPLv3).
---
 databases/redis-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 7093959b1a1e..1e3f2e0116ad 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -7,7 +7,7 @@ MAINTAINER=	yasu@FreeBSD.org
 COMMENT=	Persistent key-value database with built-in net interface
 WWW=		https://redis.io/
 
-LICENSE=	RSALv2 SSPLv1
+LICENSE=	AGPLv3 RSALv2 SSPLv1
 LICENSE_COMB=	dual
 LICENSE_NAME_RSALv2=	Redis Source Available License v2
 LICENSE_NAME_SSPLv1=	Server Side Public License v1