From e7cdb05efaf2aec7129b781d9e87910718da20a1 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 3 Sep 2023 15:24:40 +0200 Subject: [PATCH] Just a typo fix. (0.28.3) --- bin/linspector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index 3d46677..324fa94 100755 --- a/bin/linspector +++ b/bin/linspector @@ -51,7 +51,7 @@ def parse_args(): def linspector(): print('Starting Linspector...') - print('This software is free software licensed under the terms of the MIT license. (c) 2013 - 2023 by ' + print('This software is free software licensed under the terms of the MIT license. (c) 2013-2023 by ' 'Johannes Findeisen ') args = parse_args()