Sha256: 4ce90a944d401aeb4aec5391107436fcf03df5dbd05813dc0e98d60608a7451c

Contents?: true

Size: 304 Bytes

Versions: 10

Compression:

Stored size: 304 Bytes

Contents

class LicenseFinder::License::Python < LicenseFinder::License::Base
  self.alternative_names = ["PSF", "Python Software Foundation License"]
  self.license_url       = "http://hg.python.org/cpython/raw-file/89ce323357db/LICENSE"

  def self.pretty_name
    'Python Software Foundation License'
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
license_finder-0.9.5.1-java lib/license_finder/license/python.rb
license_finder-0.9.5.1 lib/license_finder/license/python.rb
license_finder-0.9.5 lib/license_finder/license/python.rb
license_finder-0.9.5-java lib/license_finder/license/python.rb
license_finder-0.9.4-java lib/license_finder/license/python.rb
license_finder-0.9.4 lib/license_finder/license/python.rb
license_finder-0.9.3-java lib/license_finder/license/python.rb
license_finder-0.9.3 lib/license_finder/license/python.rb
license_finder-0.9.2-java lib/license_finder/license/python.rb
license_finder-0.9.2 lib/license_finder/license/python.rb