-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An app on the play store seems to be using this for their Minecraft clone. #315
Comments
Technically the MIT license (which this project is licensed with) allows this use:
However:
I have not checked that project itself but I assume the copyright notice is not included? |
That looks like an infringement to me and I really think it is disgusting
that someone is selling a copy of someone's FOSS project.
However, I would suggest contacting the person who set up the play store
app and asking them if they knew they were infringing, especially as it is
possible that they took it from a fork that was also not doing the
licensing properly.
Doubtless you understand how to address this already but I hope this helps.
…On Sun, May 5, 2024 at 9:44 AM Samuel Hulme ***@***.***> wrote:
Technically the MIT license (which this project is licensed with) allows
this use:
*Permission is hereby granted*, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software *without restriction*, including without
limitation the rights to use, copy, modify, merge, *publish, distribute,
sublicense, and/or sell copies of the Software*
However:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
I have not checked that project itself but I assume the copyright notice *is
not* included?
—
Reply to this email directly, view it on GitHub
<#315 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPQZHUS3TRHRWEJ6ROB353ZAZAVXAVCNFSM6AAAAABDSYMSFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUHAZTMNZRHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Can it be reported to Google so they take it down from the store? I am not sure there is a strong case though so doubtful anything will happen. |
I would suggest that you contact the person who infringed before
taking measures such as reporting, hopefully this can be resolved
peacefully.
…On Sun, May 5, 2024 at 12:24 PM yann64 ***@***.***> wrote:
Can it be reported to Google so they take it down from the store? I am not sure there is a strong case though so doubtful anything will happen.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Worth pointing out, that going after them in court can help fund your project. Although it's also possible co-pilot just wrote your code in for them as they tabbed through "writing" a mine-craft clone, at which point you'd have a solid case for going after co-pilot instead, which is a much heftier chunk of change. |
Absolutely, but I wouldn't want to be a jerk, so it is best to give a warning/let them know they are infringing. It's like the idea where you don't shoot someone who is trespassing unless you clearly have it marked that you will shoot them. (maybe a little of an extreme example) |
they have no good intentions. the app is actually a reupload of minecraft bedrock edition but if your device is rooted it falls back to this. license is not included. |
they have had other apps that were taken down. theyve been doing this for over 6 years at this point. they keep coming back with new developer accounts but internally the name "mmarcel" is still used. |
There is a minecraft clone which is redistributing minecraft but also this project.
Under certain conditions (like when root isnt hidden from the app) instead of loading up stolen minecraft the game will look like this:
opening up the libcraft_android.so file in its apk also looks familiar.
The text was updated successfully, but these errors were encountered: