← Back to context

Comment by OJFord

2 years ago

I'm not going to go looking for them, but the impression I get of the sort of copycatters described is that they really won't care what the licence is, if the source is available they'll be there anyway - the blog post will just be complaining that it's against the terms of the licence (and probably not pursuing legal action) instead.

I don't think it really matters. These things will exist, anyone who matters will realise they're not legit. They won't make significant sales (without significant added value) it won't detract from your reputation; etc.

In fact, they already don't care. MIT requires attribution, and the author mentions in the article that "With noted exception, they don't credit me as the author or provide any sort of link back."

  • MIT doesn't require public attribution on the user's website. Here's what it requires:

    > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    If you leave the MIT license anywhere in your server alongside the licensed code, with no public access, you are complying.

    • IANAL, but that doesn't sound right. A "copy" would be internet visible code repository. If it doesn't contain the LICENSE file (assuming that's what OP has) it's in violation of that rule in my opinion.

      1 reply →

  • Yeah that's my point, they're doing it because they can (literally can, as in the source is available) not because the licence allows them to.

If they were actually violating the license, it'd be pretty easy and cheap to send DMCA takedowns to search engines, wouldn't it? (And possibly also whoever's hosting the copycat pages.)

  • It looks they are not violating anything though.

    • That's why he is regretting the use of the MIT license. He wonders, now, if having chosen a less permissive license would have given him grounds to shut them down, because they would be in violation.

      2 replies →

I get your point, but i guess it’s sadder to see people complying with the license terms in an assholish manner than see people completely breaching the terms of the license.

  • But I suppose I'm saying I don't think they have that arseholish manner - they are simply replicating it because it is available.

    I.e. if you don't like it the solution is not AGPL or source available but no reuse allowrd or whatever, it's closed source.

    • The author spells out that they absolutely don't want it closed source. They do want the common requirements of copyleft licences, so it seems that the solution is one of those.

      The author also thinks the people they're upset about are jerks, even though they fully acknowledge they have the right to be. They're fairly clear about that. And even if they continued to be jerks, the author would be happier if the license they had chosen required them to be slightly less jerkish.

      1 reply →

    • Exactly. If you don't agree with the OSS terms, don't license your code with an OSS license. OSS is not the default answer because there's no default answer. You have to think about what you want to achieve and license accordingly. Even then, there will be bad actors who don't care about you suing them, that will happen with any license (OSS or not).

      It pains me to say this because I started in a proprietary software world early in my career and I hate it for 99% of the use cases but... proprietary licenses do have a place.