Skip to content

Commit 5bfc979

Browse files
committed
update copyright year
1 parent 26d7896 commit 5bfc979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgitc/aboutdialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __initTabs(self):
3333
about += "<center><a href=https://github.com/timxx/qgitc>"
3434
about += self.tr("Visit project host")
3535
about += "</a></center><br/>"
36-
about += "<center>Copyright © 2016-2020 Weitian Leung</center>"
36+
about += "<center>Copyright © 2016-2021 Weitian Leung</center>"
3737

3838
self.tbAbout.setHtml(about)
3939

0 commit comments

Comments
 (0)