calamares/src/modules/license
2018-03-06 16:23:29 +01:00
..
CMakeLists.txt Do not LINK_PUBLIC by default. 2016-12-07 16:37:29 +01:00
license.conf New License module, based on KaOS license module. 2015-09-14 16:51:04 +02:00
LicensePage.cpp [license] Warnings-- by making the one default case explicit 2018-03-06 16:23:29 +01:00
LicensePage.h i18n: Massage code to help lupdate understand 2018-02-07 17:43:26 +01:00
LicensePage.ui better spaced layout, most will use less then 3 2015-09-14 18:51:42 -04:00
LicenseViewStep.cpp Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
LicenseViewStep.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
README.md Update License screenshot 2015-09-14 11:36:33 -04:00

License Approval Module


For distributions shipping proprietary software, this module creates a globalstorage entry when the user accepts or declines one or more presented End User License Agreements files. The number of licenses shown are configurable. The license.conf file has a few examples of how to add URLs.

If you do not want to include this module in your Calamares build, add -DSKIP_MODULES="license" to your build settings (CMake call).

How to implement the removal or not installing of proprietary software is up to any distribution to implement. For example, proprietary graphics drivers cannot simply be removed in the packages module, a free version will need to be installed. An example of where the licenseAgree globalstorage entry is used: https://github.com/KaOSx/calamares/blob/master/src/modules/nonfree_drivers/main.py

License Page