From 28938462d69c523d655c32135c0c9b4660ca2bdc Mon Sep 17 00:00:00 2001 From: DoubleGate Date: Sun, 16 Aug 2026 00:14:43 -0400 Subject: [PATCH] Correct the RustyNES core license (MIT/Apache -> GPL-3.0-or-later) RustyNES relicensed in its v2.2.9 release (2026-08-04). This page predates that change and still lists the old terms. --- docs/library/rustynes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/rustynes.md b/docs/library/rustynes.md index 9ce8613c3f..58f3d1c045 100644 --- a/docs/library/rustynes.md +++ b/docs/library/rustynes.md @@ -14,7 +14,7 @@ The RustyNES core has been authored by The RustyNES core is licensed under -- MIT OR Apache-2.0 +- GPL-3.0-or-later A summary of the licenses behind RetroArch and its cores can be found [here](../development/licenses.md).