From b21795562b4bb3d1cd579e118b3261973ec802ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 31 Mar 2021 15:24:35 +0200 Subject: Add license headers --- bin/lookup-server | 4 ++++ bin/populate-lut | 4 ++++ 2 files changed, 8 insertions(+) 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 -- cgit v1.2.3