summaryrefslogtreecommitdiff
path: root/weather.go
diff options
context:
space:
mode:
Diffstat (limited to 'weather.go')
-rw-r--r--weather.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/weather.go b/weather.go
index ca7fe12..7e615cc 100644
--- a/weather.go
+++ b/weather.go
@@ -1,6 +1,11 @@
+// Copyright 2018-2021 Nick White.
+// Use of this source code is governed by the GPLv3
+// license that can be found in the LICENSE file.
+
package main
-// TODO: allow free-text lookups of place names, rather than ids
+// TODO: allow free-text lookups of place names, rather than ids.
+// see README for details of how to do that.
import (
"encoding/json"