Results 1 to 4 of 4
Greeting all Linuxer!!
I just want to know some licensing problem about GPL.
My question is, if my program (not derive from any GPLv2 program) is using GCC to compile ...
- 06-18-2007 #1
something about licensing!!!
Greeting all Linuxer!!
I just want to know some licensing problem about GPL.
My question is, if my program (not derive from any GPLv2 program) is using GCC to compile and run under Linux, izzit my program will automatically cover by GPLv2?
Can I use other license to my program / is that possible to become a proprietary software.

- 06-18-2007 #2
The GPL only covers the GCC compiler not the code compiled by it.
A similar issue was raised by someone on Slashdot. It might answer your question better
link
- 06-18-2007 #3
Just because you compile a program using a GPL-licensed compiler doesn't in any way force your program to be released under the GPL. You, as the original author of the work, have the freedom to release (or not release) your software under any license or licenses you choose.
You are for instance allowed to release the same program under both the GPL and your own proprietary license if you like, or license the first version under the GPL and the next version under something else.
As the original author of a work, you may distribute it however you wish.
If you want to license your program under a proprietary license, you can. It would then become proprietary software.Can I use other license to my program / is that possible to become a proprietary software.

Please note that I am not a copyright lawyer, but I have released software of my own under the GPL. The GNU C Compiler does not automatically "infect" software you compile with it to use the GPL license.Registered Linux user #270181
TechieMoe's Tech Rants
- 06-18-2007 #4
no, the GPL only covers distribution of the program that you just had licensed to you. basically, in the case of GCC, you can use it and then sell your code because you're not distributing GCC, only your own code.
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?


Reply With Quote

