Closed akien-mga closed 8 years ago
Just a note, Wikipedia uses CC-BY-SA 3.0 for text.
Just a note, Wikipedia uses CC-BY-SA 3.0 for text.
It doesn't really matter, as they avoid directly copy-pasting documentation on Wikipedia. So, we can use CC BY-SA 4.0 just fine.
I don't think logos should be freely licensed. Do you want others to call themselves KOBUGDR and bear the logo (instead of a trabi)?
I don't think logos should be freely licensed. Do you want others to call themselves KOBUGDR and bear the logo (instead of a trabi)?
Well I'm positive the logo should not be nonfree. We don't want to include nonfree content in all our games just for the sake of preventing people from reusing it.
Even Godot's logo is CC-BY 3.0: https://github.com/godotengine/godot/blob/master/LOGO_LICENSE.md
Firefox has a nonfree logo, and that's one of the main reasons why there are forks like iceweasel...
uhm... I'm not really familiar with licenses... even though I read them I might still not understand them...-_-
@mamarilmanson ~ I would try to outline Creative Commons licenses below. ( @Calinou Please, correct me if I'm wrong )
(Disclaimer: I'm not a lawyer, so I might mispresent facts in such a way that you don't understand them fully. Also, I might myself not understand what I'm talking of, so please, bear with me.)
Name | Description |
---|---|
CC0 | Public domain, similar to the MIT/expat license for code. You give everybody permissions to reproduce, remix, share, or otherwise cripple your creation, as long as they don't claim it was "all their work". They can still give credit to you if they want, though. |
CC BY | Similar to CC0, but this time other people MUST give you credit, whenever they remix, share, etc. Note that they are free to sell remixes. |
CC BY-SA | Share-alike, quite similar to GPL. This is all of CC BY, but this time others have to share it under the same license. This is what @akien-mga proposes |
CC BY-ND | No derivatives. This is all of CC BY, but this time others can't remix it or build upon it. |
CC BY-NC | Non-commercial. This is all of CC BY, but this time others can't sell it, or otherwise use it to win money. |
CC BY-NC-SA | Non-commercial, Share-alike. This is simply CC BY-SA and CC BY-NC combined. |
CC BY-NC-ND | Non-commercial, No derivatives. This is simply CC BY-SA and CC BY-ND combined. |
That's all of them up-to-date (AFAIK). Also, make sure to check the Creative Commons License Chooser, as it might help you understand them a bit better.
P.S. @akien-mga also said that you might grant the license's
copyright to "KOBUGE-Games and contributors", so that we don't have to bother about this later on
I'm not sure I understood but what my mind tells me is CC BY-NC-ND... what do you think???
Well, non commercial use would forbid, for example YouTube videos with money rent. This is to see
I'm not sure I understood but what my mind tells me is CC BY-NC-ND... what do you think???
I think you didn't understand it. :suspect:
See this page on why NC is bad.
I want my work published in this repo to be CC BY-SA 4.0 or higher, and I would like to see ALL the work published here to use the same license :blush:
I dropped the nonfree logos and updated the README: ab0ff8a
We should add licensing info for the logo and for the style guide (and likely all further documentation that we might add to this repo).
For the logo, we would likely need the license approved by @mamarilmanson as the author (it would be nice that the license hands over the copyright to "KOBUGE-Games and contributors" btw, so that we don't have to bother about this later on). I'd propose CC-BY-SA 4.0, but feel free to propose something else.
For the style guide and potential further documentation, I'd propose CC0.
WDYT?