diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-03-17 09:56:07 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-03-17 10:08:07 +0000 |
commit | 5be533976606039dc20d77ed01c1d42732cb2d94 (patch) | |
tree | 084276afea5f3e26eac47c6dd4af84f175a7f397 /debian | |
parent | 22fdc56ae5ffc6e3439a5200e053147fee44d0ac (diff) | |
download | rspamd-5be533976606039dc20d77ed01c1d42732cb2d94.tar.gz rspamd-5be533976606039dc20d77ed01c1d42732cb2d94.zip |
[Minor] Update my email where relevant
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 18 | ||||
-rw-r--r-- | debian/rspamd.init | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index d68ba2da2..6f4629a63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ rspamd (2.5) unstable; urgency=low * New release. - -- Vsevolod Stakhov <vsevolod@highsecure.ru> Fri, 16 Feb 2020 23:10:27 +0000 + -- Vsevolod Stakhov <vsevolod@rspamd.com> Fri, 16 Feb 2020 23:10:27 +0000 diff --git a/debian/control b/debian/control index a6dd41eab..c6363e50d 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: rspamd Section: mail Priority: extra -Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru> +Maintainer: Vsevolod Stakhov <vsevolod@rspamd.com> Build-Depends: cmake, debhelper (>= 10), libcurl4-openssl-dev, diff --git a/debian/copyright b/debian/copyright index 851544057..5091c26f3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rspamd -Source: https://github.com/vstakhov/rspamd +Source: https://github.com/rspamd/rspamd Files: * -Copyright: 2008-2016 Vsevolod Stakhov <vsevolod@highsecure.ru> +Copyright: 2008-2023 Vsevolod Stakhov <vsevolod@rspamd.com> License: Apache-2.0 Files: contrib/lgpl/* @@ -68,26 +68,26 @@ License: BSD-3-Clause-Redis Files: src/libutil/printf.c Copyright: 2002-2015 Igor Sysoev - 2010-2015 Vsevolod Stakhov <vsevolod@highsecure.ru> + 2010-2015 Vsevolod Stakhov <vsevolod@rspamd.com> License: BSD-2-Clause Files: src/libserver/url.c Copyright: 2002-2015 Igor Sysoev - 2010-2015 Vsevolod Stakhov <vsevolod@highsecure.ru> + 2010-2015 Vsevolod Stakhov <vsevolod@rspamd.com> License: BSD-2-Clause Files: src/plugins/lua/rbl.lua -Copyright: 2011-2015, Vsevolod Stakhov <vsevolod@highsecure.ru> +Copyright: 2011-2015, Vsevolod Stakhov <vsevolod@rspamd.com> 2013-2015, Andrew Lewis <nerf@judo.za.org> License: Apache-2.0 Files: doc/doxydown/* -Copyright: 2014, Vsevolod Stakhov <vsevolod@highsecure.ru> +Copyright: 2014, Vsevolod Stakhov <vsevolod@rspamd.com> License: MIT -Files: interface/* +Files: interface/* Copyright: 2012-2013 Anton Simonov <untone@gmail.com> - 2014-2015 Vsevolod Stakhov <vsevolod@highsecure.ru> + 2014-2015 Vsevolod Stakhov <vsevolod@rspamd.com> License: MIT Files: contrib/cdb* @@ -118,7 +118,7 @@ Copyright: 2015, Andrew Moon License: MIT Files: debian/* -Copyright: 2011-2015 Vsevolod Stakhov <vsevolod@highsecure.ru> +Copyright: 2011-2015 Vsevolod Stakhov <vsevolod@rspamd.com> 2014-2015 Mikhail Gusarov <dottedmag@dottedmag.net> License: BSD-2-Clause diff --git a/debian/rspamd.init b/debian/rspamd.init index 0cde6447a..3dff26943 100644 --- a/debian/rspamd.init +++ b/debian/rspamd.init @@ -9,7 +9,7 @@ # Description: Rspamd is fast and modular spam filtering system ### END INIT INFO -# Author: Vsevolod Stakhov <vsevolod@highsecure.ru> +# Author: Vsevolod Stakhov <vsevolod@rspamd.com> # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin |