remove additional author

This commit is contained in:
Krishna Vedala 2020-07-22 13:23:03 -04:00
parent 367499799e
commit b2abbfe8eb
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -3,7 +3,6 @@
* @{
* @file hash_adler32.c
* @author [Christian Bender](https://github.com/christianbender)
* @author [Krishna Vedala](https://github.com/kvedala)
* @brief 32-bit [Adler hash](https://en.wikipedia.org/wiki/Adler-32) algorithm
*/
#include <assert.h>