From dc60fafb8387cf9b27f314a0e4c6818991725e986456f9963c55a710c576114d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:05:25 +0300 Subject: [PATCH] Raise copyright years --- 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 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/client/audio.go b/cmd/client/audio.go index d77c712..72fcfcb 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 c8449da..463ee1c 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 396625f..867d719 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 44786d8..b43ffe7 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 ad6a54c..068bfa1 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 ac4cbb8..2035e12 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 c1c29cf..e9b21b3 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 3a3f278..f991efe 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 -- 2.52.0