From 453bd77ba8d34241c6be0091844b15a155b53d7c Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 11 Dec 2020 14:41:38 +0100 Subject: [PATCH] Add All_Rights_Reserved license This is mostly to make the wizard code easier --- ScreenPlay/Resources.qrc | 1 + ScreenPlay/assets/wizards/License_All_Rights_Reserved_1.0.txt | 1 + ScreenPlay/qml/Common/LicenseSelector.qml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ScreenPlay/assets/wizards/License_All_Rights_Reserved_1.0.txt diff --git a/ScreenPlay/Resources.qrc b/ScreenPlay/Resources.qrc index c66bf095..b6aa6b64 100644 --- a/ScreenPlay/Resources.qrc +++ b/ScreenPlay/Resources.qrc @@ -139,5 +139,6 @@ assets/wizards/License_CC_Attribution-ShareAlike_4.0.txt assets/wizards/License_GPL_3.0.txt assets/wizards/License_CC0_1.0.txt + assets/wizards/License_All_Rights_Reserved_1.0.txt diff --git a/ScreenPlay/assets/wizards/License_All_Rights_Reserved_1.0.txt b/ScreenPlay/assets/wizards/License_All_Rights_Reserved_1.0.txt new file mode 100644 index 00000000..7fe7959b --- /dev/null +++ b/ScreenPlay/assets/wizards/License_All_Rights_Reserved_1.0.txt @@ -0,0 +1 @@ +All rights reserved. diff --git a/ScreenPlay/qml/Common/LicenseSelector.qml b/ScreenPlay/qml/Common/LicenseSelector.qml index 21695b6f..d806c1a5 100644 --- a/ScreenPlay/qml/Common/LicenseSelector.qml +++ b/ScreenPlay/qml/Common/LicenseSelector.qml @@ -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" } } }