Searched defs:LicenseInfo (Results 1 - 4 of 4) sorted by relevance
/pkg/src/modules/ |
H A D | api_common.py | 38 class LicenseInfo(object): class in inherits:object
|
/pkg/src/modules/server/ |
H A D | api.py | 45 from pkg.api_common import (PackageInfo, LicenseInfo, PackageCategory, namespace 586 license_lst.append(LicenseInfo(mfst.fmri, lic,
|
/pkg/src/modules/client/ |
H A D | plandesc.py | 56 from pkg.api_common import (PackageInfo, LicenseInfo) namespace 668 'src' is a LicenseInfo object if the license of the related 671 'dest' is the LicenseInfo object for the license that is being 690 src_li = LicenseInfo(pp.origin_fmri, 696 dest_li = LicenseInfo(
|
H A D | api.py | 99 from pkg.api_common import (PackageInfo, LicenseInfo, PackageCategory, namespace 3060 license_lst.append(LicenseInfo(pfmri, lic,
|
Completed in 35 milliseconds