aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--src/ld-window-main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 1917d35..bc9d30c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Premysl Janouch 2010, 2011, 2012
+Copyright Premysl Janouch 2010, 2011, 2012, 2013, 2015
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/ld-window-main.c b/src/ld-window-main.c
index b0e5858..2da6c35 100644
--- a/src/ld-window-main.c
+++ b/src/ld-window-main.c
@@ -974,7 +974,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
"program-name", PROJECT_NAME,
"version", PROJECT_VERSION,
"translator-credits", _("translator-credits"),
- "copyright", "Copyright Přemysl Janouch 2010, 2011, 2012",
+ "copyright", "Copyright Přemysl Janouch 2010, 2011, 2012, 2013, 2015",
"website", PROJECT_URL,
NULL);
}