calamares/src/modules/license
Adriaan de Groot cef2f50510 Reduce warnings about extra ;
- Trailing ; after Q_UNUSED
 - Trailing ; after CALAMARES_RETRANSLATE
2019-04-18 12:06:09 +02: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 Reduce warnings about extra ; 2019-04-18 12:06:09 +02:00
LicensePage.h Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
LicensePage.ui better spaced layout, most will use less then 3 2015-09-14 18:51:42 -04:00
LicenseViewStep.cpp [libcalamaresui] Provide default implementations of next() and back() 2019-02-25 07:49:10 -05:00
LicenseViewStep.h [libcalamaresui] Provide default implementations of next() and back() 2019-02-25 07:49:10 -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