Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: captain-custard on February 17, 2009, 02:18:29 am
-
just a quick one
what is the definition of the FSopen is it gpl or something else?
thanks
-
It's a special somewhat restrictive license, it's not FOSS. That's one reason we can't use GPL code with it, maybe LGPL but that'd be about it. I don't know where to find the actual license to show you, maybe someone else can post a link.
-
Well the GPL bit can be worked out from the header at the top of all the released code.
/*
* Copyright (C) Volition, Inc. 1999. All rights reserved.
*
* All source code herein is the property of Volition, Inc. You may not sell
* or otherwise commercially exploit the source or things you created based on the
* source.
*
*/
That is a direct contradiction to GPL's licence which states that anything using GPL can not have a more restrictive license than GPL.
-
Also, it is understood that we have the ability to use LGPL code in FSO, but not release FSO itself as LGPL (or GPL for that matter).
-
thanks everyone...
as i understand the fs/fsopen is not gpl
but the total conversions based on the engine are?(taken into consideration that they are fairly useless without the engine)
is this correct?
and what status do the mods have that still use fs ships etc?
once again thanks
-
thanks everyone...
as i understand the fs/fsopen is not gpl
but the total conversions based on the engine are?(taken into consideration that they are fairly useless without the engine)
is this correct?
and what status do the mods have that still use fs ships etc?
once again thanks
The total conversion that use the engine aren't gpl either.
-
The engine itself is free to distribute, and if you make a total conversion you can distribute it for free as a standalone, but not under the GPL or the MIT license or anything like them. The difference between a TC is that you don't need the FS2 retail data to play it, which we've stopped distributing through HLP now that it can be purchased for $6 from GOG.