]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Update my email and the copyright year
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Mar 2022 20:16:35 +0000 (20:16 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 25 Mar 2022 20:16:35 +0000 (20:16 +0000)
116 files changed:
lualib/global_functions.lua
lualib/lua_auth_results.lua
lualib/lua_aws.lua
lualib/lua_bayes_learn.lua
lualib/lua_cfg_transform.lua
lualib/lua_clickhouse.lua
lualib/lua_content/ical.lua
lualib/lua_content/init.lua
lualib/lua_content/pdf.lua
lualib/lua_content/vcard.lua
lualib/lua_dkim_tools.lua
lualib/lua_ffi/common.lua
lualib/lua_ffi/dkim.lua
lualib/lua_ffi/init.lua
lualib/lua_ffi/linalg.lua
lualib/lua_ffi/spf.lua
lualib/lua_fuzzy.lua
lualib/lua_lexer.lua
lualib/lua_magic/heuristics.lua
lualib/lua_magic/init.lua
lualib/lua_magic/patterns.lua
lualib/lua_magic/types.lua
lualib/lua_maps.lua
lualib/lua_maps_expressions.lua
lualib/lua_meta.lua
lualib/lua_mime.lua
lualib/lua_mime_types.lua
lualib/lua_redis.lua
lualib/lua_scanners/avast.lua
lualib/lua_scanners/clamav.lua
lualib/lua_scanners/common.lua
lualib/lua_scanners/dcc.lua
lualib/lua_scanners/fprot.lua
lualib/lua_scanners/icap.lua
lualib/lua_scanners/init.lua
lualib/lua_scanners/kaspersky_av.lua
lualib/lua_scanners/kaspersky_se.lua
lualib/lua_scanners/oletools.lua
lualib/lua_scanners/p0f.lua
lualib/lua_scanners/pyzor.lua
lualib/lua_scanners/razor.lua
lualib/lua_scanners/savapi.lua
lualib/lua_scanners/sophos.lua
lualib/lua_scanners/spamassassin.lua
lualib/lua_scanners/vadesecure.lua
lualib/lua_scanners/virustotal.lua
lualib/lua_selectors/common.lua
lualib/lua_selectors/extractors.lua
lualib/lua_selectors/init.lua
lualib/lua_selectors/maps.lua
lualib/lua_selectors/transforms.lua
lualib/lua_settings.lua
lualib/lua_smtp.lua
lualib/lua_stat.lua
lualib/lua_urls_compose.lua
lualib/lua_util.lua
lualib/lua_verdict.lua
lualib/plugins/neural.lua
lualib/plugins/rbl.lua
lualib/plugins_stats.lua
lualib/rspamadm/clickhouse.lua
lualib/rspamadm/configgraph.lua
lualib/rspamadm/configwizard.lua
lualib/rspamadm/cookie.lua
lualib/rspamadm/dmarc_report.lua
lualib/rspamadm/dns_tool.lua
lualib/rspamadm/grep.lua
lualib/rspamadm/keypair.lua
lualib/rspamadm/mime.lua
lualib/rspamadm/publicsuffix.lua
lualib/rspamadm/rescore.lua
lualib/rspamadm/statistics_dump.lua
lualib/rspamadm/template.lua
lualib/rspamadm/vault.lua
rules/bitcoin.lua
rules/content.lua
rules/controller/init.lua
rules/controller/maps.lua
rules/controller/neural.lua
rules/controller/selectors.lua
rules/headers_checks.lua
rules/mid.lua
rules/subject_checks.lua
src/plugins/lua/antivirus.lua
src/plugins/lua/arc.lua
src/plugins/lua/aws_s3.lua
src/plugins/lua/bayes_expiry.lua
src/plugins/lua/bimi.lua
src/plugins/lua/clickhouse.lua
src/plugins/lua/dkim_signing.lua
src/plugins/lua/dynamic_conf.lua
src/plugins/lua/elastic.lua
src/plugins/lua/external_relay.lua
src/plugins/lua/external_services.lua
src/plugins/lua/force_actions.lua
src/plugins/lua/fuzzy_collect.lua
src/plugins/lua/greylist.lua
src/plugins/lua/history_redis.lua
src/plugins/lua/http_headers.lua
src/plugins/lua/metadata_exporter.lua
src/plugins/lua/metric_exporter.lua
src/plugins/lua/milter_headers.lua
src/plugins/lua/mime_types.lua
src/plugins/lua/mx_check.lua
src/plugins/lua/neural.lua
src/plugins/lua/p0f.lua
src/plugins/lua/replies.lua
src/plugins/lua/rspamd_update.lua
src/plugins/lua/spamassassin.lua
src/plugins/lua/spamtrap.lua
src/plugins/lua/spf.lua
src/plugins/lua/url_redirector.lua
src/rspamadm/fuzzy_convert.c
test/functional/lua/flags.lua
test/lua/unit/folding.lua
test/lua/unit/rfc2047.lua

index 05c967534a70a2771549335e1b1bbc029d8cd354..45d4e843db19973dc4e605512337911fc82574db 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7b41e6ff52561bf135af51c80de9f6539aa2d7c4..d10e1081c0b16c30a2e92b6e31fd22b5431de262 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d426e30a3c04f742a5d57f9a69aa5b69efc04398..5de61eb0c46b3f6a6b4e94810d6fb5d569338e3d 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index a059c63741c51400389471ebf0ff8019e68193af..7782d819624a8a0db97efa0fe65c7fff752dce9a 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 295c952dbbfba30e20b8bf4a1babdce21ffc4d02..08e4ce416808234a358110f6dc1798c826693bd6 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index e0d4c56184682f8861078d6943f3600a6eb16044..7317cc3928704ccc59b59b835b690915e697a384 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2018, Mikhail Galanin <mgalanin@mimecast.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index ef8da5068724f368fb47e5e0208fbfe2a988ffd3..72db634ee2e9b62a35134bc9a48f8af47aff50f7 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7947f16ab8fc74e203c43056695bd0de21c6099e..1a13311b115b9f51ebce85bd7065336c8a3b62d5 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d73c7b1aef0d8bdc42a1ba886f09432215f6eb10..0677fab06d0c9fc3e5b2dc06a966035de0d484b6 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 91460a9d4ee5c4d540926c80b611417bfeb1f9ae..993a0828f0285048c7623d0546acdf7ba03c819d 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 777789dc6a2a59c4222bcf339ddbbaeeba45776c..f8cfc67d8919b92649b1708e06aee098418c9f08 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 652b1dc6ef607f07bb41802b245d6d25d75c1467..4455c580eda8fb954685f58c5f73ab0ef70ed4f7 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 8735d8709c0bd85c939f57b0b37f9b2d0d8d072f..16d7c11a1f6fcfff6b08589194566e4e5cc24db3 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 08a6763bb00c3b8b12095935270da8ef507b9d98..6e61462f9e98c4d7f509a0571cc58af41b4f33a6 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 59ff577a2d8ed12b65dce6924ce60706dcea48f2..6a5c53df0e8d8d7d648aa7c9b8d3d704ae89236e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index c75eee0d2666324a17a11d82d0a2a5ccff0844bf..783870eacaf6c736ce5d04416c13b93e2b8588ec 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index eaeea71589087d526f38c322f6c4d8afe7ae63ce..1f82752f90f790ca3961f385a9f330783d45bd9c 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 8ce803d5974f2d2d5eb0cc11dbf64d62ade62170..324641013430621157e94f8ac4bbb1006aefbc1f 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 8f287acbf58d18e4f5e782b12d9c9793b7fa7ee6..ea8f08e081ae2b390aa2157ca559366d9447fb8f 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 890afea6820bb47d2d55e6ebf5771fcf7ec597c2..4ad027168f555f38dc945d6b2867ce27fcfb5eb2 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 2cf138857210ff52fcb0fe253e609c3134d4051f..b1eb5ad4d5976e4b64f7bdbb7f7ecf0f7e468e69 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 09c93effcc3e67e73b2025cc97225ffd16c2a860..859c578ca544da8d7d5223b1425c1cb0eac07c56 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index f4b64173dab1b28e5e2209dfff49e4e44ef3cfc1..9c109fac221a594b82ac4c45d07b424734fb9750 100644 (file)
@@ -4,7 +4,7 @@
 --]]
 
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index be4368bd3d2f8178f6f7f3245efddf0991a908ba..6a2532bf4d3ebec87679fdaaae71e6d656a1eb9c 100644 (file)
@@ -19,7 +19,7 @@ whitelist_ip_from = {
 --]]
 
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 94ce73053d7efab7b71f2d23347ba98c6a3bd428..2de26cf449d4871af7df5784a80ee5a9b590d494 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 2128b29a650ea179fea03895a1622d168bf0f950..4f84509645b9dcf64c84179b8c073c211ceb7b7e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index f0a04066fd133965e813ceec7efb4126074a2cb4..4fefddee9159bab52ac9d5e47fe74ff4c2750925 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7737afa2b16c8c930d97a119d2575bd07aaca43d..fa7d529929fe8a3f2253ab7a1044e1f944fe90ce 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index da8e6d7109dbdbece827736127c3c64b7af8961a..6ecf6756fc4431d1bd6835a2feff21d5f88c7d9d 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index bc090036c3c16cd15b705e52ce27f3a18327c2d8..48aaa66c4a6e581a75fde0bea56570bc9bcd780e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index cefec8780590d4d8a787e8e7e58ce9fd2a29766d..2d4f2cf633b7e9703c7429128967ac9e1e4625c0 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index e82c97cfcd8db4c214706d9c6628ac00b2e3c068..9c46194792b7c781db7b80766b94667a80fc7ae5 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2018, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 0d63bf4b8a1e055a318075be84e8645f1fe4148e..35c4c943ddf1ab08ae784063f1046cf3c31ae47e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 8fb4bff44a8cd86955aa324eb6684bdd307f9d49..1d783e8344ec3d1809839c6381a3d791a370956b 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -482,7 +482,7 @@ local function icap_check(task, content, digest, rule, maybe_part)
         elseif headers.http and string.find(headers.http, '^HTTP%/[12]%.. [4]%d%d') then
           threat_table_add(
             string.format("pseudo-virus (blocked): %s", string.gsub(headers.http, 'HTTP%/[12]%.. ', '')), false)
-        elseif rule.use_http_3xx_as_threat and headers.http and string.find(headers.http, '^HTTP%/[12]%.. [3]%d%d') 
+        elseif rule.use_http_3xx_as_threat and headers.http and string.find(headers.http, '^HTTP%/[12]%.. [3]%d%d')
           then
 
           threat_table_add(
index 8c0f18caae7f07b75ea1b5587ea9267346c8f2c5..20bea7a47d3bd907a88abad76cc3b78c8588341c 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index c07a910cdba91fc25855d1dcb5679e278b49e515..fc395f363c74effdff79d9554e0d5d76857526d3 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index bf1fb956836d102f22990e7f0d3696fc44011396..63aa4970a2189bc629bd3244cfd0ab6b2a1df63d 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index e76a25911c751cbb67bcd35af21b88868cd0c7b4..04cdfad3e50980f9c6073cabf4e7ab3530898dfa 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2018, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 06953660d234f92880a14603a8735e5027cd1ef2..c5ccea1fe352b5bcc5a21c3c3e2452afed4363d1 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Denis Paavilainen <denpa@denpa.pro>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index cd8c8e92bf967c8a2f8d5609e42d65404c9e14f7..ed0e3d16b070165a40d353e2c4613e7bfd172535 100644 (file)
@@ -1,7 +1,7 @@
 --[[
 Copyright (c) 2021, defkev <defkev@gmail.com>
 Copyright (c) 2018, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 3086da948b5047ca7ac93d8881ee6af4ac4e3d4e..62b1e06a1a8cb94f2c1a9cc9b57220d479acb064 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2018, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 67ded438e579a18dcd93a9bf85e85ae7545e6f28..2933aa7b4a4fb85cad98b33c246c931bcdaf75da 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index cfbe93ff26be3222a6097c55f3d0a7b3bfa4accc..b82a71025e429036d44a0edc23676981dd4ec8df 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index e920b82037a2b20cc37b38d13decfd5d7d5bcb0c..c50c477a487e3da56e0e3fa27f529f29a8be6dbe 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 158eedb1a806cbd235bd3e8111ae9142076bcbce..b912eb46ff59f703bfbcc2588d5a8fc5d1c61d66 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 030f053e11e2512c6a04352d829fc6bed3e6cf8e..e53795b84cc8fad6c56ca92335e10e630f451472 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 336c166954c07bc2f4b9d5d2386e62a5675bb5aa..c2fe9b58f0d07ca704507b533743010b4c77202c 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 705cb50310c5399f305d370fc74605a62422d601..a4b33f52fb2ff454321fd77683f86441516ac405 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index ef9a9d7e9ed9aafa6aaf1c16d04095183560b0ce..b50f511a6f74eb5e7f5504e59649223eb8cd29ce 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 175e23960a55f79f6cb987e65f3f8df749dde8d7..85b54a635f01c5df2c4183853b8e3f02f7ce1bda 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 232a49b7931fdf69b5b6cb22ab0816ef3c3c4a18..28ae2c315501e472e1047cbfb45dbfe453d79cbe 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b645e5c4aa1cac1223d70a64eb3afff38ed86c00..feeb03d28c226d45d073eb7ec9bb1caddc20142c 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 256da052229c9907d74747c214bce026c63edef7..33c69159f6fcfe69fecbd827005e347e813e950f 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7fff6cefe3516cdec1fe5d611d8be47f650e8e10..e7111735a17a5ca9eaed86f916bc09ce581282e4 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d63dc24288ef0079cc4cc509151846659fe2d45c..5216721b94c4d5a751349a8290796d4d780bf8e1 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 7cabeed2d2286b44aa9a8a3953d5d14c18759369..6b28bbe1b5033f29aa28e0fafd6084a7336c23bb 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index cde33f52e14b6aa347155978dc8a18e479eee3c3..3ce7e068984ed0aea3f2f5c491fbff13720c49e9 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index ba8550a42a658735ebded8cc0a0bfb8ab6010e80..56c723ea550ef4eae0eeed3d77da1dec106d8ada 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -267,7 +267,7 @@ local function get_roc_thresholds(ann, inputs, outputs, alpha, beta)
 
     table.sort(r, function(p, q) return cmp(x[p], x[q]) end)
 
-    for i=1,n do 
+    for i=1,n do
       a[i] = x[r[i]]
       b[i] = y[r[i]]
     end
index 2b0630164f789d77d8a18c054cd2c0e7bc987da8..baa019f4126897931c99f79b5d646c414f43c96f 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 9bbebb1c8d4447af781129f92ed48b02326d0782..2497fb93c5f489f19ace9c48615dedcf4f1ece98 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 63e025f3ebbddee73658cd398b7cdcf5eb69e5c0..6bdc612d8b282086f221521a6a7d1e5cbaa3edd0 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 6eef1f42ff0b34455021aa0c110d97df4ec9a6f8..75eb2d9402c476a3c4cb952d5bcda92862d59320 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index bfbabbf0faf2610969605be29d3ba5eac334ea6b..a375d81ccd0c13466170d77454acdb8af64df4be 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b9995cdf9fbe8c66cdde23b25f19a65f8336d4da..bc4df9de263525485abd5d7f07917259a042fddc 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 9bdbc8d1a3a5c8341dfb63f34f153f909ac58a75..41b463a8074be1d8ca70e20ae932fd308a4f69e8 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 1cbd6b8b58056bb2ad354a81f215932922a0f18c..e3ffb29dddb373d774960df1512fa8815c313153 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 3b4a058ab1f7eabdf6dcb8d0905359def94f0e8e..426b93c7a519dd45b14f244a0e6b377e19721177 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d882fafde1f46c9e91bdab9656f1405225559eae..62f2909b716eb3a19674c77ce8f0a8df9180943e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index e5a7e1c013c8ac682d8baf26b64ff9968abc9d71..d2e9c052d4e5f64d8f26ac8a2b6def50eab0a1a8 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 779ecfe4671063250967e496361d1158bab6edc6..f8e1bac932281db8e38d204da73c32bb516bf41d 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d603b0206122596109d8396349df9380bb95c434..6e372a4197077f3428d27ea27dd0b88379edec24 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index aa461a92a90ed730ce02a7e9bb8622e986955739..68b425aa850c3955075029827463b82c1d3b2e53 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 79656e4b7b34b95bf2808c2070163b6b805565e8..bb799f7300fa91f59e77fe866325b8b2c21962a1 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 6414d9273ee6299f814c683381177d43ce40fe94..2c7d5abfe9162fc489e2f53c7fd53177ddd679a1 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 731bf46720999da43880dc31a5632d59017fba79..1c902e93ed86881bf0bbc9fa2b2530f411d08945 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 2b8a03ba5f3a0aab904aff0f29cdc37037f5472a..038d4f63aea2bf2cbfb7dd257bff7871b92a3c66 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 136081ddcc5cbb5dd2ce787499b33519f9dd6cd3..90bb137c49d5f9f0b9fd9cedcfea655813f264a8 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 9079cb39ac583fb9735e60d128e12d9d0da36428..a45e3d3061edc94db22a16ed4b2ced316553576f 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b3ec690e0c4dbcdfe9483bd90656a57081a266be..db95cb7e9b092e1543842dbdd2e9bd4d7a12890e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index bde0cefb0fe84a2a8c5aae69f058ec9162aecf61..8f3dc0931787a4c3d1399de45c7980df16bd8efe 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index d80dbb9b8e495a2562a69cbc63513ce526c3d1b1..d8884700313c63b742506a5b9884f6c0e728ce55 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 760a2f30aec62f21a811b445e588d840c31d8231..0d3e52c24e1ad518febcf4c1ace60d7a61498418 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2016, Steve Freegard <steve@freegard.name>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index c1492815f38770ee072dd3952db19c6e57e860b9..d0a41d9204806a3871b561a7b71f7464578cc325 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 2ad5dc0297554bf6566aa5663ac5ffc9c0ae179e..c73e4fa2f21fbaaa38ce18f05816b93c023ceec4 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 278798d6522c7f0ac38be33fd544aceaccb8feaf..4ee893e5f6ace7a9c7d4c9275e2812530d4df413 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2020, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 78d718c24677818f574e932efbce749a692a2bbf..3168f363813fb43bc8764b4fd369c0e355cad05e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 40e0fed9e80fcd83b0ddc6c78f428dbf13c267a3..97d463f810aabd5369d56081b924d9147841b034 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2017, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 16ed25c961a12c7e3e1816b2fe4dfc2d25ab738d..405477c621c01d0c91f77abf215ae8a86abb7a9e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 1236941de1cae48f143d2b4d34b1fafc0818e16f..540b87ac93df5eda9ff62f36471ba1ce6e4eed1b 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 1e5a35be74b7d231f578cceafcb6a2feb7b2f757..0d7939005c1734967f007e17df0b3e622b6ba3a2 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index ffe1f7e9c78a7fd79bcad714e61ef3367def9950..833aa45df0fec442dc3b17d2eb9cc09d554684d1 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 43c9d6b0f285eca4509811934fc01c273b79d249..e8b5b6434e20bc4f30337612a886e66d483a1d73 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2017, Veselin Iordanov
-Copyright (c) 2018, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 31f6a103704a28ed8e16359f06cbb7812ece29a4..5c0084bc9cfd50ef32f6150065b824d9f0a1e127 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2021, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 02068685bbc9e1e76f7b6ae85a86aa16a5fa498a..bafcc9eecbcfbbc4dd827509ff2c696906eeabef 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Carsten Rosenberg <c.rosenberg@heinlein-support.de>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 9355c5249bc9bc76ab05e081a01b44c342eb297f..ecdd3aeeec02b7a53e571269d7838b9aaa633d1c 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2017, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 57a4a2fa6c509bd66ba404d26516ba4310b20820..9a63823d9351e2ae50e06c99804ce2f54b6a9cda 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 652452496ceca4116511395606298d2fa2a8a6f0..405e22f9ddcb794a2e0909e9a9cc845a6edde6e0 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2016, Alexey Savelyev <info@homeweb.ru>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index fa9db5b8567280da6cc181dcaeac831cb66bd6ce..e669cb919d63b8549ec8a75a3904e3bacbe169e0 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b5018a225bd2b8fc9e19ed482c7e78134ba0972a..c437392e43fa1057323836d9f70a5a3e4fc5923e 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 118d3eda1727caaf7136a8e4f1bbe01cddb20de2..20d388fefd9cbbb3378d93aef568ae735b12059a 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b4b7756b417e94212029dea5668f59355f6d54de..6e48ae5338443150a3d87b857d423c1a57fabf99 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 6704ba3f23a714abe22d056eea980ee944c0d7f6..4513ab7e1d36606a4f3c8b6c987f7e82fb91edeb 100644 (file)
@@ -1,6 +1,6 @@
 --[[
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index a2e570ef8cbcda1e2bafc532e31eaa920081a8a8..75035523e311c9cfe377f7e54d1e57967f108624 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 2c9fcb3e79d0970fc0fc421e2a0a0c9f648df312..544b6132d5b12c797b316dcbf30f412f4da4e864 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 43b4af45da94b66b447f55a3015b6d14c8890ff2..7b414b5a32f8607295d55e32c6ebbb5519c9f140 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index fcf54c0ee619568aff7ff8db84c3a123998f1e94..d9e91da0fa5ab546fe092131e0aed7bb4016a59c 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2019, Denis Paavilainen <denpa@denpa.pro>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 6b522ccbfe13f03d1f1bfa6a21ccda7c9cb72e70..2602c514c089fe7f3f7ef1688e69725a19dd4448 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index d53d0211237f92ad528886badcc1533ee76b72bd..7800d419fc133d9a04806ad3772f5f04f8bc4f82 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b19ad9a0dbed1cdb490abcb7ea24140b7578f511..2e332d198bab4b6236efb68c13a24ee77df2f5bc 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 594d4f2255969a5eaebd02716715031aa27c5e48..0f0bbe813ccb5a78d5746487cfd87ed86bd4e0f9 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
 
 Licensed under the Apache License, Version 2.0 (the "License");
index 0f3a17ea0796179c86ce04dbd86b334243c9db61..c8aeb971b365b1a5465a8dc392f23abbc1aed534 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2019, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index a5154c5c01c567d9925f11e300bc80dd9ec93e43..53987ad623592e81e2c80cfe51101e3739027158 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2017, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index b8d0c8d696aaaedd3ffe964287bd3da20b63d1e4..c5fc7e0a0bfdf36eaff9d0ad345fc4111dc56945 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org>
- * Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+ * Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index fa99d367f5841c1b9c1e4548edfe15992523c25d..5d01ab171c0611a3fcddc43c83ee4d71c960bdf7 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 1f9cf678f0f7d3a26bc487fec8b29500320b80c8..8a92384a73f4beed5475ecc4e94e390e6b582fbb 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2015, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 9c83f37b8288fd003f5e8424fe2ed34fe8acc273..24a87f35738821c0c6d72bd727fc768b75a071bc 100644 (file)
@@ -1,5 +1,5 @@
 --[[
-Copyright (c) 2016, Vsevolod Stakhov <vsevolod@highsecure.ru>
+Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without