Skip to main content
"distribute" (improved wording): Distribution is what triggers the GPL. Activities other than copying, distribution and modification are not covered by the GPL.
Source Link

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republishdistribute your modified code, you have to license it GPL and keep the credit to the original authors. Also, if you distribute compiled versions of the modified source, you have to distribute that modified source code.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors. Also, if you distribute compiled versions of the modified source, you have to distribute that modified source code.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you distribute your modified code, you have to license it GPL and keep the credit to the original authors. Also, if you distribute compiled versions of the modified source, you have to distribute that modified source code.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

added 113 characters in body; added 3 characters in body
Source Link
Shawn J. Goff
  • 47.2k
  • 27
  • 138
  • 148

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors. Also, if you distribute compiled versions of the modified source, you have to distribute that modified source code.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors. Also, if you distribute compiled versions of the modified source, you have to distribute that modified source code.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

made link clickable
Source Link
manatwork
  • 32.1k
  • 8
  • 104
  • 93

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Copyrighted means there is a copyright and license protecting that. The license in the case of the Linux kernel is GPL (http://www.gnu.org/copyleft/gpl.html).

In a nutshell, you are allowed to modify the code in any way you wish. However, if you republish your modified code, you have to license it GPL and keep the credit to the original authors.

The kernel's license is a so called "copyleft", you do what you want but you have to let others do the same to your modifications.

PS: this is a very simple explanation, for more information and details see the above link.

Source Link
Patkos Csaba
  • 2.6k
  • 1
  • 20
  • 16
Loading