summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-19 17:05:27 -0700
committerGary E. Miller <gem@rellim.com>2018-10-19 17:05:27 -0700
commitb2cbcc25f8dbf5357d707c6890a291a5eb48f534 (patch)
tree10160ea7a944d033668523a46e84afe97b2bfdd3
parentbb0b2224c52655964361082a74da3157a245960a (diff)
downloadgpsd-b2cbcc25f8dbf5357d707c6890a291a5eb48f534.tar.gz
skyview2svg: Change version, add SPDX-License-Identifier
-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"
# ------------------------------------------------------------------------