Searched refs:license (Results 1 - 14 of 14) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_api.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 75 add license copyright.baz license=copyright.baz 87 add license copyright.licensed license=copyright.licensed 90 # Second iteration has copyright that must-display and a new license 96 add license copyright.licensed license=copyright.licensed must-display=True 97 add license license [all...] |
/pkg/src/scripts/ |
H A D | pkg.bat | 9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
H A D | pkg.depotd.bat | 9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
H A D | pkgrecv.bat | 9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
H A D | pkgsend.bat | 9 rem You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
/pkg/src/modules/bundle/ |
H A D | SolarisPackageDatastreamBundle.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 171 act = license.LicenseAction(ci.extractfile(), 172 license="{0}.copyright".format(self.pkgname))
|
H A D | SolarisPackageDirBundle.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 142 if act.name == "license": 144 # license actions have their 204 act = license.LicenseAction(data, 205 license="{0}.copyright".format(self.pkgname))
|
/pkg/src/modules/ |
H A D | api_common.py | 9 # 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/actions/ |
H A D | _actions.c | 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 257 if (strncmp(str, "license", 7) == 0) { 769 cache_class(aclass_license, "license");
|
/pkg/src/modules/client/ |
H A D | plandesc.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 668 'src' is a LicenseInfo object if the license of the related 671 'dest' is the LicenseInfo object for the license that is being 674 'accepted' is a boolean value indicating that the license has 677 'displayed' is a boolean value indicating that the license has 811 src_li.license, li_txt, 819 dest_li.license, li_txt, 829 dest_li.license, displayed=True)
|
H A D | client_api.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 861 api_inst.set_plan_license_status(pfmri, dest.license, 2395 # XXX add license/copyright info here? 2452 err_txt += _("no license information could be found "
|
/pkg/src/modules/lint/ |
H A D | pkglint_action.py | 9 # 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.")
|
/pkg/src/ |
H A D | client.py | 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 253 _("[-lqr] [-g path_or_uri ...] [--license] [pkg_fmri_pattern ...]") 630 api_inst.set_plan_license_status(pfmri, dest.license, 1064 src_tup = (str(src_li.fmri), src_li.license, 1071 dest_li.license, li_txt, 1075 api_inst.set_plan_license_status(dfmri, dest_li.license, 1129 lic = dest.license 1138 # Mark license as having been displayed. 5234 "display_license": ("", "license"),
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 3296 # update license status 3300 dest.license,
|
Completed in 70 milliseconds