argon2i.go | 2 +- fileutils.go | 2 +- gocheese.go | 4 ++-- gocheese.texi | 6 +++--- integrity.go | 2 +- passwd.go | 4 ++-- refresh.go | 2 +- sha256.go | 2 +- upload.go | 4 ++-- diff --git a/argon2i.go b/argon2i.go index 92b0134ea9a68bac67815ac2c433147e8d6cf60e84ad354701db2fe3cccb25d3..c4b04ee2bfa1d6bfc6061b1fb9f1510c40ae8ae1174cda13f913a56434a8d49d 100644 --- a/argon2i.go +++ b/argon2i.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Elena Balakhonova +Copyright (C) 2019-2020 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/fileutils.go b/fileutils.go index cb2e564502fee475c01643a733d753a9472a314fef0591d17f01c0353e49a558..529a125333c673a9cce5afed98612b769b36ce0ee4bb6a893a8e67518dcb99f4 100644 --- a/fileutils.go +++ b/fileutils.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev +Copyright (C) 2019-2020 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/gocheese.go b/gocheese.go index cd947b374be876abba8c9f27998796d5f4fe6a6ce807bc2a6543bdcee6100eaa..4d85f36bed544aa39279a55b6150ec13bf5fac653eb84e304b3c8225c2fd5768 100644 --- a/gocheese.go +++ b/gocheese.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev - 2019 Elena Balakhonova +Copyright (C) 2019-2020 Sergey Matveev + 2019-2020 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/gocheese.texi b/gocheese.texi index eaa0c8675ed9784c9d728dc0a48e654c41ae1be6e7c0769869bc9876612c072c..45dd540641dfa7123c1582e704e215496a99e49fa859b56dc5288ed59584bb62 100644 --- a/gocheese.texi +++ b/gocheese.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle GoCheese @copying -Copyright @copyright{} 2019 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2019-2020 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top @@ -139,8 +139,8 @@ @item @url{https://www.argon2i.com/, Argon2i} (recommended one!) To get Argon2i hashed-password you can use any of following tools: @itemize - @item @url{https://github.com/balakhonova/argon2i, - go get github.com/balakhonova/argon2i} (Go) + @item go get @url{https://github.com/balakhonova/argon2i, + github.com/balakhonova/argon2i} (Go) @item @url{https://github.com/p-h-c/phc-winner-argon2} (C) @end itemize Example user @code{foo} with password @code{bar} can have the diff --git a/integrity.go b/integrity.go index ca8e6e7733657c7651da811ae7c63023246567243dc4f111dd9c2daf4ef492b4..f1e3b9f35f1054eb62fd1fc90f8c83421b5b011d30d4fde3d5e4b2785de7c0d8 100644 --- a/integrity.go +++ b/integrity.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev +Copyright (C) 2019-2020 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 fa64c4c02cf77e7fe9026aa273d597186e525b65729036e05c9e335d4e3fde22..bdd5ab28c16a088b5113b419b59b2d78de4c29399f79cc61f99497a5a45f9157 100644 --- a/passwd.go +++ b/passwd.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev - 2019 Elena Balakhonova +Copyright (C) 2019-2020 Sergey Matveev + 2019-2020 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 3aa94c972a090154ed18aef2c48eb76547f81a0340224f07293f8ced681de558..755638e1de5c30e5636ec2605405f6c6d482e97c4827a21e779d523bf743238b 100644 --- a/refresh.go +++ b/refresh.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev +Copyright (C) 2019-2020 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/sha256.go b/sha256.go index 9abe996c2b60717bf8fa402fe43f5cf1a176433c95b642bf4aafc222be6335b3..cd7a7d4410fa43fc07388c16e2516a013e3e3c8bf85a57bb06326408a5687619 100644 --- a/sha256.go +++ b/sha256.go @@ -1,6 +1,6 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Elena Balakhonova +Copyright (C) 2019-2020 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/upload.go b/upload.go index 2a501dde43efff351fc6d292110e6b7d38d636396ee3bd9e563d7f5b5c8a290e..2672a8be3c8b819658c5fc6a02f3418b2a41f255eb94d0abae987ae748517324 100644 --- a/upload.go +++ b/upload.go @@ -1,7 +1,7 @@ /* GoCheese -- Python private package repository and caching proxy -Copyright (C) 2019 Sergey Matveev - 2019 Elena Balakhonova +Copyright (C) 2019-2020 Sergey Matveev + 2019-2020 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