From 78ce18a80af6f19533b991693027390730df7079 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 26 Dec 2024 12:27:20 +0300 Subject: [PATCH] Raise copyright years --- auth_argon2i.go | 2 +- auth_sha256.go | 2 +- doc/index.texi | 2 +- fileutils.go | 2 +- hr.go | 2 +- integrity.go | 2 +- json.go | 2 +- list.go | 2 +- main.go | 4 ++-- makedist | 4 ++-- metadata.go | 2 +- passwd.go | 4 ++-- refresh.go | 2 +- ucspi.go | 2 +- upload.go | 4 ++-- usage.go | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/auth_argon2i.go b/auth_argon2i.go index 94c8670..8a93d41 100644 --- a/auth_argon2i.go +++ b/auth_argon2i.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Elena Balakhonova +// Copyright (C) 2019-2025 Elena Balakhonova // // 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/auth_sha256.go b/auth_sha256.go index 4789644..25ea74e 100644 --- a/auth_sha256.go +++ b/auth_sha256.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Elena Balakhonova +// Copyright (C) 2019-2025 Elena Balakhonova // // 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/doc/index.texi b/doc/index.texi index 293e2c8..bd26668 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -2,7 +2,7 @@ @settitle GoCheese @copying -Copyright @copyright{} 2019-2024 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2019-2025 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/fileutils.go b/fileutils.go index 64de99c..a414d8f 100644 --- a/fileutils.go +++ b/fileutils.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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 c4531bd..90f4dc2 100644 --- a/hr.go +++ b/hr.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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/integrity.go b/integrity.go index f01d7a7..242061a 100644 --- a/integrity.go +++ b/integrity.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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 f7ef256..89613b8 100644 --- a/json.go +++ b/json.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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 8e0c709..9844e76 100644 --- a/list.go +++ b/list.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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 bdcc825..c987738 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev -// 2019-2024 Elena Balakhonova +// Copyright (C) 2019-2025 Sergey Matveev +// 2019-2025 Elena Balakhonova // // 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/makedist b/makedist index 19459fc..1072e38 100755 --- a/makedist +++ b/makedist @@ -48,8 +48,8 @@ find . -type f -exec chmod 644 {} + chmod +x contrib/pyshop2packages.sh cd .. -tar cvf gocheese-"$release".tar --uid=0 --gid=0 --numeric-owner gocheese-"$release" -zstd -19 -v gocheese-"$release".tar +detpax gocheese-"$release" >gocheese-"$release".tar +zstd -22 --ultra -v gocheese-"$release".tar tarball=gocheese-"$release".tar.zst ssh-keygen -Y sign -f ~/.ssh/sign/gocheese@cypherpunks.su -n file $tarball gpg --armor --detach-sign --sign --local-user CD5CD01F55343D88 $tarball diff --git a/metadata.go b/metadata.go index 8959002..d5b126b 100644 --- a/metadata.go +++ b/metadata.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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/passwd.go b/passwd.go index dc94bb2..c5559a4 100644 --- a/passwd.go +++ b/passwd.go @@ -1,6 +1,6 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev -// 2019-2024 Elena Balakhonova +// Copyright (C) 2019-2025 Sergey Matveev +// 2019-2025 Elena Balakhonova // // 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/refresh.go b/refresh.go index 64e9993..1f565af 100644 --- a/refresh.go +++ b/refresh.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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/ucspi.go b/ucspi.go index 15c68c5..d4e2ebf 100644 --- a/ucspi.go +++ b/ucspi.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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/upload.go b/upload.go index 349cc37..e4dae76 100644 --- a/upload.go +++ b/upload.go @@ -1,6 +1,6 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev -// 2019-2024 Elena Balakhonova +// Copyright (C) 2019-2025 Sergey Matveev +// 2019-2025 Elena Balakhonova // // 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/usage.go b/usage.go index 7fbedb2..78b7d0a 100644 --- a/usage.go +++ b/usage.go @@ -1,5 +1,5 @@ // GoCheese -- Python private package repository and caching proxy -// Copyright (C) 2019-2024 Sergey Matveev +// Copyright (C) 2019-2025 Sergey Matveev // // 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 -- 2.48.1