Results 1 to 3 of 3
Hi All,
I found that Bash shell used in RHEL 6.0 is comes under GPLv3 license.We are going to use RHEL 6.0 distro as linux distro for developing a custom ...
- 01-04-2011 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 16
Doubt on GPLv3 license
Hi All,
I found that Bash shell used in RHEL 6.0 is comes under GPLv3 license.We are going to use RHEL 6.0 distro as linux distro for developing a custom product.So my doubt is,we are using Init script in Initramfs and SysInit script,inittab etc which all need bash shell,If I use bash shell whether I need to publish my source code.
Our product is a custom movie player.
Regards,
ShibuThomas
- 01-04-2011 #2
the GPL for bash would only come in to effect if you DISTRIBUTED a program that included the SOURCE CODE from bash. using bash, or distributing bash scripts don't activate the GPL requirements.
however, I am not a lawyer.
If you really want to know, contact the GNU people who made the license. A google search will get you their contact details.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4
- 01-04-2011 #3
you're exactly right
GPL only comes into play when you statically link to a library or include source code from the library in your code or make modifications to the library and your distributed application contains the modified library
its all about distribution, if you aren't distributing GPL software, you don't need to worry about GPL


Reply With Quote
