This commit is contained in:
parent
139e5b24be
commit
de7e61a2fe
@ -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 <tastytea@tastytea.de>.
|
||||
Copyright © 2018, 2019 tastytea <tastytea@tastytea.de>.
|
||||
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
|
||||
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||
and you are welcome to redistribute it under certain conditions.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This file is part of libravatarserv.
|
||||
* Copyright © 2018 tastytea <tastytea@tastytea.de>
|
||||
* Copyright © 2018,2019 tastytea <tastytea@tastytea.de>
|
||||
*
|
||||
* 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* This file is part of libravatarserv.
|
||||
* Copyright © 2018 tastytea <tastytea@tastytea.de>
|
||||
* Copyright © 2018, 2019 tastytea <tastytea@tastytea.de>
|
||||
*
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user