Home
last modified time | relevance | path

Searched refs:get_license (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/
Ddist.py1134 file.write('License: %s\n' % self.get_license())
1189 def get_license(self): member in DistributionMetadata
1191 get_licence = get_license
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py441 'License: ' + self.distribution.get_license(),