[license] Update example
- Explain that the GPLv3 isn't actually a proprietary license, but is used as convenient text for the license page. - Invent a Calamares, Inc.
This commit is contained in:
parent
3608f62ec0
commit
ca870a6d41
@ -33,9 +33,13 @@ entries:
|
|||||||
type: browserplugin
|
type: browserplugin
|
||||||
url: http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf
|
url: http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf
|
||||||
required: true
|
required: true
|
||||||
- id: gpl
|
# This example uses a file: link. This example uses a relative link, which
|
||||||
name: GNU General Public License v3
|
# is relative to where you run Calamares. Assuming you run it from build/
|
||||||
vendor: FSF
|
# as part of your testing, you'll get the LICENSE text for Calamares
|
||||||
type: erp
|
# (which is the text of the GPLv3, not proprietary at all).
|
||||||
|
- id: mine_mine
|
||||||
|
name: Calamares Proprietary License
|
||||||
|
vendor: Calamares, Inc.
|
||||||
|
type: software
|
||||||
required: true
|
required: true
|
||||||
url: file:///tmp/COPYING.txt
|
url: file:../LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user