diff options
author | Tina DiPierro <80180243+adipierro@users.noreply.github.com> | 2024-12-04 19:14:14 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 16:14:14 +0100 |
commit | d31b35d012f239784ffe854a93a46d8d97a6b6c5 (patch) | |
tree | b681a3e393b51874ee1660e191cb38b01a542fdb /src/lib | |
parent | ea1b8dc1cb3caffbe4937c9b8ca1a3ecde4c3351 (diff) |
fix license typo (#2638)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/protocols/cloudflare_warp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/ethernet_ip.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/haproxy.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/tailscale.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/threema.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/whatsapp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/xiaomi.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/zeromq.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/protocols/cloudflare_warp.c b/src/lib/protocols/cloudflare_warp.c index e14647084..af3ab0b85 100644 --- a/src/lib/protocols/cloudflare_warp.c +++ b/src/lib/protocols/cloudflare_warp.c @@ -3,7 +3,7 @@ * * Copyright (C) 2024 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/ethernet_ip.c b/src/lib/protocols/ethernet_ip.c index 9a968ee94..125f48998 100644 --- a/src/lib/protocols/ethernet_ip.c +++ b/src/lib/protocols/ethernet_ip.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016-22 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/haproxy.c b/src/lib/protocols/haproxy.c index 8ceabf9eb..b932d99fa 100644 --- a/src/lib/protocols/haproxy.c +++ b/src/lib/protocols/haproxy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2023 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/tailscale.c b/src/lib/protocols/tailscale.c index 41de2f7cb..811e8b2ea 100644 --- a/src/lib/protocols/tailscale.c +++ b/src/lib/protocols/tailscale.c @@ -3,7 +3,7 @@ * * Copyright (C) 2022-23 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/threema.c b/src/lib/protocols/threema.c index 14d253961..58449b163 100644 --- a/src/lib/protocols/threema.c +++ b/src/lib/protocols/threema.c @@ -3,7 +3,7 @@ * * Copyright (C) 2022-23 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/whatsapp.c b/src/lib/protocols/whatsapp.c index 0458025e9..2a9564501 100644 --- a/src/lib/protocols/whatsapp.c +++ b/src/lib/protocols/whatsapp.c @@ -3,7 +3,7 @@ * * Copyright (C) 2018 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/xiaomi.c b/src/lib/protocols/xiaomi.c index d910b7d97..04b24c986 100644 --- a/src/lib/protocols/xiaomi.c +++ b/src/lib/protocols/xiaomi.c @@ -3,7 +3,7 @@ * * Copyright (C) 2022-23 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. diff --git a/src/lib/protocols/zeromq.c b/src/lib/protocols/zeromq.c index d8277f453..d90d36a68 100644 --- a/src/lib/protocols/zeromq.c +++ b/src/lib/protocols/zeromq.c @@ -3,7 +3,7 @@ * * Copyright (C) 2016-22 - ntop.org * - * nDPI is free software: you can zmqtribute it and/or modify + * 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 * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. |