Results 1 to 10 of 10

Thread: Can GPLed Icons be used in Commercial softwares ?

  1. #1
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Can GPLed Icons be used in Commercial softwares ?

    Hi Guys

    Can Icons releasd under GPL license be used in Commercial softwares( without releasing the source codes ) ?

    if so, what are the terms and the conditions ?
    We can't solve problems by using the same kind of thinking we used when we created them

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    No, they can't. But LGPL ones can. For example Crystal Icons from KDE3 are LGPL, so you can use them.

  3. The following user says thank you to wysota for this useful post:

    sunil.thaha (28th September 2006)

  4. #3
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    Unless you use Qt resources. Then the icons are embedded in the application and become part of the application. In that case you have to treat it as the GPL. At least according to some people's interpretation. Always load LGPL icons at runtime.

  5. #4
    Join Date
    Sep 2006
    Location
    Belgrade
    Posts
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    GPL icons can be used in Commercial software if the software is under GPL. GPL doesn't restrain you from selling the program, it only forces you to give the source code along with the binaries to the person/company you are selling it to.

    I hate when people mix the FLOSS (Free Libre Open Source Software) term with a price of the product. Opposite of FLOSS is not "commercial", but "non-free" or "proprietary".
    While you were hanging yourself on someone else's words
    Dying to believe in what you heard
    I was staring straight into the shining sun

  6. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    I think when people talk about "commercial" software, they mean closed source systems. I know that's not the same, but still people tend to use the term in such a manner.

  7. #6
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    Quote Originally Posted by ivan.cukic View Post
    I hate when people mix the FLOSS (Free Libre Open Source Software) term with a price of the product. Opposite of FLOSS is not "commercial", but "non-free" or "proprietary".
    In the real world, 99% of commercial software is proprietary. The reason is simple. If you don't limit the distribution channels, people can get the identical software from somewhere else. People aren't going to pay for what they don't have to pay for.

    This is, of course, different from selling services, support, and other add-ons. Most "commercial" Free Software is really just selling something else. The software itself is still gratis for all intents and purposes. I don't know of any successful commercial Free Software which has the price tag on the software itself. If you think you know of one, take a closer look and you'll see that the price tag is on something other than the software.

  8. #7
    Join Date
    Sep 2006
    Location
    Belgrade
    Posts
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    This is going a bit off, but I need to respond.

    The question of the thread was "Can GPLed Icons be used in Commercial softwares?", the answer is Yes - but it needs to be clarified.

    Most people think that GPL forbids commercialization (due to texts like this thread). My job is to correct them.
    While you were hanging yourself on someone else's words
    Dying to believe in what you heard
    I was staring straight into the shining sun

  9. #8
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    Quote Originally Posted by ivan.cukic View Post
    Most people think that GPL forbids commercialization (due to texts like this thread). My job is to correct them.
    Don't correct me by merely saying I'm wrong. Correct me by offering *one* example of successful commercial GPL software. I don't mean sellling services, support or proprietary add-ons, but for selling the GPL software itself.

  10. #9
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    Quote Originally Posted by ivan.cukic View Post
    The question of the thread was "Can GPLed Icons be used in Commercial softwares?", the answer is Yes - but it needs to be clarified.
    Ok.

    So rephrasing the Question :

    Can GPLed Icons be used in Commercial Softwares that does not wish to release the source ?

    Is that fine.


    And how am i violating the license if I include/embed the LGPLed Icons in the resource file ?
    Last edited by sunil.thaha; 29th September 2006 at 07:08.
    We can't solve problems by using the same kind of thinking we used when we created them

  11. #10
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can GPLed Icons be used in Commercial softwares ?

    Quote Originally Posted by sunil.thaha View Post
    And how am i violating the license if I include/embed the LGPLed Icons in the resource file ?
    According to some opinions, the LGPL only grants an exception in section 6b to works that use a shared library linking mechanism. Since embedding icons in the executable is not linking to a shared library, it means you may have to make the application source code available according to paragraphs 6a, 6c, 6d or 6e. However, loading the icons at runtime is not considered a problem.

    I am only telling you how some people interpret the LGPL. Talk to your lawyer!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.