diff --git a/README.md b/README.md index 26786a1..7dfbe13 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,6 @@ calculates both MD5 and SHA256 hashes for every user on every request. This could seriously strain the ressources of your computer if many users use the service. -The algorithm for identicon generation has not been thoroughly tested. The -generated images are maybe not individual enough. Please open a bug report if -that is the case. - ## Install ### Gentoo @@ -188,7 +184,7 @@ See https://tastytea.de/ ## License & Copyright ```PLAIN -Copyright © 2018 tastytea . +Copyright © 2018, 2019 tastytea . License GPLv3: GNU GPL version 3 . This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. diff --git a/src/http.cpp b/src/http.cpp index f743d05..7359590 100644 --- a/src/http.cpp +++ b/src/http.cpp @@ -1,5 +1,5 @@ /* This file is part of libravatarserv. - * Copyright © 2018 tastytea + * Copyright © 2018,2019 tastytea * * 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/src/libravatarserv.cpp b/src/libravatarserv.cpp index 5cc3fa9..e97ba10 100644 --- a/src/libravatarserv.cpp +++ b/src/libravatarserv.cpp @@ -1,5 +1,5 @@ /* This file is part of libravatarserv. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * 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