cmd/client/audio.go | 2 +- cmd/client/gui.go | 2 +- cmd/client/main.go | 2 +- cmd/client/stats.go | 2 +- cmd/server/gui.go | 2 +- cmd/server/main.go | 2 +- cmd/vad/main.go | 2 +- internal/version.go | 2 +- diff --git a/cmd/client/audio.go b/cmd/client/audio.go index d77c712a197017d6686b288f95106feeaad5f6b0de01f443abe77fcf3e7af693..72fcfcbd7d8c6693a512f7c3296a802c5d6bbab02be5c14addb89d7049af1c83 100644 --- a/cmd/client/audio.go +++ b/cmd/client/audio.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/client/gui.go b/cmd/client/gui.go index c8449daffd5d8974750aac5cc9a137d2fbff0e5747518658bb93d78517146533..463ee1c1313ff8484ff6ae942da3ab8cf9b8490c331745c7d1721a350ce4be9e 100644 --- a/cmd/client/gui.go +++ b/cmd/client/gui.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/client/main.go b/cmd/client/main.go index 396625fbd2872a2e7ac0d44b0511dab0e4489bae5861b5bdb17b11741389b9ef..867d7193ab1cbea0e057731a8c63a145af58951275e6a0b181e88d9e298b358e 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/client/stats.go b/cmd/client/stats.go index 44786d81a65c265d62970a01dac726759f455a27f06d716eb191c9bf74c538c0..b43ffe796da815614d925a408061548bfb7b08ddacb341ffe652f1a85b1070c9 100644 --- a/cmd/client/stats.go +++ b/cmd/client/stats.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/server/gui.go b/cmd/server/gui.go index ad6a54c7944fba06a270789d048b602da34e1934655007312989449e15f8c7ba..068bfa1014a33a8b1e82990a868912c47b1c4a1613e5b55de576e9d07824d901 100644 --- a/cmd/server/gui.go +++ b/cmd/server/gui.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/server/main.go b/cmd/server/main.go index ac4cbb8ef01a515308bcfc104e82f2192f63dbb55eaa811f5c6084adc95172fe..2035e128a959edba18b64ea5839714295701f18cd06f4c0bdd37bb63258c7129 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/cmd/vad/main.go b/cmd/vad/main.go index c1c29cf2cdc75a9e0dc2f3509a8e6ccc80586c4c1122ed8b336b1e0beb9b9fa6..e9b21b38d6d29920867fd901ccda38b1195a6998abbe6fadd126e3df5811bdec 100644 --- a/cmd/vad/main.go +++ b/cmd/vad/main.go @@ -1,5 +1,5 @@ // VoRS -- Vo(IP) Really Simple -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as diff --git a/internal/version.go b/internal/version.go index 3a3f27818e2ebaa7fc2257bd72f0789a15a82afb61c0023946adcfa1d49b85e1..f991efeb1e535c585b2d1e1eb3419eea8a7fb280d2491b10049d551b9c325620 100644 --- a/internal/version.go +++ b/internal/version.go @@ -4,7 +4,7 @@ import "runtime" const ( Version = "6.3.0" - Warranty = `Copyright (C) 2024-2025 Sergey Matveev + Warranty = `Copyright (C) 2024-2026 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as