Skip to content

Commit

Permalink
Updated Copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 22, 2023
1 parent b6e30ee commit b4407a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void InitPanelAbout(const config_category& category)
amiberryLogoImage = gcn::Image::load(prefix_with_data_path("amiberry-logo.png"));
icon = new gcn::Icon(amiberryLogoImage);
lblEmulatorVersion = new gcn::Label(get_version_string());
lblCopyright = new gcn::Label("Copyright (C) 2016-2022 Dimitris Panokostas");
lblCopyright = new gcn::Label("Copyright (C) 2016-2023 Dimitris Panokostas");
lblSDL_compiled_version = new gcn::Label(get_sdl2_version_string());

textBox = new gcn::TextBox(
Expand Down

0 comments on commit b4407a3

Please sign in to comment.