diff options
Diffstat (limited to 'htping.go')
-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 ( |