Ubuntu – How does the Ubuntu license work for commercial use? Do we have to follow the LGPL or the GPL

11.0411.10licenseopen sourceproprietary

I have an Ubuntu computer. Once Ubuntu starts I use my applications, such as: driving school exams, learning, practical use, and studying.

Now, I am preparing license documentation. If I use Ubuntu commercially, what license do I have to apply?

  1. I have not changed any of Ubuntu's source code.
  2. I've installed Ubuntu and I use for commercial purposes.
  3. My Ubuntu installation will be used for teaching driving in Europe.
  4. When Ubuntu starts, it starts my application to teach drivers and give them exams and practice. They can also return the box for new exams and updates.

What happens for with regard to the license terms when I sell such PCs with embedded Ubuntu and my application pre-installed? (They use x11vnc, vim, gcc, etc. and many other tools but no source code is modified. I wrote my application in BASH, PHP, and Java)

Best Answer

Ubuntu has no one license - every file may have a different license.

That shouldn't be a problem for you as long as you don't (re)distribute the files. As long as the binaries are supplied by Ubuntu (Canonical) the license conditions apply to them, not you.

I am not a lawyer, so I couldn't comment on what happens when you simply pass along the files, but I suggest you either do find the legal answer to that, or else have your customers install the OS themselves.

In the case of GPL and LGPL software, your obligations include providing an offer to produce source code when asked (for a limited time). In practice, it would be sufficient to point your customers at the Ubuntu source provisions, but to be absolutely sure, you would have to ensure that you had your own copy (I mean, what happens if Ubuntu's servers vanished? Also, remember that their time limit dates from when they gave the files to you, but yours would date from when you passed them along, some time later.)