diff options
Diffstat (limited to 'bin/populate-lut')
-rwxr-xr-x | bin/populate-lut | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/populate-lut b/bin/populate-lut index 18df981..9723f2e 100755 --- a/bin/populate-lut +++ b/bin/populate-lut @@ -1,5 +1,9 @@ #!/usr/bin/env python3 # vim:tabstop=4 softtabstop=4 shiftwidth=4 textwidth=160 smarttab expandtab colorcolumn=160 +# +# Copyright (C) 2021 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause from datetime import datetime, timedelta from geopy.distance import distance |