diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-31 15:24:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-31 15:24:35 +0200 |
commit | b21795562b4bb3d1cd579e118b3261973ec802ad (patch) | |
tree | 304bd7f33b4663fb1a58497a84590bec150ea68f /bin/populate-lut | |
parent | fc1cf6c31493eda69269dadbd34ecea85d3c209d (diff) |
Add license headers
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 |