From 0bcb227dc7ca314075cde83b6956a58dc3d5fdf0 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 19 Nov 2018 16:36:14 -0800 Subject: LICENSE: Update license's to be more consistent. No functional changes. --- contrib/webgps.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/webgps.py') diff --git a/contrib/webgps.py b/contrib/webgps.py index b10a465c..b9aabdd1 100755 --- a/contrib/webgps.py +++ b/contrib/webgps.py @@ -37,6 +37,9 @@ If this file is present on start of webgps.py, it is loaded. This allows to restart webgps.py without losing accumulated satellite tracks. """ +# This file is Copyright (c) 2010-2018 by the GPSD project +# SPDX-License-Identifier: BSD-2-clause + from __future__ import absolute_import, print_function, division import math -- cgit v1.2.1