Skip to content

Releases: abduelhamit/Crea-Mod-Manager

Last Commit Before Wipe

17 May 07:47
Compare
Choose a tag to compare
Pre-release

I'll wipe most of the stuff and rewrite them from scratch. This "release" is just a backup of a non-working state.

Important Update

03 May 13:33
Compare
Choose a tag to compare
Important Update Pre-release
Pre-release

There was a little but important detail which I overlooked: Qt is distributed under the LGPL, but PyQt under the GPL.

This means that every file which imports PyQt directly or indirectly have to be distributed under the GPL. This is against my goal to offer CMM and CMF format for everyone easily.

To solve this issue CMM is split in two parts:
The core module contains all the functionality you need to make CMM work. It is free from PyQt and doesn't contain a human interface. This is distributed under the zlib license.
CMM contains the core module and is more or less a GUI for it. This GUI is achieved with PyQt so it's distributed under the GPL.

If you want to integrate CMM features into your software, please use only the core module unless your software is distributed under the GPL, too.


And I'm glad about the big interest about this project. I never thought that other people want to contribute at such an early stage.

Thank You.