The HyperSonic Games Open Source License (HSG-OSL) is a permissive license designed for HyperSonic Games projects and their modding communities. It allows anyone to freely use, modify, and distribute the software, while ensuring that mods are open source, credited properly, and clearly identified.
LICENSE.txt– Full legal text of the HSG-OSL license.header.txt– Short, ready-to-use header for source files and mods.
-
The software is free of charge.
-
Any mods or derivative works must:
- Be released under an OSI-approved open source license.
- Clearly indicate they are a modification of the original project.
- Credit HyperSonic Games and specify how the mod is affiliated with the project.
-
If a fix or improvement from a mod is merged into the main project, it must be credited in the following format:
// Fix by: [MODDER NAME] // Description: Brief description of the fix or improvement code -
HyperSonic Games does not provide warranty or support for mods, nor is responsible for their quality or functionality.
-
HyperSonic Games may acknowledge, merge, or use improvements from mods, giving credit as described above.
- For a project: Copy
LICENSE.txtinto the root of your repository. - For source files: Include the short header from
header.txtat the top of your main files or modules. - For modders: Follow the rules in the header and examples to properly credit your fixes and contributions.
// Fix by: JaneDoe
// Description: Corrects player collision bug
player.pos.x += collision_offset;
- This license applies to both the main project/game and any mods made for it.
- All contributions must follow the above crediting rules to ensure proper acknowledgment.