Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 2.46 KB

File metadata and controls

46 lines (34 loc) · 2.46 KB

CommonLibSSE

C++23 Platform License: GPL-3.0-or-later Main CI

Build Dependencies

End User Dependencies

Development

Notes

  • CommonLib is incompatible with SKSE and is intended to replace it as a static dependency. However, you will still need the runtime component.

License

GPL-3.0-or-later WITH Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source). Specifically, the Modded Code includes:

The Modding Libraries include:

Important

This is a breaking change from the previous MIT license. The Modding Exception only covers interoperation with Skyrim itself and proprietary hardware SDKs (like DLSS/Streamline or FSR3) that neither we nor plugin authors have the right to relicense -- it does not cover plugin/mod code. A plugin that statically links CommonLibSSE forms a combined work with it and must itself be licensed under the GPL-3.0-or-later (or a GPL-compatible license); see EXCEPTIONS.md for the exact terms.

Originally based on code under MIT.