From adb0dcad2076b2b33ab7b4bb9050170e36068f13 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 16 Apr 2020 14:40:55 +0200 Subject: [PATCH] dns/unbound-plus: small change to parse copyright --- LICENSE | 1 + .../src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6da3cfdf3..d4dd30ef2 100644 --- a/LICENSE +++ b/LICENSE @@ -20,6 +20,7 @@ Copyright (c) 2019 Juergen Kellerer Copyright (c) 2003-2006 Manuel Kasper Copyright (c) 2020 Martin Wasley Copyright (c) 2017-2020 Michael Muenz +Copyright (c) 2020 Petr Kejval Copyright (c) 2004-2012 Scott Ullrich Copyright (c) 2010-2012 Seth Mos Copyright (c) 2008 Shrew Soft Inc. diff --git a/dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py b/dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py index 811a6ebc1..f933ad687 100755 --- a/dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py +++ b/dns/unbound-plus/src/opnsense/scripts/OPNsense/Unboundplus/dnsbl.py @@ -1,7 +1,7 @@ #!/usr/local/bin/python3 # DNS BL script -# Copyright 2020 Petr Kejval +# Copyright (c) 2020 Petr Kejval # Downloads blacklisted domains from user specified URLs and "compile" them into unbound.conf compatible file