about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-03-15 01:03:50 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-03-15 01:03:50 +0100
commitf3999634a5e72a1dcff688d1ba34886d76cdf400 (patch)
tree9e609c1fe96f1e8ecbb32fb690347fbbe952d024
parent9f42c13222683bf0f96e72fe10ef7741b1ee69de (diff)
downloadhtping-f3999634a5e72a1dcff688d1ba34886d76cdf400.tar.gz
htping-f3999634a5e72a1dcff688d1ba34886d76cdf400.tar.xz
htping-f3999634a5e72a1dcff688d1ba34886d76cdf400.zip
add license to source
-rw-r--r--htping.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/htping.go b/htping.go
index 395e4ad..79dfcfd 100644
--- a/htping.go
+++ b/htping.go
@@ -1,3 +1,9 @@
+// htping - periodically send HTTP requests
+//
+// To the extent possible under law, Leah Neukirchen <leah@vuxu.org>
+// has waived all copyright and related or neighboring rights to this work.
+// http://creativecommons.org/publicdomain/zero/1.0/
+
 package main
 
 import (