From: Sergey Matveev <stargrave@stargrave.org>
Date: Thu, 26 Dec 2024 09:44:47 +0000 (+0300)
Subject: Raise copyright years
X-Git-Tag: v4.0.0~7
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3dd280e051b6e09f6c7b9b19a7d32122f74f1fac04282534efd6385874893328;p=vors.git

Raise copyright years
---

diff --git a/cmd/client/audio.go b/cmd/client/audio.go
index 5401470..be17aed 100644
--- a/cmd/client/audio.go
+++ b/cmd/client/audio.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 3245f5e..8d04590 100644
--- a/cmd/client/gui.go
+++ b/cmd/client/gui.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 1251029..f77e079 100644
--- a/cmd/client/main.go
+++ b/cmd/client/main.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 56200c8..71fad5b 100644
--- a/cmd/client/stats.go
+++ b/cmd/client/stats.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 91cf6d8..ad6a54c 100644
--- a/cmd/server/gui.go
+++ b/cmd/server/gui.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 fd7b2c6..6455ce0 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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 bde25ab..10d17cb 100644
--- a/cmd/vad/main.go
+++ b/cmd/vad/main.go
@@ -1,5 +1,5 @@
 // VoRS -- Vo(IP) Really Simple
-// Copyright (C) 2024 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2024-2025 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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/doc/index.texi b/doc/index.texi
index 61e3dea..baa63b7 100644
--- a/doc/index.texi
+++ b/doc/index.texi
@@ -2,7 +2,7 @@
 @settitle VoRS
 
 @copying
-Copyright @copyright{} 2024 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2024-2025 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
diff --git a/internal/version.go b/internal/version.go
index d437e69..02ce60e 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -4,7 +4,7 @@ import "runtime"
 
 const (
 	Version  = "3.1.0"
-	Warranty = `Copyright (C) 2024 Sergey Matveev
+	Warranty = `Copyright (C) 2024-2025 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