I know this slightly in the legal realm but its unclear who owns the code if you put proprietary code on github or bitbucket in a private repository.

From Bitbucket we have:

By submitting public (non-private) Content to Avantlumiere for inclusion on your Website, you grant Avantlumiere a world-wide, royalty-free, and non-exclusive license to reproduce, modify, adapt and publish the Content solely for the purpose of displaying and promoting your account or repository. If a repository is marked as private, these terms do not apply.

The question of course is what terms do apply to private accounts.

In theory the code should be safe if a license header with copyright information is on every file... right?

I am not asking for legal advice and will not hold any one responsible :)

link|improve this question

66% accept rate
"code should be safe if a license header with copyright information is on every file" - lol – Tom Medley Sep 21 '10 at 11:43
@fredley I know I am mentally retarded when it comes to legal crap – Adam Gent Sep 21 '10 at 11:50
feedback

2 Answers

up vote 12 down vote accepted

From GitHub:

We claim no intellectual property rights over the material you provide to the Service. Your profile and materials uploaded remain yours. However, by setting your pages to be viewed publicly, you agree to allow others to view your Content. By setting your repositories to be viewed publicly, you agree to allow others to view and fork your repositories.

As noted in the BitBucket TOS you linked, BitBucket's parent company similarly has no claims to code that you upload into private repos.

link|improve this answer
5  
I like how GitHub is far more clear about it. – Adam Gent Sep 21 '10 at 18:25
feedback

Perhaps this has changed recently, but I think that BitiBucket is quite clear with this (from their ToS at http://www.atlassian.com/hosted/terms.jsp)

Each party retains all right, title and interest in its data, information and intellectual property rights, and nothing in this Agreement is intended to transfer or diminish such rights.

link|improve this answer
I think it would be better if this was printed somewhere outside of their terms and conditions in plain English as well. Something like, "What's yours is yours and ours is our own" or something to that end. I'm being a bit tongue-in-cheek here, however, I did have to resort to Google and Stack Overflow to try to figure this out, which must be saying something (or reflect my dumbness ;) ) - thanks – Philip Murphy Apr 3 at 23:38
Yeah, I agree, they could make a feature of that policy, loud and clear... – rainecc Apr 4 at 11:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.