Update copyright years
This commit is contained in:
parent
ec29804080
commit
733fb54580
2
LICENSE
2
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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue