Page 1 of 1
Legal matters for my addon
Posted: 30.08.2009, 23:59
by PlutonianEmpire
How should I handle the legal matter when uploading my modified Apollo addon to The Motherlode, since currently, the ssc file links to the default textures in the default directories, and since I copied Mir, ISS, and Hubble to the Apollo folder (because .ssc definitions in "extras" won't link to the "extras-standard" folder)?
Re: Legal matters for my addon
Posted: 31.08.2009, 11:41
by selden
The inclusion of GNU licensed components results in the requirement that your Addon use the GNU license. Since Celestia uses V2 of the license, you can use either V2 or V3.
See
http://www.gnu.org/copyleft/gpl.htmlI consider it a bug that SSC files cannot reference the Celestia components which are in /extras-standard/
I reported it on SourceForge, but it wouldn't hurt if you were to make a post to the Bugs forum.
Re: Legal matters for my addon
Posted: 03.09.2009, 01:27
by PlutonianEmpire
selden wrote:The inclusion of GNU licensed components results in the requirement that your Addon use the GNU license. Since Celestia uses V2 of the license, you can use either V2 or V3.
See
http://www.gnu.org/copyleft/gpl.htmlI consider it a bug that SSC files cannot reference the Celestia components which are in /extras-standard/
I reported it on SourceForge, but it wouldn't hurt if you were to make a post to the Bugs forum.
If waited and waited for the bug to be fixed, removed the files from the addon, and simply had the ssc file link to the data in "extras-standard", would I still need to use the GNU license?
Re: Legal matters for my addon
Posted: 03.09.2009, 10:12
by selden
So long as your Addon contains only files which you created, then you can use whatever license you want.
Re: Legal matters for my addon
Posted: 27.09.2009, 23:46
by PlutonianEmpire
selden wrote:The inclusion of GNU licensed components results in the requirement that your Addon use the GNU license. Since Celestia uses V2 of the license, you can use either V2 or V3.
See
http://www.gnu.org/copyleft/gpl.html
Is this the same for textures that were made by meshing two default textures together?
Re: Legal matters for my addon
Posted: 28.09.2009, 11:23
by selden
PlutonianEmpire wrote:selden wrote:The inclusion of GNU licensed components results in the requirement that your Addon use the GNU license. Since Celestia uses V2 of the license, you can use either V2 or V3.
See
http://www.gnu.org/copyleft/gpl.html
Is this the same for textures that were made by meshing two default textures together?
GPL V2 section 2 b wrote:b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
My interpretation is this text is that when you mesh two default textures together, you are deriving a work from a part of the program, so that resulting image, and anything that includes it, has to be distributed under the terms of the GNU license. This is commonly called "contamination" and is one of the features of the GNU license that commercial software vendors do NOT like.