Skip to content

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Barugon committed Mar 15, 2023
1 parent 111410c commit f1cbe26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Companion of the Avatar

Copyright (C) 2022 Barugon
Copyright (C) 2022-present Barugon

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/about_dlg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl AboutDlg {
ui.add_space(4.0);
ui.label(RichText::new(APP_TITLE).heading().color(Color32::GOLD));
ui.label(format!("Version {APP_VERSION}"));
ui.label(format!("Copyright © 2022 {APP_AUTHORS}"));
ui.label(format!("Copyright © 2022-present {APP_AUTHORS}"));
});
ui.add_space(8.0);
ui.separator();
Expand Down

0 comments on commit f1cbe26

Please sign in to comment.