Searched defs:license (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Dapi_common.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
39 """A class representing the license information a package
53 """Retrieves and returns the payload of the license (which
65 """The FMRI of the package this license is for."""
70 def license(self): member in class:LicenseInfo
71 """The keyword identifying this license within its related
74 return self.__action.attrs["license"]
78 """A boolean value indicating whether the license requires
85 """A boolean value indicating whether the license must be
/pkg/src/modules/lint/
H A Dpkglint_action.py9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
241 self.dup_attr_check(["file", "license"], "path", self.ref_paths,
1411 def license(self, action, manifest, engine, pkglint_id="007"): member in class:PkgActionChecker
1414 if action.name is "license" and "path" in action.attrs:
1416 _("license action in {pkg} has a path attribute, "
1422 license.pkglint_desc = _("'license' actions should not have paths.")

Completed in 179 milliseconds