1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add All_Rights_Reserved license

This is mostly to make the wizard code easier
This commit is contained in:
Elias Steurer 2020-12-11 14:41:38 +01:00
parent 9fd16624a6
commit 453bd77ba8
3 changed files with 3 additions and 1 deletions

View File

@ -139,5 +139,6 @@
<file>assets/wizards/License_CC_Attribution-ShareAlike_4.0.txt</file>
<file>assets/wizards/License_GPL_3.0.txt</file>
<file>assets/wizards/License_CC0_1.0.txt</file>
<file>assets/wizards/License_All_Rights_Reserved_1.0.txt</file>
</qresource>
</RCC>

View File

@ -0,0 +1 @@
All rights reserved.

View File

@ -67,7 +67,7 @@ ColumnLayout {
ListElement {
name: "All rights reserved"
description: qsTr("You do not share any rights and nobody is allowed to use remix it (Not recommended). Can also used to credit work others.")
tldrlegal: ""
tldrlegal: ":/assets/wizards/License_All_Rights_Reserved_1.0.txt"
}
}
}