calamares/src/modules/license
Adriaan de Groot a68a381481 [license] Fix compiler warnings
- out-of-order and incomplete initialization
 - documentation style
 - missing assignment operator
2019-04-25 14:15:14 +02:00
..
CMakeLists.txt [license] Add stub LicenseWidget files 2019-04-21 12:43:04 +02:00
license.conf [license] Update example 2019-04-24 07:03:57 -04:00
LicensePage.cpp [license] Fix compiler warnings 2019-04-25 14:15:14 +02:00
LicensePage.h [license] Fix compiler warnings 2019-04-25 14:15:14 +02:00
LicensePage.ui [license] Make area scrollable 2019-04-24 06:43:00 -04:00
LicenseViewStep.cpp [license] Move logic to LicenseEntry class 2019-04-20 09:52:29 -04:00
LicenseViewStep.h [libcalamaresui] Provide default implementations of next() and back() 2019-02-25 07:49:10 -05:00
LicenseWidget.cpp [license] Allow more things locally 2019-04-24 07:04:38 -04:00
LicenseWidget.h [license] Load full license text if local 2019-04-23 08:29:32 -04: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