whitfin / siphash-c

A C (89) implementation of the SipHash cryptographic hash family, using a single pass algorithm
MIT License
3 stars 4 forks source link

Please add copyright headers #5

Open hartwork opened 7 years ago

hartwork commented 7 years ago

Hi!

It is considered good practice to add copyright headers to all source files. Please add a header like

/* Copyright (c) 2016 Isaac Whitfield <email-of-choice>
** Licensed under the MIT License
*/

to src/siphash.c, src/siphash.h, main.c, Makefile, and test/test.c.

Many thanks!

whitfin commented 7 years ago

I'll add this as soon as the other issues are resolved, then tag it :)