Module: GScraper::Licenses

Defined in:
lib/gscraper/licenses.rb

Constant Summary collapse

ANY =

Any desired license

nil
ALADDIN =

Aladdin license

:aladdin
ARTISTIC =

Artistic license

:artistic
APACHE =

Apache license

:apache
APPLE =

Apple license

:apple
BSD =

BSD license

:bsd
COMMON_PUBLIC =

Common public license

:cpl
CC_BY =

Creative Commons By-Attribution license

:cc_by
CC_BY_SA =

Creative Commons By-Attribution-Share-Alike license

:cc_by_sa
CC_BY_ND =

Creative Commons By-Attribution-No-Derivative license

:cc_by_nd
CC_BY_NC =

Creative Commons By-Attribution-Noncommercial-Share-Alike license

:cc_by_nc_sa
CC_BY_ND_SA =

Creative Commons By-Attribution-No-Derivative-Share-Alike license

:cc_by_nd_sa
CC_BY_NC_ND =

Creative Commons By-Attribution-Noncommercial-No-Derivative license

:cc_by_nc_nd
GPL =

GNU General Public license

:gpl
LGPL =

GNU Lesser General Public license

:lgpl
HISTORICAL =

Historical Permission Notice and Disclaimer license

:disclaimer
IBM_PUBLIC =

IBM Public license

:ibm
LUCENT_PUBLIC =

Lucent Public license

:lucent
MIT =

MIT license

:mit
MOZILLA_PUBLIC =

Mozilla Public license

:mozilla
NASA_OSA =

NASA OSA license

:nasa
PYTHON =

Python license

:python
Q_PUBLIC =

Q Public license

:qpl
SLEEPYCAT =

Sleepycat license

:sleepycat
ZOPE_PUBLIC =

Zope Public license

:zope