Question

Can I sell a closed source commercial product inside a virtualbox VM?

This is extremely useful when you want to deliver server side software to users, and not mess in with different OS's (windows/osx).

By reading some of the answers here in programmers, I get that it should not be a problem since my software does not link a GPL library, and that's practically the biggest concern of GPL FOSS.

So, if I use GPL software just bundled with Closed source software that's fine?

Was it helpful?

Solution

Probably not.

Please read the licence for virtualbox and make your own decision. If you don't understand it, then perhaps you should pay a lawyer to read it for you. Since virtualbox is owned by Oracle you could write and ask them.

With most open source licences you can do what you like with the code as long as it's for your own personal use. However if you plan on distributing the code (or any significant part of it) to others then you can only do that in the way that the licence allows.

So if you're going to distribute virtualbox you have to comply with its licence. It's GPL (not LGPL) and that most likely means you have to release full source code.

As I tell people repeatedly, if you make no money out of it and harm no-one then just do your best, acknowledge the work of others and don't worry too much. If you make money out of your product or services and/or if you may cause damage to someone, you must take competent legal advice. That won't protect you, but it will warn you about the risks and possibly help to mitigate them. You do not want to be having this conversation with Oracle's lawyers after the event.

OTHER TIPS

What you're asking is if you can make a VM appliance/image that includes proprietary software. I don't see why not, after all, most people using GNU/Linux and Ubuntu will install the proprietary Flash plugin. People also include proprietary data within their images when they distribute them.

Check out the VirtualBox Licensing FAQ

Of course, this is all IANAL (I Am Not A Lawyer) and the recommended advice to hire a lawyer to deal with licensing issues is a very good idea, especially if your company can afford it (I'm sure they can since they stand to make a profit off of making an appliance VM image).

Licensed under: CC-BY-SA with attribution
scroll top