Skip to content

Commit 585cff4

Browse files
committed
update copyright
1 parent 2fc551e commit 585cff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2019, yuuki0xff
1+
Copyright (c) 2017-2023, yuuki0xff
22
Copyright (c) 2012-2016, Charl P. Botha
33
All rights reserved.
44

nvpy/view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ def cmd_paste(self):
16821682
def cmd_help_about(self):
16831683
tkMessageBox.showinfo('Help | About',
16841684
'nvPY %s - A rather ugly but cross-platform simplenote client.\n\n'
1685-
'Copyright 2017-2022 yuuki0xff <https://yuuki0xff.jp/>\n'
1685+
'Copyright 2017-2023 yuuki0xff <https://yuuki0xff.jp/>\n'
16861686
'Copyright 2012-2016 Charl P. Botha <http://charlbotha.com/>\n' %
16871687
(self.config.app_version, ),
16881688
parent=self.root)

0 commit comments

Comments
 (0)