diff --git a/scripts/dosbox-installer.nsi b/scripts/dosbox-installer.nsi index ad2fe657..6a03a14d 100644 --- a/scripts/dosbox-installer.nsi +++ b/scripts/dosbox-installer.nsi @@ -2,7 +2,7 @@ !define VER_MINOR 74 !define APP_NAME "DOSBox ${VER_MAYOR}.${VER_MINOR} Installer" !define COMP_NAME "DOSBox Team" -!define COPYRIGHT "Copyright © 2002-2020 DOSBox Team" +!define COPYRIGHT "Copyright © 2002-2020 DOSBox Team" !define DESCRIPTION "DOSBox Installer" VIProductVersion "${VER_MAYOR}.${VER_MINOR}.0.0" diff --git a/src/winres.rc b/src/winres.rc index 04fb7bb2..73a8d8a8 100644 --- a/src/winres.rc +++ b/src/winres.rc @@ -18,12 +18,12 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "© 2020 dosbox-staging team, published under GNU GPL" + VALUE "Comments", "© 2020 dosbox-staging team, published under GNU GPL" VALUE "CompanyName", "dosbox-staging" VALUE "FileDescription", "DOSBox DOS Emulator" VALUE "FileVersion", "0, 76, 0, 0" VALUE "InternalName", "dosbox-staging" - VALUE "LegalCopyright", "Copyright © 2020 dosbox-staging team" + VALUE "LegalCopyright", "Copyright © 2020 dosbox-staging team" VALUE "OriginalFilename", "dosbox.exe" VALUE "ProductName", "dosbox-staging" VALUE "ProductVersion", "0, 76, 0, 0"