Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
timxx committed Jan 10, 2021
1 parent 26d7896 commit 5bfc979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgitc/aboutdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __initTabs(self):
about += "<center><a href=https://github.com/timxx/qgitc>"
about += self.tr("Visit project host")
about += "</a></center><br/>"
about += "<center>Copyright © 2016-2020 Weitian Leung</center>"
about += "<center>Copyright © 2016-2021 Weitian Leung</center>"

self.tbAbout.setHtml(about)

Expand Down

0 comments on commit 5bfc979

Please sign in to comment.