From b6fcb5b2c9eb08393cee2102c6ff7106754a2a43 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 23 Mar 2021 23:59:41 -0400 Subject: header: add copright info --- usfm2gmi.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usfm2gmi.py') diff --git a/usfm2gmi.py b/usfm2gmi.py index 2f0f376..fe188e7 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -1,4 +1,10 @@ #!/usr/bin/env python3 +"""Convert usfm line-by-line into gemtext""" +__author__ = "Zach DeCook" +__email__ = "zachdecook@librem.one" +__copyright__ = "Copyright (C) 2021 Zach DeCook" +__license__ = "AGPL" +__version__ = "3" import fileinput def printf(string): -- cgit 1.4.1