212. ProductLicense

Provide access / dialog for product license

212.1. Authors

  • Jiri Srain <jsrain@suse.cz>

  • Lukas Ocilka <locilka@suse.cz>

212.2. Summary of Module Globals

List of Global Functions

List of Global Variables

    212.3. Global Functions

    212.3.1. AcceptanceNeeded

    Returns whether accepting the license manually is requied.

    Return value

    • boolean - if required

    See also:

    • BNC #448598

    212.3.2. AskLicenseAgreement

    Ask user to confirm license agreement

    Function parameters

    • integer src_id

    • string dir

    • list<string> patterns

    • string action

    • boolean enable_back

    • boolean base_product

    • boolean require_agreement

    Return value

    • symbol

    212.3.3. ShowFullScreenLicenseInInstallation

    Called from the first stage Welcome dialog by clicking on a button

    Function parameters

    • any replace_point_ID

    Return value

    • boolean

    212.3.4. ShowLicenseInInstallation

    Used in the first-stage Welcome dialog

    Function parameters

    • any replace_point_ID

    Return value

    • boolean

    212.4. Global Variables

    212.5. Module Requirements

    212.5.1. Module Imports

    • Directory
    • FileUtils
    • InstShowInfo
    • Language
    • Mode
    • Popup
    • ProductFeatures
    • Progress
    • Report
    • Stage
    • String
    • Wizard
    • WorkflowManager

    212.5.2. Module Includes