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