Most active commenters

    ←back to thread

    238 points solcloud | 16 comments | | HN request time: 0.001s | source | bottom
    Show context
    josephcsible ◴[] No.41916141[source]
    Can you add a license file?
    replies(1): >>41916703 #
    solcloud ◴[] No.41916703[source]
    I guess I can, but I am not a lawyer and I don't really want to go on date with Gaben and his lawyers (date with Gabe, gooseman and Jess is ok for me), but if you have any suggestions please share
    replies(4): >>41916709 #>>41916908 #>>41917805 #>>41918333 #
    1. solcloud ◴[] No.41916709[source]
    source code is all written from scratch and it is free for anybody
    replies(3): >>41916909 #>>41917062 #>>41917184 #
    2. JTyQZSnP3cQGa8B ◴[] No.41916909[source]
    That’s not a valid license. Without a file or statement in the repository, I guess it’s a proprietary piece of software that people cannot legally fork.
    replies(1): >>41920151 #
    3. sqeaky ◴[] No.41917062[source]
    So this code is free!?

    So I can take it and reuse it exactly as is and claim it's my own and sell it on Steam for $60 a pop?

    So I can take it and use your name that is surely somewhere in the code and fill it with swastikas and hate speech and say that this represents your views?

    Or more reasonably since I don't see a license this is copy written reserving All Rights and anything said here is just a trap you're just waiting for me to do something cool with it then hit me with a lawsuit and take my money, right?

    But more seriously head over to the open source initiative read up on a couple of licenses and pick one. Almost any license will prevent people from using your name but let other people use the code if that's a thing you want.

    If you just want to protect your name and let people use the code for whatever even making money consider an MIT or BSD Style license.

    If you want (to protect your name and for) other people to be able to use the code but need to share their changes consider a GPL style license. This will complicate other people making money but doesn't strictly prohibit it.

    If you don't want (the previous stuff and for) other people to be able to prevent people from selling it you might want to use something like a Creative Commons non-commercial license, I won't be perfect but there are flowcharts you can follow to figure out which license works for you.

    replies(2): >>41917341 #>>41919667 #
    4. kurisufag ◴[] No.41917184[source]
    this may be what you're looking for

    http://www.wtfpl.net/about/

    replies(1): >>41917625 #
    5. airstrike ◴[] No.41917341[source]
    > So I can take it and use your name that is surely somewhere in the code and fill it with swastikas and hate speech and say that this represents your views?

    That has nothing to do with the game being free. If you dedicate source code to public domain and someone slaps swastikas on it, it doesn't represent OP's views all of a sudden

    replies(1): >>41921862 #
    6. wyldfire ◴[] No.41917625[source]
    Don't use that license, use something similar like MIT, BSD or Apache instead.
    replies(2): >>41917987 #>>41918264 #
    7. kurisufag ◴[] No.41917987{3}[source]
    would you mind pointing out why?

    those are very dissimilar licenses in the sense that wtfpl is basically a cute way of putting something into the public domain, while MIT et. al. do actually have (albeit minor and reasonable) restrictions on the conduct of people using the code.

    replies(2): >>41918662 #>>41919459 #
    8. dokyun ◴[] No.41918264{3}[source]
    WTFPL is a fine license. It's even FSF approved.
    replies(1): >>41918502 #
    9. josephcsible ◴[] No.41918502{4}[source]
    The FSF certifies that it's a free software license that's compatible with the GPL, but they recommend against using it: https://www.gnu.org/licenses/license-list.en.html#WTFPL
    10. poizan42 ◴[] No.41918662{4}[source]
    There is no disclaimer of liability and implied warranty. You may be on the hook for damages if someone uses your code under the WTFPL and there is a bug that causes them to lose money.
    11. leni536 ◴[] No.41919459{4}[source]
    You can use zero-clause BSD[1] or MIT no-attribution[2].

    [1] https://opensource.org/license/0bsd

    [2] https://opensource.org/license/mit-0

    12. dankwizard ◴[] No.41919667[source]
    You've never worked in open source and it shows
    13. droideqa ◴[] No.41920151[source]
    It is public domain if there is no license.
    replies(1): >>41920229 #
    14. recursive ◴[] No.41920229{3}[source]
    That is not true.
    replies(1): >>41920383 #
    15. droideqa ◴[] No.41920383{4}[source]
    I checked; you are right.
    16. sqeaky ◴[] No.41921862{3}[source]
    It was hyperbole, exaggeration for inflated effect, unlikely but within the realm of technically poossible.

    More likely people just won't use it without a license.