diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | src/ld-window-main.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2010 - 2016, Přemysl Janouch <p@janouch.name> +Copyright (c) 2010 - 2018, Přemysl Janouch <p@janouch.name> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/src/ld-window-main.c b/src/ld-window-main.c index f00bfa8..7935096 100644 --- a/src/ld-window-main.c +++ b/src/ld-window-main.c @@ -975,7 +975,7 @@ on_action_about (GtkAction *action, LdWindowMain *self) "logo-icon-name", PROJECT_NAME, "version", PROJECT_VERSION, "translator-credits", _("translator-credits"), - "copyright", "Copyright Přemysl Janouch 2010, 2011, 2012, 2013, 2015", + "copyright", "Copyright Přemysl Janouch 2010 - 2018", "website", PROJECT_URL, NULL); } |