From: Sergey Matveev Date: Tue, 30 Dec 2025 11:05:25 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;p=vors.git Raise copyright years --- 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