diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lookup-server | 4 | ||||
-rwxr-xr-x | bin/populate-lut | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/lookup-server b/bin/lookup-server index e746e48..33fe049 100755 --- a/bin/lookup-server +++ b/bin/lookup-server @@ -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: AGPL-3.0-only import argparse import psycopg2 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 |