calamares/src/modules/license
Adriaan de Groot 2878c474c5 Warnings-- (~T() override)
Change all the places that had
	virtual ~T() override
to the less redundant form without override.
2020-09-22 22:49:30 +02:00
..
CMakeLists.txt REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
license.conf REUSE: (CC0-1.0) module descriptors and configuration files 2020-08-26 02:22:49 +02:00
license.schema.yaml REUSE: (GPL-3.0-or-later) all the schema files 2020-08-26 02:01:58 +02:00
LicensePage.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
LicensePage.h REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
LicensePage.ui REUSE: use <author> tag in .ui for license info 2020-08-26 02:05:46 +02:00
LicenseViewStep.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
LicenseViewStep.h Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00
LicenseWidget.cpp REUSE: Giant boilerplate cleanup 2020-08-26 02:28:38 +02:00
LicenseWidget.h Warnings-- (~T() override) 2020-09-22 22:49:30 +02:00
README.md REUSE: (GPL-3.0-or-later) C++ modules 2020-08-26 02:22:49 +02:00

License Approval Module

For distributions shipping proprietary software, this module creates a Global Storage entry when the user accepts or declines one or more of the End User License Agreements files that are presented here.

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