From 7dfa12012aaebc5e546ca77f6d0a7b8f9e7195d0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 11 Jan 2023 16:11:06 -0500 Subject: [PATCH] Bump copyright year to 2023 Former-commit-id: 66ea83d57a820d95e38af3ac897e0ecb2a6ae4c1 [formerly cfac8ddc3b8a27f808e0090a1542f46bd1657078] Former-commit-id: 00cdceec419234325784b50a70a892bf960a604d --- lib/sshyp.py | 4 ++-- share/licenses/sshyp/license | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index aa6111a..64a5220 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -349,7 +349,7 @@ def tweak(): # runs configuration wizard def print_info(): # prints help text based on argument if argument_list[1] == 'help' or argument_list[1] == '--help' or argument_list[1] == '-h': - print('\n\u001b[1msshyp copyright (c) 2021-2022 randall winkhart\u001b[0m\n') + print('\n\u001b[1msshyp copyright (c) 2021-2023 randall winkhart\u001b[0m\n') print("this is free software, and you are welcome to redistribute it under certain conditions;\nthis program " "comes with absolutely no warranty;\ntype 'sshyp license' for details") if device_type == 'client': @@ -406,7 +406,7 @@ def print_info(): # prints help text based on argument print('\u001b[38;5;7;48;5;8m<><><><><><><><><><><><><><><><><><><><><><><><><><><><>\u001b[0m') print('\u001b[38;5;7;48;5;8m/\u001b[38;5;15;48;5;15m ' '\u001b[38;5;7;48;5;8m/\u001b[0m') - print('\u001b[38;5;7;48;5;8m/\u001b[38;5;15;48;5;15m \u001b[38;5;15;48;5;8msshyp copyright (c) 2021-2022 ' + print('\u001b[38;5;7;48;5;8m/\u001b[38;5;15;48;5;15m \u001b[38;5;15;48;5;8msshyp copyright (c) 2021-2023 ' 'randall winkhart\u001b[38;5;15;48;5;15m \u001b[38;5;7;48;5;8m/\u001b[0m') print('\u001b[38;5;7;48;5;8m/\u001b[38;5;15;48;5;15m ' '\u001b[38;5;7;48;5;8m/\u001b[0m') diff --git a/share/licenses/sshyp/license b/share/licenses/sshyp/license index 9f8ca3f..a460959 100644 --- a/share/licenses/sshyp/license +++ b/share/licenses/sshyp/license @@ -1,5 +1,5 @@ sshyp is a FOSS password manager that uses an sftp-based syncing back-end. - Copyright (C) 2022 Randall Winkhart idgr@tutanota.com + Copyright (C) 2021-2023 Randall Winkhart idgr@tutanota.com This program is free software: you can redistribute it and/or modify it under the terms of version 3 (only) of the GNU General Public License