]> Cypherpunks repositories - gocheese.git/commitdiff
Raise copyright years master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:44:48 +0000 (13:44 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 10:44:48 +0000 (13:44 +0300)
15 files changed:
auth_argon2i.go
auth_sha256.go
doc/index.texi
fileutils.go
hr.go
integrity.go
json.go
list.go
main.go
metadata.go
passwd.go
refresh.go
ucspi.go
upload.go
usage.go

index 8a93d418b579074befff06d72aac396c1410db36..d4e0607ddbe8ff751919b05b69dfaf3d137d18f8 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
+// Copyright (C) 2019-2026 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index 25ea74e2a721420b3e9d7fa3c0e9247be7201f66..6844bbdd91c14cb52e794d41a378493da8bc5d53 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
+// Copyright (C) 2019-2026 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index bd26668dc8254400c94bab19a9ba6bacf726c900..d7100a11bd1c0c7fbbadf7d4a8c6227cdc3c5ff2 100644 (file)
@@ -2,7 +2,7 @@
 @settitle GoCheese
 
 @copying
 @settitle GoCheese
 
 @copying
-Copyright @copyright{} 2019-2025 @email{stargrave@@stargrave.org, Sergey Matveev}
+Copyright @copyright{} 2019-2026 @email{stargrave@@stargrave.org, Sergey Matveev}
 @end copying
 
 @node Top
 @end copying
 
 @node Top
index a414d8f7dffa842c6525e4d112c9c5d12fcbc430..104e3bfa2a61dc80cb0e3f23b8423235bc213217 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/hr.go b/hr.go
index 90f4dc2a1bbb54a3e15d6e50d67d031ddf799943..67721067d954c7c01aeeb05653b658e34032aa62 100644 (file)
--- a/hr.go
+++ b/hr.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index 070b01bd853ac96b1fa7676be2fe6928fdce7541..f7a138b4c3a5ae48684fe1d217b4401a0789f73f 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/json.go b/json.go
index 7d18d167b959fea6212702b5a75503157d2baf09..a8a195d3d0a2308c8f0a42fed572f929e51bda49 100644 (file)
--- a/json.go
+++ b/json.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/list.go b/list.go
index 772c2381c6853c45c25249816cf8bf32bcba82e7..ca615ee666ef4581dffba0a0fdfd41f878234110 100644 (file)
--- a/list.go
+++ b/list.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/main.go b/main.go
index a8435ff73d42adaf35d0f0058581e2b5b4c2d3b2..6a5ccc65e31be562dd8fc15ddd265c2f3e6660e0 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
index d5b126bb7d9d8f5d73a7ab23f7834d16e0b4ce01..ba2e9c0b60bdae0392142a2c722a6cea74831034 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index c5559a48b70ed00119d9ae61a769a45da6c96c18..533697cbb66261165bab6d114c17df7281b06397 100644 (file)
--- a/passwd.go
+++ b/passwd.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
index a3f7b955f8ea2ea743b557c32827d6d0672617cd..dc7498f8ea2fb0e873306a2503e15987684e6fcd 100644 (file)
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index d4e2ebf37aa3868afdfcc110d1a8791d6c36e0de..8258193c0a21c1e8a77f666b2e06406c01506aa3 100644 (file)
--- a/ucspi.go
+++ b/ucspi.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
index 979ea5452770aee895f71d46cad19a203b0c3df2..aba4b9e4fa3476df77baa1deea161ce66762b09e 100644 (file)
--- a/upload.go
+++ b/upload.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
 //               2019-2025 Elena Balakhonova <balakhonova_e@riseup.net>
 //
 // This program is free software: you can redistribute it and/or modify
index 78b7d0a905c634fe6f55b669bc53a82f682cf165..dd0ff2da75e390762cba1483a2bec5a7883a718c 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -1,5 +1,5 @@
 // GoCheese -- Python private package repository and caching proxy
 // GoCheese -- Python private package repository and caching proxy
-// Copyright (C) 2019-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2019-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by