campaignd: Rephrase a few parts of the default license notice
Quite concerningly, people made a typo ('proscribed' instead of 'prescribed') which changes the meaning of the sentence in question rather substantially. Additionally, the situation with different versions of the GNU GPL hasn't ever been quite clear -- in theory people could've used the GNU GPL version 1 with content previously licensed under version 2 or later. This change is meant to address this issue as well. Some redundant wording has been removed in the process. (Reviewed by Pentarctagon and Vultraz.)
This commit is contained in:
parent
220792dd07
commit
782ee9d761
1 changed files with 4 additions and 4 deletions
|
@ -102,19 +102,19 @@ const std::string default_license_notice = R"""(<span size='x-large'>General Rul
|
|||
|
||||
The current version of the server rules can be found at: https://r.wesnoth.org/t51347
|
||||
|
||||
<span color='#f88'>Any content that does not conform to the rules listed on the link, as well as the licensing terms below, may be removed at any time without prior notice.</span>
|
||||
<span color='#f88'>Any content that does not conform to the rules listed at the link above, as well as the licensing terms below, may be removed at any time without prior notice.</span>
|
||||
|
||||
<span size='x-large'>Licensing</span>
|
||||
|
||||
All content within add-ons uploaded to this server must be licensed under the terms of the GNU General Public License (GPL), with the sole exception of graphics and audio explicitly denoted as released under a Creative Commons license either in:
|
||||
All content within add-ons uploaded to this server must be licensed under the terms of the GNU General Public License (GPL), version 2 or later, with the sole exception of graphics and audio explicitly denoted as released under a Creative Commons license either in:
|
||||
|
||||
a) a combined toplevel file, e.g. “<span font_family='monospace'>My_Addon/ART_LICENSE</span>”; <b>or</b>
|
||||
b) a file with the same path as the asset with “<span font_family='monospace'>.license</span>” appended, e.g. “<span font_family='monospace'>My_Addon/images/units/axeman.png.license</span>”.
|
||||
|
||||
<b>By uploading content to this server, you certify that you have the right to:</b>
|
||||
|
||||
a) release all included art and audio explicitly denoted with a Creative Commons license in the proscribed manner under that license; <b>and</b>
|
||||
b) release all other included content under the terms of the GPL; and that you choose to do so.)""";
|
||||
a) release all included art and audio explicitly denoted with a Creative Commons license in the prescribed manner under that license; <b>and</b>
|
||||
b) release all other included content under the terms of the chosen versions of the GNU GPL.)""";
|
||||
|
||||
bool timing_reports_enabled = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue