diff options
author | Christian Hesse <mail@eworm.de> | 2020-06-19 22:17:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-06-19 22:17:42 +0200 |
commit | 71ad56aaccecb40253e8e697ff36e17b508bb927 (patch) | |
tree | 1d1fa364bffd95164c5ada0ee1d349b7f145d2ac /dhcp-to-dns | |
parent | 12015af85500a7bf836bb64478f07efc1e4672e3 (diff) |
explicitly name the license
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de>
This program 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 program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
https://www.gnu.org/licenses/#GPL
https://www.gnu.org/licenses/gpl.html
https://www.gnu.org/licenses/gpl.md
Diffstat (limited to 'dhcp-to-dns')
-rw-r--r-- | dhcp-to-dns | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp-to-dns b/dhcp-to-dns index f883cd0..0a7c1af 100644 --- a/dhcp-to-dns +++ b/dhcp-to-dns @@ -1,6 +1,7 @@ #!rsc # RouterOS script: dhcp-to-dns # Copyright (c) 2013-2020 Christian Hesse <mail@eworm.de> +# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # # check DHCP leases and add/remove/update DNS entries # https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-to-dns.md |