Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing.
Requested/noticed in https://github.com/open-source-parsers/jsoncpp/pull/610, and a
followup to https://github.com/open-source-parsers/jsoncpp/pull/607 .
diff --git a/test/cleantests.py b/test/cleantests.py
index 6a441dc..36d5b9b 100644
--- a/test/cleantests.py
+++ b/test/cleantests.py
@@ -1,4 +1,4 @@
-# Copyright 2007 The JsonCpp Authors
+# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
# Distributed under MIT license, or public domain if desired and
# recognized in your jurisdiction.
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
diff --git a/test/generate_expected.py b/test/generate_expected.py
index 4d56bce..e049ab5 100644
--- a/test/generate_expected.py
+++ b/test/generate_expected.py
@@ -1,4 +1,4 @@
-# Copyright 2007 The JsonCpp Authors
+# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
# Distributed under MIT license, or public domain if desired and
# recognized in your jurisdiction.
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
diff --git a/test/pyjsontestrunner.py b/test/pyjsontestrunner.py
index 6111ea9..bd749b5 100644
--- a/test/pyjsontestrunner.py
+++ b/test/pyjsontestrunner.py
@@ -1,4 +1,4 @@
-# Copyright 2007 The JsonCpp Authors
+# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
# Distributed under MIT license, or public domain if desired and
# recognized in your jurisdiction.
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
diff --git a/test/runjsontests.py b/test/runjsontests.py
index d0c9386..48cfe82 100644
--- a/test/runjsontests.py
+++ b/test/runjsontests.py
@@ -1,4 +1,4 @@
-# Copyright 2007 The JsonCpp Authors
+# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
# Distributed under MIT license, or public domain if desired and
# recognized in your jurisdiction.
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
diff --git a/test/rununittests.py b/test/rununittests.py
index cffe2c7..6634e72 100644
--- a/test/rununittests.py
+++ b/test/rununittests.py
@@ -1,4 +1,4 @@
-# Copyright 2009 The JsonCpp Authors
+# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
# Distributed under MIT license, or public domain if desired and
# recognized in your jurisdiction.
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE