Home
last modified time | relevance | path

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

/development/scripts/
Dadd3prf.py153 return License(LicenseType.UNLICENSE, LicenseGroup.PERMISSIVE, license_file)
176 UNLICENSE = 7 variable in LicenseType
221 licenses.append(License(LicenseType.UNLICENSE, LicenseGroup.PERMISSIVE, license_file))
244 return [License(LicenseType.UNLICENSE, LicenseGroup.PERMISSIVE, license_file)]
Dadd3prf_test.py99 self.assertEqual(preferred_license.type, add3prf.LicenseType.UNLICENSE)
108 self.assertEqual(preferred_license.type, add3prf.LicenseType.UNLICENSE)
117 self.assertEqual(preferred_license.type, add3prf.LicenseType.UNLICENSE)