aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0x41CEA55 <167377970+41CEA55@users.noreply.github.com>2024-04-20 22:37:01 +0300
committerGitHub <noreply@github.com>2024-04-20 21:37:01 +0200
commit246e972f9c1bf2780c348ae43030119ad417c153 (patch)
tree501b861d545878bbe80d0353e41937ab1dd42518 /src
parent95f4d0b85217724aea7b4d688bbdba2d6ca9775c (diff)
Replace my personal email with my corporate one in all my contributions (#2399)
Diffstat (limited to 'src')
-rw-r--r--src/lib/protocols/beckhoff_ads.c2
-rw-r--r--src/lib/protocols/bfd.c2
-rw-r--r--src/lib/protocols/c1222.c2
-rw-r--r--src/lib/protocols/cassandra.c2
-rw-r--r--src/lib/protocols/ceph.c2
-rw-r--r--src/lib/protocols/dlep.c2
-rw-r--r--src/lib/protocols/ethersbus.c2
-rw-r--r--src/lib/protocols/ethersio.c2
-rw-r--r--src/lib/protocols/fins.c2
-rw-r--r--src/lib/protocols/flute.c2
-rw-r--r--src/lib/protocols/gaijin_entertainment.c2
-rw-r--r--src/lib/protocols/gearman.c2
-rw-r--r--src/lib/protocols/hart-ip.c2
-rw-r--r--src/lib/protocols/hislip.c2
-rw-r--r--src/lib/protocols/hl7.c2
-rw-r--r--src/lib/protocols/iec62056.c2
-rw-r--r--src/lib/protocols/ieee-c37118.c2
-rw-r--r--src/lib/protocols/iso9506-1-mms.c2
-rw-r--r--src/lib/protocols/json-rpc.c2
-rw-r--r--src/lib/protocols/kafka.c2
-rw-r--r--src/lib/protocols/knxnet_ip.c2
-rw-r--r--src/lib/protocols/ldp.c2
-rw-r--r--src/lib/protocols/lol_wild_rift.c2
-rw-r--r--src/lib/protocols/mumble.c2
-rw-r--r--src/lib/protocols/mysql.c2
-rw-r--r--src/lib/protocols/netease_games.c2
-rw-r--r--src/lib/protocols/nomachine.c2
-rw-r--r--src/lib/protocols/opc-ua.c2
-rw-r--r--src/lib/protocols/openflow.c2
-rw-r--r--src/lib/protocols/path_of_exile.c2
-rw-r--r--src/lib/protocols/pfcp.c2
-rw-r--r--src/lib/protocols/profinet_io.c2
-rw-r--r--src/lib/protocols/ptpv2.c2
-rw-r--r--src/lib/protocols/radmin.c2
-rw-r--r--src/lib/protocols/resp.c2
-rw-r--r--src/lib/protocols/rtps.c2
-rw-r--r--src/lib/protocols/s7comm.c2
-rw-r--r--src/lib/protocols/steam_datagram_relay.c2
-rw-r--r--src/lib/protocols/stomp.c2
-rw-r--r--src/lib/protocols/tencent_games.c2
-rw-r--r--src/lib/protocols/teso.c2
-rw-r--r--src/lib/protocols/uftp.c2
42 files changed, 42 insertions, 42 deletions
diff --git a/src/lib/protocols/beckhoff_ads.c b/src/lib/protocols/beckhoff_ads.c
index ea3287116..b976b873d 100644
--- a/src/lib/protocols/beckhoff_ads.c
+++ b/src/lib/protocols/beckhoff_ads.c
@@ -4,7 +4,7 @@
* Beckhoff Automation Device Specification
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/bfd.c b/src/lib/protocols/bfd.c
index 89fd3fef4..eb7eb82e9 100644
--- a/src/lib/protocols/bfd.c
+++ b/src/lib/protocols/bfd.c
@@ -4,7 +4,7 @@
* Bidirectional Forwarding Detection
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/c1222.c b/src/lib/protocols/c1222.c
index 847a78ee9..6247769a8 100644
--- a/src/lib/protocols/c1222.c
+++ b/src/lib/protocols/c1222.c
@@ -4,7 +4,7 @@
* ANSI C12.22 (IEEE Std 1703)
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/cassandra.c b/src/lib/protocols/cassandra.c
index 191932ceb..de5b21f87 100644
--- a/src/lib/protocols/cassandra.c
+++ b/src/lib/protocols/cassandra.c
@@ -4,7 +4,7 @@
* Apache Cassandra CQL Binary protocol
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ceph.c b/src/lib/protocols/ceph.c
index b67f10fdc..8c1dc8df6 100644
--- a/src/lib/protocols/ceph.c
+++ b/src/lib/protocols/ceph.c
@@ -2,7 +2,7 @@
* ceph.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/dlep.c b/src/lib/protocols/dlep.c
index d52c33452..dc40d1a09 100644
--- a/src/lib/protocols/dlep.c
+++ b/src/lib/protocols/dlep.c
@@ -4,7 +4,7 @@
* Dynamic Link Exchange Protocol
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ethersbus.c b/src/lib/protocols/ethersbus.c
index 4366c6e8b..1e1973292 100644
--- a/src/lib/protocols/ethersbus.c
+++ b/src/lib/protocols/ethersbus.c
@@ -2,7 +2,7 @@
* ethersbus.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ethersio.c b/src/lib/protocols/ethersio.c
index 0db17df49..add804553 100644
--- a/src/lib/protocols/ethersio.c
+++ b/src/lib/protocols/ethersio.c
@@ -2,7 +2,7 @@
* ethersio.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/fins.c b/src/lib/protocols/fins.c
index f4b2c4d86..797b6662e 100644
--- a/src/lib/protocols/fins.c
+++ b/src/lib/protocols/fins.c
@@ -4,7 +4,7 @@
* Factory Interface Network Service
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) V.G <jacendi@protonmail.com>
+ * Copyright (C) V.G <v.gavrilov@securitycode.ru>
*
* nDPI is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/src/lib/protocols/flute.c b/src/lib/protocols/flute.c
index aa53a89a5..20fd4cec6 100644
--- a/src/lib/protocols/flute.c
+++ b/src/lib/protocols/flute.c
@@ -4,7 +4,7 @@
* File Delivery over Unidirectional Transport
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/gaijin_entertainment.c b/src/lib/protocols/gaijin_entertainment.c
index c0f12ff03..7f089ab5d 100644
--- a/src/lib/protocols/gaijin_entertainment.c
+++ b/src/lib/protocols/gaijin_entertainment.c
@@ -2,7 +2,7 @@
* gaijin_entertainment.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/gearman.c b/src/lib/protocols/gearman.c
index 906957621..5cfb6b425 100644
--- a/src/lib/protocols/gearman.c
+++ b/src/lib/protocols/gearman.c
@@ -2,7 +2,7 @@
* gearman.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/hart-ip.c b/src/lib/protocols/hart-ip.c
index 4120d0888..600470dd4 100644
--- a/src/lib/protocols/hart-ip.c
+++ b/src/lib/protocols/hart-ip.c
@@ -4,7 +4,7 @@
* Highway Addressable Remote Transducer over IP
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/hislip.c b/src/lib/protocols/hislip.c
index 28df9017d..98eea373a 100644
--- a/src/lib/protocols/hislip.c
+++ b/src/lib/protocols/hislip.c
@@ -4,7 +4,7 @@
* High-Speed LAN Instrument Protocol
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/hl7.c b/src/lib/protocols/hl7.c
index 193db55f4..baeaf69d7 100644
--- a/src/lib/protocols/hl7.c
+++ b/src/lib/protocols/hl7.c
@@ -4,7 +4,7 @@
* Health Level Seven (HL7)
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/iec62056.c b/src/lib/protocols/iec62056.c
index 10542c7ba..14ede3d76 100644
--- a/src/lib/protocols/iec62056.c
+++ b/src/lib/protocols/iec62056.c
@@ -4,7 +4,7 @@
* IEC 62056-4-7 DLMS/COSEM transport layer for IP networks
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ieee-c37118.c b/src/lib/protocols/ieee-c37118.c
index e7b707c2a..dbfdbaea2 100644
--- a/src/lib/protocols/ieee-c37118.c
+++ b/src/lib/protocols/ieee-c37118.c
@@ -4,7 +4,7 @@
* IEEE C37.118 Synchrophasor Protocol
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/iso9506-1-mms.c b/src/lib/protocols/iso9506-1-mms.c
index e435685a1..970f49e73 100644
--- a/src/lib/protocols/iso9506-1-mms.c
+++ b/src/lib/protocols/iso9506-1-mms.c
@@ -4,7 +4,7 @@
* ISO 9506-1:2003 Manufacturing Message Specification
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/json-rpc.c b/src/lib/protocols/json-rpc.c
index 694e3ce5e..c29be2ef2 100644
--- a/src/lib/protocols/json-rpc.c
+++ b/src/lib/protocols/json-rpc.c
@@ -2,7 +2,7 @@
* json-rpc.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/kafka.c b/src/lib/protocols/kafka.c
index 1595b43be..cffd1f32f 100644
--- a/src/lib/protocols/kafka.c
+++ b/src/lib/protocols/kafka.c
@@ -2,7 +2,7 @@
* kafka.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/knxnet_ip.c b/src/lib/protocols/knxnet_ip.c
index 6bec9a3fd..acab2e3df 100644
--- a/src/lib/protocols/knxnet_ip.c
+++ b/src/lib/protocols/knxnet_ip.c
@@ -4,7 +4,7 @@
* KNXnet/IP
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ldp.c b/src/lib/protocols/ldp.c
index 5070a91bc..7d059b6f0 100644
--- a/src/lib/protocols/ldp.c
+++ b/src/lib/protocols/ldp.c
@@ -4,7 +4,7 @@
* Label Distribution Protocol
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/lol_wild_rift.c b/src/lib/protocols/lol_wild_rift.c
index eb0328112..84b91a9b5 100644
--- a/src/lib/protocols/lol_wild_rift.c
+++ b/src/lib/protocols/lol_wild_rift.c
@@ -4,7 +4,7 @@
* League of Legends: Wild Rift
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/mumble.c b/src/lib/protocols/mumble.c
index f8ae1208a..588ac48dd 100644
--- a/src/lib/protocols/mumble.c
+++ b/src/lib/protocols/mumble.c
@@ -2,7 +2,7 @@
* mumble.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/mysql.c b/src/lib/protocols/mysql.c
index 5e9e4e090..dbe75eb14 100644
--- a/src/lib/protocols/mysql.c
+++ b/src/lib/protocols/mysql.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 2009-11 - ipoque GmbH
* Copyright (C) 2011-24 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/netease_games.c b/src/lib/protocols/netease_games.c
index 4c974e62f..47b01b09c 100644
--- a/src/lib/protocols/netease_games.c
+++ b/src/lib/protocols/netease_games.c
@@ -2,7 +2,7 @@
* netease_games.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/nomachine.c b/src/lib/protocols/nomachine.c
index 21319a2aa..ce26b30fd 100644
--- a/src/lib/protocols/nomachine.c
+++ b/src/lib/protocols/nomachine.c
@@ -2,7 +2,7 @@
* nomachine.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/opc-ua.c b/src/lib/protocols/opc-ua.c
index d01e7795c..a950664d3 100644
--- a/src/lib/protocols/opc-ua.c
+++ b/src/lib/protocols/opc-ua.c
@@ -4,7 +4,7 @@
* OPC Unified Architecture
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/openflow.c b/src/lib/protocols/openflow.c
index 8eb4d0599..966e56527 100644
--- a/src/lib/protocols/openflow.c
+++ b/src/lib/protocols/openflow.c
@@ -2,7 +2,7 @@
* openflow.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/path_of_exile.c b/src/lib/protocols/path_of_exile.c
index bddfe3176..3248e0f68 100644
--- a/src/lib/protocols/path_of_exile.c
+++ b/src/lib/protocols/path_of_exile.c
@@ -2,7 +2,7 @@
* path_of_exile.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/pfcp.c b/src/lib/protocols/pfcp.c
index 636b403bd..ca36ea471 100644
--- a/src/lib/protocols/pfcp.c
+++ b/src/lib/protocols/pfcp.c
@@ -4,7 +4,7 @@
* Packet Forwarding Control Protocol
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/profinet_io.c b/src/lib/protocols/profinet_io.c
index 425a9374b..797bba63d 100644
--- a/src/lib/protocols/profinet_io.c
+++ b/src/lib/protocols/profinet_io.c
@@ -2,7 +2,7 @@
* profinet_io.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/ptpv2.c b/src/lib/protocols/ptpv2.c
index 13ad95e38..6e254bff0 100644
--- a/src/lib/protocols/ptpv2.c
+++ b/src/lib/protocols/ptpv2.c
@@ -4,7 +4,7 @@
* IEEE 1588-2008 Precision Time Protocol (PTP) Version 2
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/radmin.c b/src/lib/protocols/radmin.c
index 6554b0074..3b08c5084 100644
--- a/src/lib/protocols/radmin.c
+++ b/src/lib/protocols/radmin.c
@@ -2,7 +2,7 @@
* radmin.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/resp.c b/src/lib/protocols/resp.c
index 330124bea..6cf49f6e4 100644
--- a/src/lib/protocols/resp.c
+++ b/src/lib/protocols/resp.c
@@ -4,7 +4,7 @@
* Redis Serialization Protocol
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/rtps.c b/src/lib/protocols/rtps.c
index 9b425abd9..574642df5 100644
--- a/src/lib/protocols/rtps.c
+++ b/src/lib/protocols/rtps.c
@@ -4,7 +4,7 @@
* Real-Time Publish Subscribe Protocol
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/s7comm.c b/src/lib/protocols/s7comm.c
index 49bc26f84..9efbb89d5 100644
--- a/src/lib/protocols/s7comm.c
+++ b/src/lib/protocols/s7comm.c
@@ -2,7 +2,7 @@
* s7comm.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/steam_datagram_relay.c b/src/lib/protocols/steam_datagram_relay.c
index 27d5966c9..6dafd6e97 100644
--- a/src/lib/protocols/steam_datagram_relay.c
+++ b/src/lib/protocols/steam_datagram_relay.c
@@ -2,7 +2,7 @@
* steam_datagram_relay.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/stomp.c b/src/lib/protocols/stomp.c
index 05e0df7a4..839d6f16f 100644
--- a/src/lib/protocols/stomp.c
+++ b/src/lib/protocols/stomp.c
@@ -2,7 +2,7 @@
* stomp.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/tencent_games.c b/src/lib/protocols/tencent_games.c
index 12bde1b37..8c23d6a65 100644
--- a/src/lib/protocols/tencent_games.c
+++ b/src/lib/protocols/tencent_games.c
@@ -2,7 +2,7 @@
* tencent_games.c
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/teso.c b/src/lib/protocols/teso.c
index 89a5ba902..b2888bf4f 100644
--- a/src/lib/protocols/teso.c
+++ b/src/lib/protocols/teso.c
@@ -4,7 +4,7 @@
* The Elder Scrolls Online
*
* Copyright (C) 2024 - ntop.org
- * Copyright (C) 2024 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2024 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
diff --git a/src/lib/protocols/uftp.c b/src/lib/protocols/uftp.c
index 3b4154e23..efcfa64fd 100644
--- a/src/lib/protocols/uftp.c
+++ b/src/lib/protocols/uftp.c
@@ -2,7 +2,7 @@
* uftp.c
*
* Copyright (C) 2023 - ntop.org
- * Copyright (C) 2023 - V.G <jacendi@protonmail.com>
+ * Copyright (C) 2023 - V.G <v.gavrilov@securitycode.ru>
*
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH