summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-02-05 13:50:04 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-02-05 13:50:04 -0600
commit8aebebc18877eda1a188f3309f863b25e6331bb5 (patch)
tree98ae367846e7cf9b807ac6f40af328a9134c5296
parentdc4ac9d6fd14c30f836738e40e54057987ffeb78 (diff)
downloadepiphany-8aebebc18877eda1a188f3309f863b25e6331bb5.tar.gz
2021!
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 3feb7e214..809100771 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -1014,7 +1014,7 @@ window_cmd_show_about (GSimpleAction *action,
gtk_about_dialog_set_version (dialog, VERSION);
gtk_about_dialog_set_copyright (dialog,
"Copyright © 2002–2004 Marco Pesenti Gritti\n"
- "Copyright © 2003–2020 The GNOME Web Developers");
+ "Copyright © 2003–2021 The GNOME Web Developers");
gtk_about_dialog_set_comments (dialog, comments);
gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_3_0);
gtk_about_dialog_set_website (dialog, "https://wiki.gnome.org/Apps/Web");