From cc629fd16039904338a8aad2b3e6988881a72c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 25 Jun 2018 03:06:21 +0200 Subject: [PATCH] Update copyright years --- LICENSE | 2 +- src/ld-window-main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 634a628..43edb6e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010 - 2016, Přemysl Janouch +Copyright (c) 2010 - 2018, Přemysl Janouch 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); }