Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! estan113's Avatar
    Join Date
    Apr 2006
    Location
    Malaysia, Penang
    Posts
    21

    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.


  2. #2
    Linux Newbie unchiujar's Avatar
    Join Date
    Oct 2006
    Posts
    194
    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

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by estan113 View Post
    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?
    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.

    Can I use other license to my program / is that possible to become a proprietary software.

    If you want to license your program under a proprietary license, you can. It would then become 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

  4. #4
    Linux Engineer d38dm8nw81k1ng's Avatar
    Join Date
    Mar 2005
    Location
    Newcastle
    Posts
    793
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •