diff --git a/README b/README
index 0c37d654..a8d5dbeb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DOSBox (dosbox-staging) v0.75.0 Manual
+DOSBox (dosbox-staging) 0.75.0 Manual
======
INDEX:
diff --git a/contrib/macos/Info.plist.template b/contrib/macos/Info.plist.template
index d7df164c..57629920 100644
--- a/contrib/macos/Info.plist.template
+++ b/contrib/macos/Info.plist.template
@@ -33,7 +33,7 @@
%VERSION%
NSHumanReadableCopyright
- Copyright 2002-2020 The DOSBox Team
+ Copyright 2020 The dosbox-staging team
NSPrincipalClass
NSApplication
diff --git a/src/winres.rc b/src/winres.rc
index 402e02e2..348d1a5f 100644
--- a/src/winres.rc
+++ b/src/winres.rc
@@ -18,12 +18,12 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "© 2002-2020 DOSBox Team, published under GNU GPL"
- VALUE "CompanyName", "DOSBox Team"
+ VALUE "Comments", "© 2020 dosbox-staging team, published under GNU GPL"
+ VALUE "CompanyName", "dosbox-staging"
VALUE "FileDescription", "DOSBox DOS Emulator"
VALUE "FileVersion", "0, 75, 0, 0"
VALUE "InternalName", "dosbox-staging"
- VALUE "LegalCopyright", "Copyright © 2002-2020 DOSBox Team"
+ VALUE "LegalCopyright", "Copyright © 2020 dosbox-staging team"
VALUE "OriginalFilename", "dosbox.exe"
VALUE "ProductName", "dosbox-staging"
VALUE "ProductVersion", "0, 75, 0, 0"