changeset 81:4fb259e345c2

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2022 13:23:37 +0200
parents 0d9303f30e68
children c876f8872552
files lxmldump.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lxmldump.py	Tue Mar 01 13:23:25 2022 +0200
+++ b/lxmldump.py	Tue Mar 01 13:23:37 2022 +0200
@@ -3,7 +3,7 @@
 ###
 ### lxmldump - Convert and dump ISO/FDIS 1951 XML file data
 ### Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
-### (C) Copyright 2021 Tecnic Software productions (TNSP)
+### (C) Copyright 2021-2022 Tecnic Software productions (TNSP)
 ###
 ### Released / distributed under 3-clause BSD license
 ### (see file "COPYING" for more information)
@@ -288,7 +288,8 @@
 class PKKArgumentParser(argparse.ArgumentParser):
     def print_help(self):
         print("lxmldump - Convert and dump ISO/FDIS 1951 XML file data\n"
-        "(C) Copyright 2021 Matti 'ccr' Hämäläinen <ccr@tnsp.org>\n")
+        "(C) Copyright 2021-2022 Matti 'ccr' Hämäläinen <ccr@tnsp.org>\n")
+
         super().print_help()
 
         print("\nAvailable output modes:")