diff --git a/LICENSE b/LICENSE index 412acf3ee..336483a1a 100644 --- a/LICENSE +++ b/LICENSE @@ -18,7 +18,7 @@ Copyright (c) 2008-2010 Ermal Luçi Copyright (c) 2017-2020 Fabian Franz Copyright (c) 2019 Felix Matouschek Copyright (c) 2014-2021 Franco Fichtner -Copyright (c) 2016-2021 Frank Wall +Copyright (c) 2016-2022 Frank Wall Copyright (c) 2021 Github-jjw Copyright (c) 2016 IT-assistans Sverige AB Copyright (c) 2021-2022 Jan Winkler diff --git a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php index 3eab03d75..7242b58f6 100644 --- a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php +++ b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation/AcmeVault.php @@ -31,7 +31,7 @@ namespace OPNsense\AcmeClient\LeAutomation; use OPNsense\AcmeClient\LeAutomationInterface; /** - * Run acme.sh deploy hook vault + * Run acme.sh deploy hook vault * @package OPNsense\AcmeClient */ class AcmeVault extends Base implements LeAutomationInterface