TimeLinux1

Monday, December 16, 2013

Software Licensing Terms and Meanings

Free Open Source Software Licensing Terms and Meanings.

Note: The following discussion is based on my personal software industry experience and observation. This is not a legal advice. Any comments/corrections/suggestions for improvements are welcome.

In context of Computer Software:

Copyright = Owner has Exclusive ownership of work. No one else does. Copyright is automatic--ie, if you write an original software program, create an original art, write a new book, etc, you are automatically the default Copyright owner of the that work. You dont have to apply for your Copyright (unlike Patents). You can do whatever with it. You can patent it (and make it exclusive) or you can free it by allowing others to freely copy/replicate your work (this is what Copyleft attempts to do--see below).
Patent = Superset of Copyright in terms of restrictions. It disallows even 'similar' works attempted by others. You have to apply for it with the Patents office for it. It gives you exclusive rights over your work. You can legally sue anyone who tries to copy it or steal it.
Public Domain =  No copyright. No one person owns it. Everyone collectively owns it. No cost. (Think of a public road or park).
Free s/w = Source Code + Binary. NOT no cost. Although it can be granted for no money..(IF the software Copyright owner so desires).
Note: Software in Public Domain is essentially Free s/w. It can also be made closed.
Note: this is because NOone owns Public Domain s/w. It is 'use it as you like'.

Copyleft = Copyright + Copyright owner Frees it (ie source code + binary) using a Free software license (like GPL, Apache, etc) + All Derivatives required to be Free (ie source + binary)
Note: FSF and GNU encourage Copylefting. They dont encourage Public Domain s/w. This is because Public Domain s/w can potentially be turned closed (use it as you like) where as Copyleft s/w can NOT be closed.

Note: NOT all Free s/w (in Public Domain) is Copyleft. Copyleft is Free s/w with that cannot be closed. (eg X Windows is Free but not Copyleft). infact, many Free s/w licenses like Apache, Mozilla, MIT, LGPL etc are NOT Copyleft. This means that s/w (or their derivatives) under such licenses can be turned into closed. This is what Android and ZFS are.

Specific Cases:
GNU GPL v2 and GNU GPL v3 are BOTH Copyleft Licenses.
GPLv3 is more restrictive in that it forbids only a certain version of Copyleft s/w to be run on a certain h/w.
In other words, GPLv3 says, end user can run any version of a Copyleft s/w on a certain h/w.
This is in response to DVR maker TiVo who allowed ONLY a certain version of their Copyleft s/w to run on their h/w. Under GPLv2, this would be ok--because GPLv2 only mandates s/w being Free+Copyleft--it doesnt talk of what hardware it should or should not be run on.
GPLv3 is designed to prevent DRMs.

DRM = short for Digital Rights Management.
DRM comprises of  Digital signatures placed in h/w &/or s/w (Free or Closed) to restrict what h/w a s/w can run on.
DRM is used by hardware vendors to control what software runs on their hardware.
DRM is used by software vendors to control what hardware their software runs on.
DRM is essentially not CopyLeft. It is extreme CopyRight.

No comments:

Post a Comment