vote up 5 vote down star

I'm looking for good free bug-tracking software.

I notice that some (i.e. Mantis) are GPL-licensed.

Am I allowed to use Mantis to track bugs for commercial, non-GPL software that we are writing?

flag

80% accept rate
Can you rephrase your question a bit? Right now you have the question in the title and the question at the end of your post. Problem is you ask the same thing twice but reversed. This means that Mehrdad Afshari's answer is correct for the question in the title, but not for the question at the end – Otherside Jan 9 '09 at 13:59
Makes perfect sense to me. – Kev Jan 9 '09 at 14:06
I can see the confusion, perhaps OP should be specific as to whether he has separate products here. – StingyJack Jan 9 '09 at 14:36
My confusion concerns the 2 questions: "If I use GPL, does my software need to be GPL?" (in the title) versus "Am I allowed to use a GPL'ed bugtracker for my commercial software?". A "No" to the first question equals a "Yes" to the second question. – Otherside Jan 12 '09 at 7:49

6 Answers

vote up 13 vote down check

It's fully independent the license of the software you are using to bug-track of the license (GPL) of your own software.

You can write commercial code and manage bugs with GPL sofware.

link|flag
vote up 6 vote down

Nope, absolutely not. It's not considered derivative work.

link|flag
vote up 1 vote down

If George Lucas uses Sony cameras to film Star Wars Episode VII, does Sony get all the money? Of course not; in fact, they might pay him for endorsing their product!

Please never forget: the GPL is not "viral"! This concept of a "viral license" was invented by a Microsoft-sponsored marketing firm for an anti-Linux FUD campaign. Nothing could be further from the truth: even if the GPL were viral, such clauses would simply be illegal and thus null and void under pretty much any IP law anywhere in the world.

link|flag
vote up 0 vote down

If that were the case then everyone doing Mac OS X development using XCode would have to GPL their software since it is all built using GCC.

You'd only have to worry about the GPL in this case if you were intending to use any of the Mantis code in your own software. Just using Mantis as a bug tracker is not a problem.

link|flag
vote up 4 vote down

Straight from the horse's mouth (i.e., the official GPL FAQ):

Can I use GPL-covered editors such as GNU Emacs to develop non-free programs? Can I use GPL-covered tools such as GCC to compile them?

Yes, because the copyright on the editors and tools does not cover the code you write. Using them does not place any restrictions, legally, on the license you use for your code.

link|flag
vote up 0 vote down

Unless you use some of the software code for your own project.

link|flag

Your Answer

Get an OpenID
or

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