summaryrefslogtreecommitdiff
path: root/weather.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-02-05 16:55:22 +0000
committerNick White <git@njw.name>2021-02-05 16:55:22 +0000
commit67a1d86debbfd8fe4648e22cc0197e660685e30e (patch)
tree881c51b58e48c8ce81c07e8726fbfbb6dc21fb78 /weather.go
parent01c062675cdff47e8b0c6e502a44f86f173786ee (diff)
downloadweather-67a1d86debbfd8fe4648e22cc0197e660685e30e.tar.bz2
weather-67a1d86debbfd8fe4648e22cc0197e660685e30e.zip
Add GPLv3 license
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"