feat: update copyright messages

This commit is contained in:
2026-05-19 20:57:31 +02:00
parent 3ec5135733
commit 0d61c0df61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void settings_draw_about(Canvas& c, SettingsState* st) {
mtk::draw_separator(c, x, y, c.w - 2 * x, theme);
y += 12;
c.text(x, y, "Copyright (c) 2026 Daniel Hammer", theme.text_muted);
c.text(x, y, "Copyright \xa9 2026 Montauk Operating System", theme.text_muted);
}
} // namespace settings_app