Possible conflict between License and Copyright files April 07, 2009, 02:53:27 pm When you download a copy of Simutrans binary, it includes two text files: the project license and the copyright. I guess the first one is more updated than the second, but there may be a conflict. This is what copyright file say about modifying Simutrans:QuoteSimutrans may not be sold or modified in any way withoutwritten permission by the author.The original author: Hansjoerg Malthaner D 70563 Stuttgart (Germany) Fuggerstr. 1The source code from the program is available under the Artistic Licence.Download the source from https://sourceforge.net/projects/simutrans orfind out about our svn in the forum.However the license (Artistic License v1.0) says about modifying Simutrans:Quote3. You may otherwise modify your copy of this Package in any way, providedthat you insert a prominent notice in each changed file stating how andwhen you changed that file, and provided that you do at least ONE of thefollowing:Or selling Simutrans:Quote5. You may charge a reasonable copying fee for any distribution of thisPackage. You may charge any fee you choose for support of this Package.You may not charge a fee for this Package itself. However,you may distribute this Package in aggregate with other (possiblycommercial) programs as part of a larger (possibly commercial) softwaredistribution provided that you do not advertise this Package as aproduct of your own.If I'm not wrong, this is not possible, isn't it? I mean, if your project license allows somebody to modify the projects files, as jamespetts is doing with Simutrans-Exp for example, then the copyright should allow you to do at least the same, for not to get in conflict with the license.Obviously, it doesn't mean the copyright is not valid. Hajo is the original author, so he's some rights over the game, the same as Prissi. Imho, we should update the copyright file. I know these issues are boring, but would be good to solve them, in order to avoid possible problems in the future. Quote Selected Last Edit: April 17, 2009, 11:32:58 am by vilvoh
Re: Possible conflict between License and Copyright files Reply #1 – April 07, 2009, 03:59:46 pm Yes, that is a conflict.copyright = who is authorlicense = what you can doI would say removing the first two lines from copyright.txt would fix that. See patch... Quote Selected
Re: Possible conflict between License and Copyright files Reply #2 – April 07, 2009, 04:02:14 pm a patch file!! arghhh, run!! Quote Selected
Re: Possible conflict between License and Copyright files Reply #3 – April 07, 2009, 04:22:42 pm Yes, I just did patch a document.And yes, I deviated from my usual practice of giving these suffix .diff. What can I say, it was done in a hurry Quote Selected
Re: Possible conflict between License and Copyright files Reply #4 – April 07, 2009, 04:31:35 pm Does the statement, "Simutrans may not be sold or modified in any way without written permission by the author." really conflict with the issue of Simutrans under the Artistic Licence? In other words, is the use of the Artistic Licence in connexion with the Simutrans files not precisely the written permission envisaged by the original statement? Quote Selected
Re: Possible conflict between License and Copyright files Reply #5 – April 07, 2009, 05:45:59 pm Hah, yes, that way it indeed does not create any contradiction. But I would prefer something accurate without much thinking... Quote Selected
Re: Possible conflict between License and Copyright files Reply #6 – April 07, 2009, 07:53:49 pm This is there for historic reasons and since we really want to make clear that selling simutrans is not allowed. The artistic licence is not that strong in that aspect.Furthermore, only the SOURCE CODE is available under this artistic licence. The pak (including the translations) is not neccessarily(?) under the same licences. Just imagine we would use commecrial music with the game! Quote Selected
Re: Possible conflict between License and Copyright files Reply #7 – April 07, 2009, 07:56:51 pm Some Paksets are released under the Artistic Licence, aren't they? PakBritain is, I know, and isn't Pak64 also under that licence? Quote Selected
Re: Possible conflict between License and Copyright files Reply #8 – April 07, 2009, 08:42:01 pm Jain, the graphics and dat files (source code) are under artistic licence. Technically the pak files are not neccessarily also under artistic licence, and the config and translations files are probably under unclear licence. But pak128 is clearly closed licences, same for pak.japan (64). Quote Selected
Re: Possible conflict between License and Copyright files Reply #9 – April 07, 2009, 08:57:35 pm The point is, which document has priority? I guess the author may revoque some rights that the license gives. Quote Selected
Re: Possible conflict between License and Copyright files Reply #10 – April 07, 2009, 09:07:02 pm Not after it's been released. Quote Selected
Re: Possible conflict between License and Copyright files Reply #11 – April 07, 2009, 09:23:43 pm Well... to me it seems strange that we would claim something about not allowed unless permitted and then allow that by using the license... but whatever. It's not like these people can't simply ask here and be done with it. Quote Selected
Re: Possible conflict between License and Copyright files Reply #12 – April 08, 2009, 10:19:03 am The author may do as he/she likes. I can write I put it under artistic licence but in addition to clause xyz I explicitely forbid selling of the compiled program unless a written note is given. THis is essentiall the same but with less legalese. Quote Selected
Re: Possible conflict between License and Copyright files Reply #13 – April 08, 2009, 10:24:37 am So seems there's no conflict after all, isn't it? The license may no exceed the rights given by the original author. Quote Selected
Re: Possible conflict between License and Copyright files Reply #14 – April 08, 2009, 01:41:45 pm THis is my understanding. Since for Debian etc. only the source licence matters, it should not affect the inclusion in any distribution, or? Quote Selected
Re: Possible conflict between License and Copyright files Reply #15 – April 08, 2009, 02:19:35 pm I think Simutrans is already included there, and nobody complains about anything related with the license.EDIT: Simutrans package is available in <a href="http://packages.debian.org/lenny/simutrans ">Debian Lenny (stable)[/url], among others, and the file they use to set the package copyright is the project license, a.k.a. Artistic License v1.0. Quote Selected
Re: Possible conflict between License and Copyright files Reply #16 – May 11, 2009, 06:20:13 am "Simutrans may not be sold or modified in any way without written permission by the author."This technically true, but the Artistic License grants the permission from the author, so it's very confusing.It would be a lot clearer if it said "Simutrans may not be sold or modified in any way without written permission by the authors. The authors have already given you some written permissions in the form of the Artistic License (license.txt); please read that."That's got to be what you actually mean (I hope!). You *cannot* add extra restrictions to the Artistic License -- if you do, it isn't the Artistic License any more, and the package would probably be banned from Debian. If you thought you added extra restrictions, you were wrong. Quote Selected