• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is GPL+ license?

 
Ranch Hand
Posts: 50
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to prepare 3rd party licensing doc. We are using one rpm which comes under GPL+ license. But I am not getting any information for this license. One reference is found which says GPL+ means any version GPL if version not mentioned. But I did not understand.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

andrew ronchi wrote:I have to prepare 3rd party licensing doc. We are using one rpm which comes under GPL+ license. But I am not getting any information for this license. One reference is found which says GPL+ means any version GPL if version not mentioned. But I did not understand.



I never heard of a GPL+ license, but GNU does have a GPL license (and the newer LGPL license). In general, product companies don't like to include any software in their product that has a GPL license, as the strong copyleft requirement exposes any proprietary software.

Henry
 
andrew ronchi
Ranch Hand
Posts: 50
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Then could you please help in finding license for this rpm-"redhat-rpm-config-9. .0.3-42.el6.centos.noarch.rpm"? what I got from the following link is GPL+.

http://rpmfind.net/linux/RPM/centos/6.5/x86_64/Packages/redhat-rpm-config-9.0.3-42.el6.centos.noarch.html
 
andrew ronchi
Ranch Hand
Posts: 50
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Maneesh for pointing me out. I have posted same question on stackoverflow.com to get answers quickly.
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would assume that "GPL+" refers to a clause that's generally part of the various GPL licenses, namely that -at the discretion of the user- instead of the license version in effect when the software was released, any newer version of the same license can be applied. So if it was originally licensed under the original GPL (i.e., version 1), GPL version 2 can also be used.
reply
    Bookmark Topic Watch Topic
  • New Topic