From ec0bee3afd94adc109f956b8f83ba6215b8f22ad Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Wed, 6 Sep 2023 22:32:57 -0700 Subject: [PATCH] docs: add credits to commonlibsse and MIT --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7de92dff..2bf743b6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,18 @@ CommonLib is incompatible with SFSE and is intended to replace it as a static de ## License -[GPL-3.0-or-later](COPYING) WITH [Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source)](EXCEPTIONS). +[GPL-3.0-or-later][LICENSE] WITH [Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source)](EXCEPTIONS). -Specifically, the **Modded Code** is Starfield (and its variants) and **Modding Libraries** include [SFSE](https://sfse.silverlock.org/) ([GitHub link](https://github.com/ianpatt/sfse)). \ No newline at end of file +Specifically, the **Modded Code** is Starfield (and its variants) and **Modding Libraries** include [SFSE](https://sfse.silverlock.org/) ([GitHub link](https://github.com/ianpatt/sfse)). + +For additional information on GPL licenses, see the [FSF FAQ](https://www.gnu.org/licenses/gpl-faq.en.html) + +## Credits + +This is based on [CommonLibSSE][CommonlibSSE] started by [Ryan-rsm-McKenzie](https://github.com/Ryan-rsm-McKenzie) under a [MIT License][Commonlib_MIT]. Without him putting that together, much of the joint Bethesda RE scene would be drastically different. The MIT License is kept for historical purposes only and the [GPL](#license) controls. To the extent you want the [MIT licensed code][Commonlib_MIT], please reference [CommonlibSSE and forks][CommonlibSSE]. + +--- + +[Commonlib_MIT]: /CommonLibSF/LICENSES/COMMONLIB +[LICENSE]: COPYING +[CommonlibSSE]: https://github.com/Ryan-rsm-McKenzie/CommonLibSSE