Lines Matching refs:license
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.licensed license=license.licensed
100 # Third iteration now requires acceptance of license.
105 add license copyright.licensed license=copyright.licensed must-display=True
106 add license license.licensed license=license.licensed must-accept=True
115 add license copyright.licensed license=copyright.licensed must-display=True
116 add license license.licensed license=license.licensed must-accept=True
136 "http://xkcd.com/license.html"
156 "license.licensed", "license.licensed.addendum"]
395 repo.legal_uris = ["http://xkcd.com/license.html"]
407 "http://xkcd.com/license.html")
476 "http://xkcd.com/license.html")
688 enforce the requirements of the license actions within. """
694 # First, test the basic install case to see if expected license
700 return item[2].license
705 # Expect one license action for each package: "licensed", and
709 # Now verify license entry for "baz@1.0" and "licensed@1.0".
714 # Expect license information to be for this package.
725 self.assertEqual(dest.license,
728 # The license hasn't been accepted yet.
731 # The license hasn't beend displayed yet.
734 # The license action doesn't require acceptance.
737 # The license action doesn't require display.
740 # Verify license text.
741 text = dest.license
749 # Next, check that an upgrade produces expected license data.
756 # Expect two license actions, both of which should be for the
760 # Now verify license entries for "licensed@1.2".
768 if dest.license.startswith("copyright"):
786 # Verify license text.
787 text = dest.license
790 # Attempt to prepare plan; this should raise a license
808 self.assertEqual(src.license, "copyright.licensed")
817 # Next, check that an update produces expected license
825 # Expect one license action which should be for the licensed@1.3
826 # package. (Only one is expected since only one of the license
830 # Now verify license entries for "licensed@1.3".
844 assert dest.license.startswith("license.")
845 # license must be accepted for dest.
857 # Verify license text.
858 text = dest.license
861 # Attempt to prepare plan; this should raise a license
871 # Set the license status of only one license.
872 api_obj.set_plan_license_status(pfmri, "license.licensed",
876 # Verify only license.licensed was updated and exists.
878 self.assertEqual(src.license, "license.licensed")
893 # where the license hasn't changed and it previously required
905 # Since the license hasn't changed and was
911 # Finally, verify that an uninstall won't trigger license