From 2b2d95b694f43334198dbb01e6f8b08b914b6484 Mon Sep 17 00:00:00 2001 From: svonava Date: Fri, 24 Apr 2026 19:17:21 -0700 Subject: [PATCH] data: standardize AGPL-3.0 license labels; simplify Redis tri-license value Redis was rendering as one long sentence in the comparison table. Reduce to the two OSS-relevant options. Schema's stringWithSource doesn't allow arrays, so a delimiter-separated string is the closest fit (mirrors how MongoDB lists SSPLv1). Also align Nuclia DB (AGPLv3 -> AGPL-3.0) and ParadeDB (AGPL-3.0 Licence -> AGPL-3.0) to the same label. --- docs/tools/vdb_table/data/nucliadb.json | 2 +- docs/tools/vdb_table/data/paradedb.json | 2 +- docs/tools/vdb_table/data/redis.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/vdb_table/data/nucliadb.json b/docs/tools/vdb_table/data/nucliadb.json index d342fb56..63901c42 100644 --- a/docs/tools/vdb_table/data/nucliadb.json +++ b/docs/tools/vdb_table/data/nucliadb.json @@ -14,7 +14,7 @@ "comment": "https://github.com/nuclia/nucliadb" }, "license": { - "value": "AGPLv3", + "value": "AGPL-3.0", "source_url": "", "comment": "" }, diff --git a/docs/tools/vdb_table/data/paradedb.json b/docs/tools/vdb_table/data/paradedb.json index aa4f3966..4cdd6a36 100644 --- a/docs/tools/vdb_table/data/paradedb.json +++ b/docs/tools/vdb_table/data/paradedb.json @@ -14,7 +14,7 @@ "comment": "" }, "license": { - "value": "AGPL-3.0 Licence", + "value": "AGPL-3.0", "source_url": "https://github.com/paradedb/paradedb/blob/dev/LICENSE", "comment": "" }, diff --git a/docs/tools/vdb_table/data/redis.json b/docs/tools/vdb_table/data/redis.json index 7be1a09b..810fa7f8 100644 --- a/docs/tools/vdb_table/data/redis.json +++ b/docs/tools/vdb_table/data/redis.json @@ -14,7 +14,7 @@ "comment": "Starting with Redis 8.0, both Redis and its vector search functionality are fully open source, with vector search integrated natively into Redis instead of provided as a separate RediSearch library." }, "license": { - "value": "(i) Redis Source Available License 2.0 (RSALv2) or (ii) the Server Side Public License v1 (SSPLv1) or (iii) the GNU Affero General Public License v3 (AGPLv3)", + "value": "AGPL-3.0 / SSPLv1", "source_url": "https://redis.io/legal/licenses/", "comment": "Starting with Redis 8, Redis Open Source is moving to a tri-licensing model with all new Redis code contributions governed by the updated Redis Software Grant and Contributor License Agreement. After this release, contributions are subject to your choice 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)." },