We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc551e commit 585cff4Copy full SHA for 585cff4
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2017-2019, yuuki0xff
+Copyright (c) 2017-2023, yuuki0xff
2
Copyright (c) 2012-2016, Charl P. Botha
3
All rights reserved.
4
nvpy/view.py
@@ -1682,7 +1682,7 @@ def cmd_paste(self):
1682
def cmd_help_about(self):
1683
tkMessageBox.showinfo('Help | About',
1684
'nvPY %s - A rather ugly but cross-platform simplenote client.\n\n'
1685
- 'Copyright 2017-2022 yuuki0xff <https://yuuki0xff.jp/>\n'
+ 'Copyright 2017-2023 yuuki0xff <https://yuuki0xff.jp/>\n'
1686
'Copyright 2012-2016 Charl P. Botha <http://charlbotha.com/>\n' %
1687
(self.config.app_version, ),
1688
parent=self.root)
0 commit comments