Sha256: c5a2a284f378b86e881582d44564073c6534a07689209e70ee9c58830e413b48

Contents?: true

Size: 1.49 KB

Versions: 2

Compression:

Stored size: 1.49 KB

Contents

module GScraper
  module Licenses
    # Any desired license
    ANY = nil

    # Aladdin license
    ALADDIN = :aladdin

    # Artistic license
    ARTISTIC = :artistic

    # Apache license
    APACHE = :apache

    # Apple license
    APPLE = :apple

    # BSD license
    BSD = :bsd

    # Common public license
    COMMON_PUBLIC = :cpl

    # Creative Commons By-Attribution license
    CC_BY = :cc_by

    # Creative Commons By-Attribution-Share-Alike license
    CC_BY_SA = :cc_by_sa

    # Creative Commons By-Attribution-No-Derivative license
    CC_BY_ND = :cc_by_nd

    # Creative Commons By-Attribution-Noncommercial-Share-Alike license
    CC_BY_NC = :cc_by_nc_sa

    # Creative Commons By-Attribution-No-Derivative-Share-Alike license
    CC_BY_ND_SA = :cc_by_nd_sa

    # Creative Commons By-Attribution-Noncommercial-No-Derivative license
    CC_BY_NC_ND = :cc_by_nc_nd

    # GNU General Public license
    GPL = :gpl

    # GNU Lesser General Public license
    LGPL = :lgpl

    # Historical Permission Notice and Disclaimer license
    HISTORICAL = :disclaimer

    # IBM Public license
    IBM_PUBLIC = :ibm

    # Lucent Public license
    LUCENT_PUBLIC = :lucent

    # MIT license
    MIT = :mit

    # Mozilla Public license
    MOZILLA_PUBLIC = :mozilla

    # NASA OSA license
    NASA_OSA = :nasa

    # Python license
    PYTHON = :python

    # Q Public license
    Q_PUBLIC = :qpl

    # Sleepycat license
    SLEEPYCAT = :sleepycat

    # Zope Public license
    ZOPE_PUBLIC = :zope

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gscraper-0.1.7 lib/gscraper/licenses.rb
gscraper-0.1.6 lib/gscraper/licenses.rb