Adapting license headers, WIP

This commit is contained in:
Philippe Teuwen 2022-01-06 02:19:46 +01:00
commit b703bb746b
154 changed files with 2317 additions and 1139 deletions

View file

@ -2,11 +2,16 @@ Initial author of the Proxmark3 code is Jonathan Westhues, starting in August 20
His latest release was done in May 2007 and is available [here](https://cq.cx/dl/proxmark3-may23-2007.zip) (copy available [here](http://proxmark.org/files/J.Westhues/)).
Initial copyright notice is therefore:
Copyright (C) 2005-2005 Jonathan Westhues
Copyright (C) 2005-2007 Jonathan Westhues
Since then, each contribution is under the copyright of its respective author.
A few releases were done by the Proxmark community between 2007 and March 2009 before using version control.
The last one which served as basis for version control, under SVN then migrated to Git, was the `20090306_ela` release by Edouard Lafargue. See the first commit of this repository.
The last release which served as basis for version control, under SVN then migrated to Git, was the `20090306_ela` release by Edouard Lafargue. See the first commit of this repository.
Since then, each contribution is tracked by the Git history. See the output of `git shortlog -nse` for a full list. See also [the Contributors page on Github](https://github.com/RfidResearchGroup/proxmark3/graphs/contributors).
Therefore, only the following copyright notices are left untouched in the corresponding files:
- copyright notices present in the `20090306_ela` release
- copyright notices of code borrowed from other projects
- copyright notices of standalone modes initial authors
Since then, copyright of each contribution is tracked by the Git history. See the output of `git shortlog -nse` for a full list. See also [the Contributors page on Github](https://github.com/RfidResearchGroup/proxmark3/graphs/contributors).