Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
superctr committed Jan 2, 2021
1 parent 447c7b1 commit 16a02d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To build a release binary, add `RELEASE=1`.

### Copyright

© 2020 Ian Karlsson
© 2020-2021 Ian Karlsson

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void About_Window::display()
ImGui::Begin(window_id.c_str(), &active, ImGuiWindowFlags_AlwaysAutoResize);
ImGui::Text("MML (Music Macro Language) editor and player.");
ImGui::Text("%s", version_string);
ImGui::Text("Copyright 2020 Ian Karlsson.");
ImGui::Text("Copyright 2020-2021 Ian Karlsson.");
ImGui::Separator();
ImGui::Text("Source code repository and issue reporting:");
ImGui::Text("https://github.com/superctr/mmlgui");
Expand Down

0 comments on commit 16a02d4

Please sign in to comment.