mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 06:10:59 +00:00
Update copyright to 2022
This commit is contained in:
parent
d1078ed848
commit
158c401dae
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ AppName = configdata.name
|
|||
App = AppName + " " + Version
|
||||
Author = configdata.author
|
||||
HtmlAuthor = Author.replace(' ', ' ')
|
||||
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2021 " + Author
|
||||
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2021 "
|
||||
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2022 " + Author
|
||||
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2022 "
|
||||
+ HtmlAuthor)
|
||||
HtmlAppInfo = App + ", " + HtmlCopyright
|
||||
Url = configdata.url
|
||||
|
|
|
|||
Loading…
Reference in a new issue