Lawyers (and Lawyers too, if you're on here for whatever reason),

I recently developed a little project with a friend at a student hackathon and gave it whatever name we could think of on the fly. Later on we found out the name was already in use by a commercial product. We did think of another name and planned to switch but were slated to present at a meetup under the original name. So we hadn't yet got around to changing the name of our repo, our subdomain, etc.

We didn't bother to include a license with our software (it's four short python files, I could care less about protecting it), but it's on a Github repo (so I suppose it's public domain?).

Now we just received a request from the trademark holder to give up the name within 8 days or else they would "initiate legal proceedings." Obviously, we're asking for proof of ownership and immediately complying.

But, I was wondering about specifics and if anyone had experience with this type of scenario and had some insight to offer for future reference.

  • Since the code is on Github and therefore public and "forkable", are we still financially and legally liable for the trademark infringement? Does this differ for public (the implied openness of being on a site like github) vs public domain code (actually relinquishing copyright) vs code with an open source license?

  • Is there any protection for students in trademark infringement cases? (y'know, being broke and all isn't conducive to being defendants in a legal proceeding)

  • At which point does code cross from being "some buggy hack posted on github" to a "product subject to trademark infringement"?

Thanks!

Disclaimer: I am not looking for professional legal advice.

link|improve this question

feedback

closed as off topic by Widor, Ninefingers, bmargulies, martin clayton, animuson Mar 21 at 23:44

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

I don't know the specifics of american law (I am French), and I am not a lawyer, so I won't dare help you.

However, the lawyers who sent you the letters need to justify their usefulness...

Perhaps you could ask some help from a local Linux User Group or some free software advocacy, or perhaps your teachers if you go to some university.

link|improve this answer
feedback

Why wouldn't they be. Companies are required to protect their marks, otherwise they can lose them. Being open source isn't legally relevant.

link|improve this answer
I can understand that, especially for larger projects like Apache, OpenOffice, et. al. I guess a more useful way of putting it would be does it matter for projects with low popular relevance like small utilities and hackaton projects. – michael.bartnett Nov 3 '11 at 15:11
Yes. That's how trademarks work. It's defend-it-or-lose-it. – Tyler Eaves Nov 3 '11 at 16:09
I understand that. But in terms of compensation, what kind of damages can a company claim against something that's freely distributed? – michael.bartnett Nov 3 '11 at 20:37
Plenty. Think brand dilution, customer confusion, etc. – Tyler Eaves Nov 3 '11 at 23:31
feedback

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