From dd34f01d112ae1e8e387a205b5937032c65b261b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 18 Aug 2020 11:45:23 +0200 Subject: [PATCH] LICENSE: sync --- LICENSE | 3 ++- .../opnsense/scripts/systemhealth/logformats/zabbix_agentd.py | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 069d562f9..e240a4202 100644 --- a/LICENSE +++ b/LICENSE @@ -12,7 +12,7 @@ Copyright (c) 2008-2010 Ermal Luçi Copyright (c) 2017-2019 Fabian Franz Copyright (c) 2019 Felix Matouschek Copyright (c) 2014-2020 Franco Fichtner -Copyright (c) 2016-2019 Frank Wall +Copyright (c) 2016-2020 Frank Wall Copyright (c) 2016 IT-assistans Sverige AB Copyright (c) 2010 Jim Pingle Copyright (c) 2015 Jos Schellevis @@ -26,6 +26,7 @@ Copyright (c) 2010-2012 Seth Mos Copyright (c) 2008 Shrew Soft Inc. Copyright (c) 2017-2019 Smart-Soft Copyright (c) 2013 Stanley P. Miller \ stan-qaz +Copyright (c) 2020 Starkstromkonsument Copyright (c) 2010 Yehuda Katz Copyright (c) 2015 YoungJoo.Kim Copyright (c) 2020 devNan0 diff --git a/net-mgmt/zabbix-agent/src/opnsense/scripts/systemhealth/logformats/zabbix_agentd.py b/net-mgmt/zabbix-agent/src/opnsense/scripts/systemhealth/logformats/zabbix_agentd.py index dbb5a327a..637641949 100755 --- a/net-mgmt/zabbix-agent/src/opnsense/scripts/systemhealth/logformats/zabbix_agentd.py +++ b/net-mgmt/zabbix-agent/src/opnsense/scripts/systemhealth/logformats/zabbix_agentd.py @@ -1,6 +1,6 @@ """ Copyright (c) 2020 Ad Schellevis - Copyright (C) 2020 Starkstromkonsument + Copyright (C) 2020 Starkstromkonsument All rights reserved. Redistribution and use in source and binary forms, with or without @@ -53,4 +53,3 @@ class ZabbixLogFormat(BaseLogFormat): def line(line): tmp = re.match(zabbix_timeformat, line) return tmp.group(3) -