feat: update copyright messages

This commit is contained in:
2026-05-19 20:57:31 +02:00
parent e1dcc7825f
commit d07d70a026
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); mtk::draw_separator(c, x, y, c.w - 2 * x, theme);
y += 12; 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 } // namespace settings_app
+1 -1
View File
@@ -379,7 +379,7 @@ extern "C" void _start() {
montauk::print("\n"); montauk::print("\n");
montauk::print(" MontaukOS\n"); montauk::print(" MontaukOS\n");
montauk::print(" Copyright (c) 2025-2026 Daniel Hammer\n"); montauk::print(" Copyright (c) 2025-2026 Montauk Operating System\n");
montauk::print("\n"); montauk::print("\n");
if (session_user[0]) { if (session_user[0]) {