From b2cbcc25f8dbf5357d707c6890a291a5eb48f534 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 19 Oct 2018 17:05:27 -0700 Subject: skyview2svg: Change version, add SPDX-License-Identifier --- contrib/skyview2svg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 " __license__ = "BSD-2-clause" __email__ = "niccolo@rigacci.org" -__version__ = "0.2.1" +__version__ = "3.18.1" # ------------------------------------------------------------------------ -- cgit v1.2.1