]> Sergey Matveev's repositories - vors.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2024 09:44:47 +0000 (12:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 26 Dec 2024 09:44:47 +0000 (12:44 +0300)
cmd/client/audio.go
cmd/client/gui.go
cmd/client/main.go
cmd/client/stats.go
cmd/server/gui.go
cmd/server/main.go
cmd/vad/main.go
doc/index.texi
internal/version.go

index 540147008ad3b2764e74bb51387ca69ef7b51ec876f6795d51fcc64e8c7630b0..be17aed294ac64ad706e69cd1cda293997cf3b66be5ee80f4c5f7394e3c73043 100644 (file)
@@ -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
index 3245f5e0111ec6382cc39b5ba557b2e10b32102a1e7564fd3a76becd36ac0e92..8d04590460e9f61351f0fbd02c6044081daff82c36a00a98d1377cd050ea036d 100644 (file)
@@ -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
index 1251029a3b7f2a11580e09efb917dc9d5cac5cdd6b35a897b323fe697fd2e240..f77e079be0ba875c75a69ef2d73662498c9ecfda884646846e0fdf984bfa37f2 100644 (file)
@@ -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
index 56200c8af750c22ceea22b216555238335564e2b012bef6e779b414a0fb8e777..71fad5b2e000b61386365ab8aafb5905e102d8ad71cc87bf9c18c969aba11c76 100644 (file)
@@ -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
index 91cf6d842df9712fec3f6e5fb30e58fe55d062a80298c5407c6dd1f3bc7d1226..ad6a54c7944fba06a270789d048b602da34e1934655007312989449e15f8c7ba 100644 (file)
@@ -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
index fd7b2c68173e44632fbdebc5adce0043734c05c5bc0d0a441caef2c92d6567ce..6455ce00688493e7d6a08dde535a11ceede51bf44bc06790d27c9880324cd6f0 100644 (file)
@@ -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
index bde25abcd0010a52ff18761ca1c21b6514366b0a03aa700cfc7d888395287b4a..10d17cb1ad5be28d0820395c7a960c4282a318f3dddbdc7b20d168bd3a33561d 100644 (file)
@@ -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
index 61e3deaa16cbd3879ad2312cbc7b354a1543a1072e6ca5f31bdfbc2d8016c6d5..baa63b7367d56e1ae0f284e7400003c766d9e4fdb6c265745c226e5c8f74f7d3 100644 (file)
@@ -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
index d437e692b17f7c4eb081d149b83d1263f9322b071ce4e7c4c72830a298b1e5d9..02ce60e16d6c4ecc8e0eaa8e79a61c1132fc63bf8bcbc36536668ca6f898e69c 100644 (file)
@@ -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