Merge: NOTICE: Update author list and years
authorJean Privat <jean@pryen.org>
Tue, 24 May 2016 23:12:43 +0000 (19:12 -0400)
committerJean Privat <jean@pryen.org>
Tue, 24 May 2016 23:12:43 +0000 (19:12 -0400)
Commands used:
* `git shortlog -sne <commit range> -- benchmarks/ contrib/ c_src/ examples/ misc/ share/man/ src/ tests/ Changelog LICENSE LICENSE-BSD LICENSE-GPL-2 Makefile NOTICE README.md VERSION .gitattributes .gitignore .gitmodules .mailmap .project`
* `git shortlog -sne <commit range> -- lib/ clib/ share/nitdoc/`
* To check the first commit date of an author: `git log --author=<author BRE> --reverse --date-order | less`

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2120
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge