mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add All_Rights_Reserved license
This is mostly to make the wizard code easier
This commit is contained in:
parent
9fd16624a6
commit
453bd77ba8
@ -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>
|
||||
|
@ -0,0 +1 @@
|
||||
All rights reserved.
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user