eteran / c-vector

A dynamic array implementation in C similar to the one found in standard C++
MIT License
737 stars 109 forks source link

Add copyright and license on the top of the cvector.h file #42

Closed Bojun-Seo closed 2 years ago

Bojun-Seo commented 2 years ago

For some people who want to use this library on the other project by just copying the file, need to add copyright on the top of the file. If the copyright and the license are already specified on the top of the file, this library can be much easier to be used.

I'm trying to use cvector.h on other project. https://github.com/iovisor/bcc/pull/4120 And one reviewer recommend me to add copyright notice on the cvector.h file. I thinks this request is reasonable and it would be better to add the copyright notice on the main project.

eteran commented 2 years ago

Thanks!