diff options
Diffstat (limited to 'templater/dns.go')
-rw-r--r-- | templater/dns.go | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templater/dns.go b/templater/dns.go index 087399202b0c..096ceb1dfd52 100644 --- a/templater/dns.go +++ b/templater/dns.go @@ -1,4 +1,15 @@ -// This file contains the implementation of a template function for retrieving IP addresses from DNS +// Copyright (C) 2016-2017 Vincent Ambo <mail@tazj.in> +// +// This file is part of Kontemplate. +// +// Kontemplate is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This file contains the implementation of a template function for retrieving +// IP addresses from DNS + package templater import ( |