Project-Bonfire / Bonfire_legacy

A Fault Tolerant NoC Architecture
GNU General Public License v3.0
7 stars 8 forks source link

GPL header in source files #16

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

README says:

License: GNU GENERAL PUBLIC LICENSE Version 3

However, most source files say just:

--Copyright (C) 2016 Siavoosh Payandeh Azad

Why include a copyright notice but no mention of a license? :)

This, technically, is OK. But GPLv3 suggests to include a header:

To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.

siavooshpayandehazad commented 7 years ago

Makes sense to add the license in the header of the files! Also, I think we need to add some more information about the files there. some small documentation about each module.