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