diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-03-15 01:03:50 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-03-15 01:03:50 +0100 |
commit | f3999634a5e72a1dcff688d1ba34886d76cdf400 (patch) | |
tree | 9e609c1fe96f1e8ecbb32fb690347fbbe952d024 | |
parent | 9f42c13222683bf0f96e72fe10ef7741b1ee69de (diff) | |
download | htping-f3999634a5e72a1dcff688d1ba34886d76cdf400.tar.gz htping-f3999634a5e72a1dcff688d1ba34886d76cdf400.tar.xz htping-f3999634a5e72a1dcff688d1ba34886d76cdf400.zip |
add license to source
-rw-r--r-- | htping.go | 6 |
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 ( |