summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-03-31 15:24:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-03-31 15:24:35 +0200
commitb21795562b4bb3d1cd579e118b3261973ec802ad (patch)
tree304bd7f33b4663fb1a58497a84590bec150ea68f
parentfc1cf6c31493eda69269dadbd34ecea85d3c209d (diff)
Add license headers
-rwxr-xr-xbin/lookup-server4
-rwxr-xr-xbin/populate-lut4
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