From: Vsevolod Stakhov Date: Sun, 27 Mar 2022 11:55:23 +0000 (+0100) Subject: [Minor] Update more copyright years/email X-Git-Tag: 3.3~336 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79417a5f81e6d990364d3a541928b278f30492d2;p=thirdparty%2Frspamd.git [Minor] Update more copyright years/email --- diff --git a/lualib/plugins/dmarc.lua b/lualib/plugins/dmarc.lua index ef108a9375..b080324b03 100644 --- a/lualib/plugins/dmarc.lua +++ b/lualib/plugins/dmarc.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2015-2016, Andrew Lewis Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rules/forwarding.lua b/rules/forwarding.lua index 0d8c3619e7..f88c767abd 100644 --- a/rules/forwarding.lua +++ b/rules/forwarding.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rules/misc.lua b/rules/misc.lua index 93512cb9f6..1b2f3fa7b8 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2017, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index 2e497f8776..a5e5cfc443 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rules/regexp/upstream_spam_filters.lua b/rules/regexp/upstream_spam_filters.lua index 03929326cb..b88e857092 100644 --- a/rules/regexp/upstream_spam_filters.lua +++ b/rules/regexp/upstream_spam_filters.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/rules/rspamd.lua b/rules/rspamd.lua index c7efab76a7..98fc5e09ee 100644 --- a/rules/rspamd.lua +++ b/rules/rspamd.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/asn.lua b/src/plugins/lua/asn.lua index 9526974634..e264ee7a32 100644 --- a/src/plugins/lua/asn.lua +++ b/src/plugins/lua/asn.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2016, Andrew Lewis Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index d5073377b2..79a1826d45 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2015-2016, Andrew Lewis Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/lua/forged_recipients.lua b/src/plugins/lua/forged_recipients.lua index de5ceb87d3..f3667ea076 100644 --- a/src/plugins/lua/forged_recipients.lua +++ b/src/plugins/lua/forged_recipients.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index 3889eaa5bb..c05499c477 100644 --- a/src/plugins/lua/hfilter.lua +++ b/src/plugins/lua/hfilter.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2016, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2013-2015, Alexey Savelyev Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/lua/maillist.lua b/src/plugins/lua/maillist.lua index 9d392e8ef6..895614c994 100644 --- a/src/plugins/lua/maillist.lua +++ b/src/plugins/lua/maillist.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/maps_stats.lua b/src/plugins/lua/maps_stats.lua index 46a769f344..bf03f7801c 100644 --- a/src/plugins/lua/maps_stats.lua +++ b/src/plugins/lua/maps_stats.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index 269e655386..2706443d3e 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua index 11e880cc5d..c3a542deaa 100644 --- a/src/plugins/lua/once_received.lua +++ b/src/plugins/lua/once_received.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/phishing.lua b/src/plugins/lua/phishing.lua index 32efc9f7b7..8822093a19 100644 --- a/src/plugins/lua/phishing.lua +++ b/src/plugins/lua/phishing.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/ratelimit.lua b/src/plugins/lua/ratelimit.lua index b265ea1ca5..c3f3c1836f 100644 --- a/src/plugins/lua/ratelimit.lua +++ b/src/plugins/lua/ratelimit.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2017, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2016-2017, Andrew Lewis Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index f73cd43715..890ceb232e 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2020, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Copyright (c) 2013-2015, Andrew Lewis Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/plugins/lua/reputation.lua b/src/plugins/lua/reputation.lua index de873abff9..8d9b6535bb 100644 --- a/src/plugins/lua/reputation.lua +++ b/src/plugins/lua/reputation.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2017-2018, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/settings.lua b/src/plugins/lua/settings.lua index dcb1124bba..ead8ced8ea 100644 --- a/src/plugins/lua/settings.lua +++ b/src/plugins/lua/settings.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/trie.lua b/src/plugins/lua/trie.lua index 3b2653d061..0adf12dc12 100644 --- a/src/plugins/lua/trie.lua +++ b/src/plugins/lua/trie.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2011-2015, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/plugins/lua/whitelist.lua b/src/plugins/lua/whitelist.lua index a97981ab90..fc339c6ceb 100644 --- a/src/plugins/lua/whitelist.lua +++ b/src/plugins/lua/whitelist.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2015-2017, Vsevolod Stakhov +Copyright (c) 2022, Vsevolod Stakhov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.