forked from pool/python-pynput
20 lines
800 B
Diff
20 lines
800 B
Diff
|
Index: pynput-1.7.6/lib/pynput/_info.py
|
||
|
===================================================================
|
||
|
--- pynput-1.7.6.orig/lib/pynput/_info.py 2022-01-01 20:57:22.000000000 +0100
|
||
|
+++ pynput-1.7.6/lib/pynput/_info.py 2023-04-23 18:22:28.036346734 +0200
|
||
|
@@ -1,6 +1,6 @@
|
||
|
# coding=utf-8
|
||
|
# pystray
|
||
|
-# Copyright (C) 2015-2022 Moses Palmér
|
||
|
+# Copyright (C) 2015-2022 Moses Palmer
|
||
|
#
|
||
|
# This program is free software: you can redistribute it and/or modify it under
|
||
|
# the terms of the GNU Lesser General Public License as published by the Free
|
||
|
@@ -15,5 +15,5 @@
|
||
|
# You should have received a copy of the GNU Lesser General Public License
|
||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
|
||
|
-__author__ = u'Moses Palmér'
|
||
|
+__author__ = u'Moses Palmer'
|
||
|
__version__ = (1, 7, 6)
|