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/devtools/__init__.py b/devtools/__init__.py
index 90b4fd7..4a51e65 100644
--- a/devtools/__init__.py
+++ b/devtools/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2010 The JsonCpp Authors
+# Copyright 2010 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/devtools/antglob.py b/devtools/antglob.py
index 75615ed..9843765 100644
--- a/devtools/antglob.py
+++ b/devtools/antglob.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # encoding: utf-8
-# 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
diff --git a/devtools/fixeol.py b/devtools/fixeol.py
index e089f9f..45252a0 100644
--- a/devtools/fixeol.py
+++ b/devtools/fixeol.py
@@ -1,4 +1,4 @@
-# Copyright 2010 The JsonCpp Authors
+# Copyright 2010 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/devtools/licenseupdater.py b/devtools/licenseupdater.py
index 43ddb4f..36bdb5c 100644
--- a/devtools/licenseupdater.py
+++ b/devtools/licenseupdater.py
@@ -6,7 +6,7 @@
 # and ends with the first blank line.
 LICENSE_BEGIN = "// Copyright "
 
-BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 The JsonCpp Authors
+BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 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/devtools/tarball.py b/devtools/tarball.py
index ce36594..3c0ba65 100644
--- a/devtools/tarball.py
+++ b/devtools/tarball.py
@@ -1,4 +1,4 @@
-# Copyright 2010 The JsonCpp Authors
+# Copyright 2010 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