A website has “stolen” my program and reselling it
Hi the website https://www.ektor.io has stolen my entire program https://github.com/instabotai/instabotai/. He is breaking both my old license and my new. He does not credit me or the repo in any place and he has just excluded the license from my program which he sells for $49.
What can i do about this ? I am thinking contacting his host today.
Thanks
44 comments
[ 4.9 ms ] story [ 106 ms ] threadThis example might be helpful. https://github.com/gsantner/memetastic/issues/17
> Try our remote solution:
> http://www.instabotai.com
The contents of this page is just:
> http://www.NOTMAKINGTHISCLICKABLErankbabes.com
I added 'NOTMAKINGTHISCLICKABLE'.
edit: looks like other commenters are saying that it was previously licensed under apache 2, so this advice might not apply (I initially assumed it was GPL3).
Good luck.
That said, if they complied by including the Apache license by restoring the copyright notices and license text, as I understand it there's nothing further you can (realistically) do. Putting energy into being upset about an Apache licensed program being "stolen" won't help you in the long run.
That's a bad idea, they can sue back.
I will say that it is an eye-opening reminder for people to not license code without understanding what the license does and does not permit.
It seems he is selling this product as a SaaS, so not necessarily redistributing the software but I could be mistaken.
See https://www.apache.org/licenses/LICENSE-2.0#redistribution
You must give any other recipients of the Work or Derivative Works a copy of this License;
Note how that information could be placed anywhere, even a remote and not well accessible or logical place. Would that solve the complaint the top poster has? Not really.
Would most people that potentially buy this software even read that information? Or be wanting to redistribute the code? After all, the code is already freely distributed and available!
Not that I condone the behavior - I think it is deplorable, it is stealing, it breaks the spirit of the license.
It is more about not fully understanding what licenses may be used for.
If he's actually redistributing the software without including the license then that's another thing.
IANAL but I believe the Apache license should be retained on any unmodified parts of the program (and distributed with it)
I've also seen people try to erase old commits to change licenses, I was wondering what that actually means for use since the code would have still had an older version with the more liberal license
You can tell when some repositories are going to be hot and removed soon, often times that nukes the forks too. So just download.
https://github.com/instabotai/instabotai/blob/beab9871bf5633...
I think the real question here is... why are you upset about this? Apache does indeed mean I permit everyone to use my software in anyway they see fit. Do you regret that? Or did you not fully understand the implication of the Apache license?
Maybe you think that bundling up your software and making money is immoral—-however someone put significant effort into making a pretty website, running it 24/7, and providing customer service, they are adding something on top of what you made.
If I take an Apache 2.0 JSON parser and make a website that pretty-parses JSON and I convince people to pay me, am I doing anything wrong?
They also added a "Premium license" at the same time too which allows exactly what the person has done but under the new license, doesn't say how to get granted this license though.
See https://www.apache.org/licenses/LICENSE-2.0#redistribution
You must give any other recipients of the Work or Derivative Works a copy of this License;
Your code[2].
Their code[3].
[1] https://github.com/LevPasha/Instagram-API-python
[2] https://github.com/instabotai/instabotai/blob/132adf6b166c22...
[3] https://github.com/LevPasha/Instagram-API-python/blob/cf0fe1...