From 7e2eca3d1e58938740dbfc3a58498b54975511e1 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 5 Jan 2017 22:27:30 +0000 Subject: [PATCH] Credit recent new contributors, thank you! --- README.md | 2 +- docs/index.md | 3 +++ package.json | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6f3a569..15731a92 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ covers reporting bugs, requesting features and submitting code changes. ### Licence -Copyright 2013, 2014, 2015, 2016 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016, 2017 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/index.md b/docs/index.md index a77e9a35..ef2b27ef 100644 --- a/docs/index.md +++ b/docs/index.md @@ -94,6 +94,9 @@ the help and code contributions of the following people: * [Kleis Auke Wolthuizen](https://github.com/kleisauke) * [Matt Hirsch](https://github.com/mhirsch) * [Rahul Nanwani](https://github.com/rnanwani) +* [Matthias Thoemmes](https://github.com/cmtt) +* [Patrick Paskaris](https://github.com/ppaskaris) +* [Jérémy Lal](https://github.com/kapouer) Thank you! diff --git a/package.json b/package.json index 7ace4ceb..cd67bc75 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "Kleis Auke Wolthuizen ", "Matt Hirsch ", "Matthias Thoemmes ", - "Patrick Paskaris " + "Patrick Paskaris ", + "Jérémy Lal " ], "scripts": { "clean": "rm -rf node_modules/ build/ vendor/ coverage/ test/fixtures/output.*",