LICENSE: sync

This commit is contained in:
Franco Fichtner
2020-08-18 11:45:23 +02:00
parent 567e5e4906
commit dd34f01d11
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ Copyright (c) 2008-2010 Ermal Luçi
Copyright (c) 2017-2019 Fabian Franz
Copyright (c) 2019 Felix Matouschek <felix@matouschek.org>
Copyright (c) 2014-2020 Franco Fichtner <franco@opnsense.org>
Copyright (c) 2016-2019 Frank Wall
Copyright (c) 2016-2020 Frank Wall
Copyright (c) 2016 IT-assistans Sverige AB
Copyright (c) 2010 Jim Pingle <jimp@pfsense.org>
Copyright (c) 2015 Jos Schellevis
@@ -26,6 +26,7 @@ Copyright (c) 2010-2012 Seth Mos <seth.mos@dds.nl>
Copyright (c) 2008 Shrew Soft Inc. <mgrooms@shrew.net>
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 <vozltx@gmail.com>
Copyright (c) 2020 devNan0 <nan0@nan0.dev>
@@ -1,6 +1,6 @@
"""
Copyright (c) 2020 Ad Schellevis <ad@opnsense.org>
Copyright (C) 2020 Starkstromkonsument <https://github.com/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)