About Minecraft Launcher popup says Mojang instead of Mojang Studios
The bug
When the About Minecraft Launcher popup is opened, the copyright message is:
Copyright © 2020 Mojang. All rights reserved.
Mojang recently changed its name to Mojang Studios, so this should probably change too.

How to reproduce
- Open the Minecraft Launcher in macOS
- In the menu bar (the left of the very top of the screen), click the Minecraft Launcher button to open the dropdown menu. Then select 'About Minecraft Launcher'.
- A popup will appear (shown above), you should be able to see the issue here.
Code analysis
Based on the way macOS applications are set up, a file exists within the application called info.plist. In this file, there are two lines of code, as follows:
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Mojang. All rights reserved.</string>
All that is needed to fix this issue is to change Mojang to Mojang Studios, and you're all set.
Environment
macOS
- Fixed
[Mod] markderickson
- 0
- 4
- Community Consensus
- 748264
- Minecraft Launcher
2.1.17415 - 2.3.240 (Mac)
2.1.17415 2.1.17626 2.1.17783 (macOS) 2.2.629 (macOS) 2.2.740 (macOS) 2.2.811 (macOS) 2.2.910 (macOS) 2.2.1166 (macOS) 2.2.1260 (macOS) 2.2.1432 (macOS) 2.2.1769 (macOS) 2.2.1864 (macOS) 2.2.2010 (macOS) 2.2.2162 (macOS) 2.2.2310 (macOS) 2.2.3964 (Mac) 2.2.8543 (Mac) 2.2.11104 (Mac) 2.2.11699 (Mac) 2.3.136 (Mac) 2.3.173 (Mac) 2.3.200 (Mac) 2.3.240 (Mac)- 2.3.377 (New Windows App)
Created Issue:
About Minecraft Launcher popup says Mojang instead of Mojang Studios
The bug
When the About Minecraft Launcher popup is opened, the copyright message is:
Copyright © 2020 Mojang. All rights reserved.Mojang recently changed its name to Mojang Studios, so this should probably change too.
How to reproduce
- Open the Minecraft Launcher in macOS
- In the menu bar (the left of the very top of the screen), click the Minecraft Launcher button to open the dropdown menu. Then select 'About Minecraft Launcher'.
- A popup will appear (shown above), you should be able to see the issue here.
Code analysis
Based on the way macOS applications are set up, a file exists within the application called info.plist. In this file, there are two lines of code, as follows:
<key>NSHumanReadableCopyright</key> <string>Copyright © 2020 Mojang. All rights reserved.</string>All that is needed to fix this issue is to change Mojang to Mojang Studios, and you're all set.
Environment
macOS
Issue no longer occur as the option in the drop-down menu was removed. Closing the ticket as cannot reproduce.

Hi Mark, we will be looking into the copyright message. Thanks
Can confirm.
This option has not been removed from the dropdown menu in macOS in the latest beta (this is still an issue).
Closing the ticket as Fixed.