Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can someone steal my code from github and publish my app?

Tags:

If my entire project is stored in a public github repo what's to stop people from downloading it and publishing it on Google play before I do?

I want to use github to keep track of changes in a group Android project, I was told an active account would also benefit future employment, and make it public to help other students. But what if I wanted to eventually publish it to Google play? See the above question.

I'm new to software development.

like image 536
paradiddler86 Avatar asked Mar 14 '15 11:03

paradiddler86


People also ask

Is it safe to keep my code on GitHub?

Yes, GitHub itself is safe and secure. However, when downloading programs from GitHub, you should always exercise caution and only download those created by developers you can trust.

Is it legal to copy code from GitHub?

If you want others to use, distribute, modify, or contribute back to your project, you need to include an open source license. For example, someone cannot legally use any part of your GitHub project in their code, even if it's public, unless you explicitly give them the right to do so.

Can I upload someone else's code on GitHub?

No, they can copy or fork your whole code into a new GPLed project, or copy or any parts of your code into other GPLed projects, and distribute it however they like.

Can anyone see my GitHub code?

About project visibility For public projects, everyone on the internet can view the project.


2 Answers

If you find your code online somewhere which you did not permit or without your license, you can submit a DMCA claim. Here is Google Play's takedown form and GitHub's DMCA guide.

like image 157
RN_ Avatar answered Oct 16 '22 07:10

RN_


If you want to keep your code in a private repository, try BitBucket, it's a private code repository and free up to five users.

like image 29
Rakesh Avatar answered Oct 16 '22 08:10

Rakesh