LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2009, 01:20 PM   #1
twain
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Rep: Reputation: 0
GPL License and distributing Linux


Our project team is considering Linux for one of the computers within our product system. We distribute the system to our end customers. I'm not clear what we have to do relative to the GPL license.
 
Old 11-19-2009, 01:38 PM   #2
ilil
LQ Newbie
 
Registered: Nov 2009
Location: Yaroslavl, Russia
Distribution: Ubuntu
Posts: 2

Rep: Reputation: 0
GPL license is not so restrictive as one blames it. You can read about it more at wikipedia or whatever, but the cornerstone is that if you use GPL code then: all that your code must be GPL'ed. But if you write some code and licensed it under GPL then you can still relicense the code or mix it with your non-GPLed code as you want.
 
Old 11-19-2009, 03:57 PM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Try to ask more concrete questions. Licenses are a wide and complicated matter.

In any case, and even if you ask more concrete questions, most people (including myself) here will only be able to guide you some general guidance. For something more advanced you will need to speak to a lawyer that knows about software licenses.

The cornerstone for me lies in the concept of "derivative work". If you make a derivative work of something that's GPL'ed, then your work will automatically be GPL for all purposes. Otherwise you are breaking the license and in legal trouble. So, the real question is not what you can do or what you can't do, that's easy to see. The real question is what is considered a "derivative work".

Giving the GPL a read will hopefully teach you that.

However, nothing stops you from putting your closed applications on the same cd than you will put a custom linux distro, as long as your closed stuff doesn't derive from any GPL piece. Everything that you do that's a derivative of some GPL'ed software will also be GPL, and you will have to release the sources for that parts.
 
Old 11-19-2009, 04:48 PM   #4
JohnGraham
Member
 
Registered: Oct 2009
Posts: 467

Rep: Reputation: 139Reputation: 139
Quote:
Originally Posted by twain View Post
Our project team is considering Linux for one of the computers within our product system. We distribute the system to our end customers. I'm not clear what we have to do relative to the GPL license.
While your question is vague, it's about the same one I get from "the authorities". If yours are anything like mine, there's two key issues you need to know:

1) If you write software that runs on Linux, you don't need to give away your source code.

2) If you *extend* Linux - e.g. by updating the kernel to do something you want, like a different scheduling system, then you have to give the source code away to anyone you sell/give it to, and they would be able to do whatever they wanted with it, including give it away for free.

So, the long and the short of it is, if you just want to sell a system and part of that system runs on Linux, you don't have to give away your source, for any price. You'll be forced to give away the Linux source code any any patches you've used, but they're already freely available.

Well, at least that seems to be all that my overlords are interested in

John G
 
Old 11-19-2009, 05:00 PM   #5
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
If you sell a customer a computer with some Linux distribution pre-installed on that computer, then you need to check with the organization that provides the distribution to find out how they'd like you to proceed. Generally, all the GPL requires is that you accompany any binary distribution with an offer to provide the source code for any GPL software you include, and only charge a reasonable fee for installing the distribution. If you've loaded some standard distribution, the source code offer is usually satisfied by reference to the distribution's repositories.

Note, please, that the above is my personal interpretation of the legal requirements, and not to be construed as legal advice. (And, of course, I am not a lawyer, and, in any case, not your lawyer.)

As an aside, some distributions offer "long term" support versions, and may be more suitable for your proposed application, and others (e.g., Red Hat, SUSE, etc.) offer commercially supported distributions. A commercially supported distribution might be an option you should investigate, since the vendor(s) may be interested in working with you to put together a "package" your company could use.
 
Old 11-20-2009, 03:36 AM   #6
JohnGraham
Member
 
Registered: Oct 2009
Posts: 467

Rep: Reputation: 139Reputation: 139
Quote:
Originally Posted by PTrenholme View Post
Generally, all the GPL requires is that you accompany any binary distribution with an offer to provide the source code for any GPL software you include, and only charge a reasonable fee for installing the distribution.
On the contrary (about the price) - the GPL explicitly states you can sell GPL'd software at any cost. I could try and sell a copy of Debian for a million pounds if I wanted to, even though I'd then have to supply the source and my customer (stupid as they'd be...) could give it away for free.

John G

P.S. Yes, probably worth mentioning that I'm not a legal expert either - but then, you shouldn't take legal advice from t'internet anyhow
 
Old 11-20-2009, 07:37 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,879
Blog Entries: 42

Rep: Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117Reputation: 3117
Hi,

Welcome to LQ!

'gpl-violations.org Source Code Release FAQ' would be a good read.




The above link and others can be found at 'Slackware-Links'. More than just Slackware® links!
 
Old 11-20-2009, 08:01 AM   #8
twain
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Smile

Thanks to all for your advice....

I was purposefully vague because I wanted to hear your 'options' and opinions. And I appreciate that we have to check with our attorney's.... but sometimes we have to coach the attorney's and provide options to allow them to choose an appropriate level of risk.

thanks again
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Torvalds Still Will Not License Linux Under GPL v3 LXer Syndicated Linux News 0 01-09-2008 08:40 AM
GPL license how to apply sidharth.nitj Linux - General 4 06-21-2007 07:04 AM
LXer: SCO is Distributing ELF Under the GPL Still. Yes. Now. Today. LXer Syndicated Linux News 0 07-31-2006 10:54 PM
GPL license pangfai Linux - General 4 05-08-2006 06:23 AM
GPL License - Is this OK? photoguy123 Linux - General 1 11-07-2005 06:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration