summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/skyview2svg3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/skyview2svg b/contrib/skyview2svg
index 6be36359..7fdc3273 100644
--- a/contrib/skyview2svg
+++ b/contrib/skyview2svg
@@ -10,6 +10,7 @@ example usage:
For GPSD JSON format see: http://www.catb.org/gpsd/gpsd_json.html
"""
+# SPDX-License-Identifier: BSD-2-clause
# This code runs compatibly under Python 2 and 3.x for x >= 2.
# Preserve this property!
from __future__ import absolute_import, print_function, division
@@ -23,7 +24,7 @@ __author__ = "Niccolo Rigacci"
__copyright__ = "Copyright 2018 Niccolo Rigacci <niccolo@rigacci.org>"
__license__ = "BSD-2-clause"
__email__ = "niccolo@rigacci.org"
-__version__ = "0.2.1"
+__version__ = "3.18.1"
# ------------------------------------------------------------------------