You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

kpreid comments on The Fundamental Question - Rationality computer game design - Less Wrong Discussion

41 Post author: Kaj_Sotala 13 February 2013 01:45PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (68)

You are viewing a single comment's thread. Show more comments above.

Comment author: Kaj_Sotala 14 February 2013 02:45:43PM 4 points [-]

The obligatory copyright stuff

With any project with multiple contributors, it's best to get some clarity on the copyright status of the contributions right from the start, especially if we have hopes of this becoming popular at some point...

Since it's the clearest and safest to explicitly assign all the copyrights to a single legal person, and it would be a bit of a hassle at this point to set up a separate legal entity that one could assign them to, I'm guessing that it would be the easiest if they were assigned to me? So that people wouldn't feel threatened about how their work might be used, the assignment would be on the condition that the work be licensed under an appropriate free license. (As explained e.g. here.)

The GPL is a nice license for code, but not necessarily for fiction - if someone wanted to write a novel based on the events of the game, for example, applying the GPL to that would get a bit weird. On the other hand, something like CreativeCommons-Attribution-ShareAlike is good for fiction, but not so much for code.

So maybe combine the two. I asked about this on my Facebook and Google Plus feeds, and the comments in those places are somewhat split between dual-licensing the whole project with both GPL and CC-BY-SA, or licensing the code with GPL and the art and writing with CC-BY-SA. I don't really know which option would be better, myself, or whether it really even matters. Thoughts?

Comment author: kpreid 16 February 2013 05:50:55AM 2 points [-]

I am unlikely to contribute to this project, so this is just the bikeshed peanut gallery, but:

Please use MIT or BSD for code, rather than GPL, unless you specifically value the restrictions on reuse placed by the GPL. (And if the latter is the case, I ask you: what advantage do you gain in this scenario from people not using your code?)