diff --git a/docs/development/licenses.md b/docs/development/licenses.md index 5479dd2272..b69c34a3e4 100644 --- a/docs/development/licenses.md +++ b/docs/development/licenses.md @@ -192,7 +192,7 @@ See below for a summary of the licenses behind RetroArch and its cores: | PX68k | [kero_src.txt](https://github.com/libretro/px68k-libretro/blob/master/doc/kero_src.txt) | | | | | [QuickNES](../library/quicknes.md) | [GPLv2](https://github.com/kode54/QuickNES/blob/master/COPYING) | | | [Redream (libretro fork)](../library/redream.md) | [GPLv3](https://github.com/libretro/redream/blob/master/LICENSE.txt) | | -| [REminiscence](../library/reminiscence.md) | GPLv3 | | +| [REminiscence](../library/reminiscence.md) | (unclear open-source license) | | | RemoteJoy | [GPLv2](https://github.com/libretro/libretro-remotejoy/blob/master/LICENSE) | | | Remote RetroPad | [MIT](https://github.com/libretro/libretro-samples/blob/master/license) | | | [RVVM](../library/rvvm.md) | [GPLv3](https://github.com/LekKit/RVVM/blob/staging/LICENSE-GPL), [MPLv2.0](https://github.com/LekKit/RVVM/blob/staging/LICENSE-MPL) | | diff --git a/docs/library/reminiscence.md b/docs/library/reminiscence.md index 9b2800a9aa..45f22444a3 100644 --- a/docs/library/reminiscence.md +++ b/docs/library/reminiscence.md @@ -19,7 +19,7 @@ The REminiscence core has been authored by The REminiscence core is licensed under -- GPLv3 +- (unclear open-source license) A summary of the licenses behind RetroArch and its cores can be found [here](../development/licenses.md).