changeset 4:60b789dfee32

Moar.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 May 2021 13:58:45 +0300
parents e6a7726ea1e5
children 274b2091137c
files lxmldump.py
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lxmldump.py	Mon May 03 13:39:25 2021 +0300
+++ b/lxmldump.py	Tue May 04 13:58:45 2021 +0300
@@ -1,7 +1,11 @@
 #!/usr/bin/python3 -B
 # coding=utf-8
 ###
-### ISO/FDIS 1951 lxmldump
+### lxmldump - 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)
+###
+### Python 3.7+ required!
 ###
 import sys
 import signal