jsoncpp/test
Devin Jeanpierre 19fc55f408 Refactor authorship information for more technical accuracy.
Google advises its employees to add Google Inc. as an author, but that hasn't
been done yet and would be super inconvenient. So instead I've refactored the
file to refer to "The JsonCpp Authors", which are listed in the AUTHORS file.

The AUTHORS file itself is generated via:

    git log --pretty="%an <%ae>%n%cn <%ce>" | sort | uniq

Plus the addition of "Google Inc." as a copyright author. (Google owns the work
of anyone contributing from an @google.com address, for example.)

The list contains some probable duplicates where people have used more than one
email address. I didn't deduplicate because -- well, who's to say they're
duplicates, anyway? :)
2017-04-24 11:01:12 -07:00
..
data Added stack overflow test 2016-11-02 15:33:57 +03:00
jsonchecker Switched CRLF to LF in repo, and added svn:eol-style native. I might have missed a few files though. Just committing what I have so far. 2011-06-21 21:18:49 +00:00
cleantests.py Refactor authorship information for more technical accuracy. 2017-04-24 11:01:12 -07:00
generate_expected.py Refactor authorship information for more technical accuracy. 2017-04-24 11:01:12 -07:00
pyjsontestrunner.py Refactor authorship information for more technical accuracy. 2017-04-24 11:01:12 -07:00
runjsontests.py Refactor authorship information for more technical accuracy. 2017-04-24 11:01:12 -07:00
rununittests.py Refactor authorship information for more technical accuracy. 2017-04-24 11:01:12 -07:00