From ff8005cd81eda18fc9b0c6950c4a25000a7dff7e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 27 Dec 2022 17:07:41 +0300 Subject: [PATCH] Raise copyright years --- doc/index.texi | 2 +- fileutils.go | 2 +- hr.go | 2 +- integrity.go | 2 +- json.go | 2 +- list.go | 2 +- main.go | 4 ++-- metadata.go | 2 +- passwd.go | 4 ++-- refresh.go | 2 +- ucspi.go | 2 +- upload.go | 4 ++-- usage.go | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/index.texi b/doc/index.texi index 041ba70..8d8f25a 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -3,7 +3,7 @@ @settitle GoCheese @copying -Copyright @copyright{} 2019-2022 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2019-2023 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/fileutils.go b/fileutils.go index aec22c6..8a3df63 100644 --- a/fileutils.go +++ b/fileutils.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 045360d..1614822 100644 --- a/hr.go +++ b/hr.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 3a2d4e0..24f14aa 100644 --- a/integrity.go +++ b/integrity.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 00510a5..b42ea1c 100644 --- a/json.go +++ b/json.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 8567877..3c05641 100644 --- a/list.go +++ b/list.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 5131e58..cc5944e 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev - 2019-2022 Elena Balakhonova +Copyright (C) 2019-2023 Sergey Matveev + 2019-2023 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/metadata.go b/metadata.go index 65accbb..52e1fe4 100644 --- a/metadata.go +++ b/metadata.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 7664dc5..f3b19b8 100644 --- a/passwd.go +++ b/passwd.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev - 2019-2022 Elena Balakhonova +Copyright (C) 2019-2023 Sergey Matveev + 2019-2023 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 ea3af19..edc91d4 100644 --- a/refresh.go +++ b/refresh.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 1c6300b..ff86c57 100644 --- a/ucspi.go +++ b/ucspi.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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 5ab1048..c35f89d 100644 --- a/upload.go +++ b/upload.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev - 2019-2022 Elena Balakhonova +Copyright (C) 2019-2023 Sergey Matveev + 2019-2023 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 be4d945..c47f99b 100644 --- a/usage.go +++ b/usage.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019-2022 Sergey Matveev +Copyright (C) 2019-2023 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.44.0