Questions tagged [licenses]

Questions concerning the terms under which Unix & Linux software can be used and redistributed...

Open source licenses generally fall under two categories: Those that aim to preserve the openness of the software itself (copyleft licenses), and those that aim to give freedoms to the users of that software (permissive licenses).

An example of a copyleft free software license is the GNU General Public License (GPL). This license is aimed at giving the end-user permission to redistribute, reverse engineer, or otherwise modify the software under the terms of the license. These permissions are not entirely free of obligations for the end-user, however. The end-user must comply with certain terms if the end-user wishes to exercise these extra permissions granted by the GPL. For instance, any modifications made and redistributed by the end-user must include the source code for these, and the end-user is not allowed to re-assert the removed copyright back over their derivative work. The modified software is therefore also publicly available for further modification by any user.

Examples of permissive free software licenses are the BSD license and the MIT license, which essentially grant the end-user permission to do anything they wish with the source code in question, including the right to take the code and use it as part of closed-source software or software released under a proprietary software license.

Source: http://en.wikipedia.org/wiki/Software_licenses

64 questions
59
votes
3 answers

How to get information about deb package archive?

How to get information about .deb package archive? Like: package information, version, installed-size, architecture, description and licensing information etc. from .deb package archive?
Pandya
  • 23,898
  • 29
  • 92
  • 144
34
votes
4 answers

Can you legally sell modified versions of Linux distros?

Suppose somebody downloaded a Linux distro, like Ubuntu. Suppose further modify one piece of it, say the Window Manager. Would it be perfectly legal for them to sell copies of this slightly modified version of Ubuntu (let's call it Mubuntu =…
George
  • 1,799
  • 2
  • 25
  • 30
24
votes
1 answer

What happens when a Red Hat Developer Subscription expires?

I have a Red Hat Developer Subscription which expires in January 2019. For now, I’m using RHEL for development purposes and it is free for me. What will happen after January 2019? Will my subscription no longer be free, or will my developer…
user273376
12
votes
2 answers

Why does FreeBSD use the GPL-licensed GCC?

Why does FreeBSD use GCC as its default compiler? I am under the impression that a core pillar of the FreeBSD philosophy is not to use any GNU software and in particular, GPL code. Yet GCC which is both GNU and GPL comes bundled with FreeBSD. Why?
JasonH
  • 139
  • 1
  • 3
11
votes
1 answer

How can semi-proprietary software be based on the Linux Kernel?

If I understand correctly, the Linux Kernel is licensed under the GPL, which means that if anyone bases anything on it, they have to also license the entire derivative work under the GPL, making anyone free to modify and/or redistribute their…
Fiksdal
  • 482
  • 1
  • 5
  • 17
8
votes
2 answers

License of source code when the license is not indicated

When source code is released on the internet and neither a license nor a copyright notice is indicated, what is the code licensed under? I can make a fork of the code?
8
votes
2 answers

Proprietary or Closed Parts of the Kernel

I've heard of lines of code that are distributed with the Linux Kernel that aren't open. Maybe some drivers or something like that. I'd like to know how much of that is true? Are there lines of code that are distributed with the Kernel (as when you…
jpmelos
  • 255
  • 3
  • 7
7
votes
2 answers

What happens when Redhat says: "no more RHEL clones!"

I mean that ex.: CentOS, and Scientific-Linux are the "exact copies" of Redhat Linux. If Redhat would say one day: "I don't allow Redhat clones from now on, I will modify the licence", then what would happen to all the Redhat based distros? I mean…
LanceBaynes
  • 39,295
  • 97
  • 250
  • 349
7
votes
1 answer

Does FreeBSD contain non-free software in its base?

I mean binary blobs compiled by third parties. Additionally if you do pkg install, are there non-free packages considered by default?
ctrl-d
  • 897
  • 4
  • 7
7
votes
2 answers

GNOME license not accepted issue when system has been rebooted

GNOME Desktop has been installed on CentOS7 using sudo yum -y groups install "GNOME Desktop" and when startx is executed the desktop starts. However, when the system reboots the following issue occurs: When c has been executed the following…
030
  • 1,527
  • 2
  • 17
  • 33
6
votes
4 answers

How do I find out the license for each of my installed applications/packages?

I am using Ubuntu-15.10. I have installed many applications apart from vanilla installations. Now, I would like to find out how many installed packages are licensed under the GPL or third-party licenses (e.g. Fluendo). Is there any way to find this…
SHW
  • 14,454
  • 14
  • 63
  • 101
6
votes
2 answers

Why did Unix become open source/free?

Why did the original Unix versions suddenly become open source/free? It seems odd that AT&T and Bell Labs would let something like an operating system become moldable and resellable with all of the funtionality that operating systems hold,…
SpecialBomb
  • 1,928
  • 9
  • 24
  • 36
5
votes
5 answers

If Mac OS X is UNIX, why is it that it is not open sourced and the license is proprietary?

If Mac OS X is a Unix, as answered in this question, why is it that it is not open sourced and the license is proprietary, as stated in this Wikipedia article? According the the genealogy from this Wikipedia article OS X came from BSD, so again,…
radztech
  • 175
  • 1
  • 4
4
votes
1 answer

How to disable portage LICENSE checks

Whenever I install a package with an EULA, portage asks me to add it to package.license: The following license changes are necessary to proceed: (see "package.license" in the portage(5) man page for more details) #required by chrome-binary-plugins…
Nova
  • 2,806
  • 2
  • 18
  • 34
4
votes
3 answers

Is Red Hat Linux licensed

Am confused so thought of asking a question. According to this Red Hat Becomes Open Source’s First $1 Billion Baby, it is opensourced so my question is: Where can I download the Opensource version? All web links provided point to RHEL; it is…
Suave Nti
  • 143
  • 1
  • 5
1
2 3 4 5