Skip to content

Commit 59e4d35

Browse files
committed
Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing.
Requested/noticed in open-source-parsers#610, and a followup to open-source-parsers#607 .
1 parent f26edb0 commit 59e4d35

35 files changed

+38
-38
lines changed

LICENSE

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ The JsonCpp library's source code, including accompanying documentation,
22
tests and demonstration applications, are licensed under the following
33
conditions...
44

5-
The JsonCpp Authors explicitly disclaim copyright in all
5+
Baptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all
66
jurisdictions which recognize such a disclaimer. In such jurisdictions,
77
this software is released into the Public Domain.
88

99
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
10-
2010), this software is Copyright (c) 2007-2010 by The JsonCpp Authors, and is
11-
released under the terms of the MIT License (see below).
10+
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and
11+
The JsonCpp Authors, and is released under the terms of the MIT License (see below).
1212

1313
In jurisdictions which recognize Public Domain property, the user of this
1414
software may choose to accept it either as 1) Public Domain, 2) under the
@@ -23,7 +23,7 @@ described in clear, concise terms at:
2323
The full text of the MIT License follows:
2424

2525
========================================================================
26-
Copyright (c) 2007-2010 The JsonCpp Authors
26+
Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
2727

2828
Permission is hereby granted, free of charge, to any person
2929
obtaining a copy of this software and associated documentation

devtools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010 The JsonCpp Authors
1+
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

devtools/antglob.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
3-
# Copyright 2009 The JsonCpp Authors
3+
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
44
# Distributed under MIT license, or public domain if desired and
55
# recognized in your jurisdiction.
66
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

devtools/fixeol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010 The JsonCpp Authors
1+
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

devtools/licenseupdater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# and ends with the first blank line.
77
LICENSE_BEGIN = "// Copyright "
88

9-
BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 The JsonCpp Authors
9+
BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 Baptiste Lepilleur and The JsonCpp Authors
1010
// Distributed under MIT license, or public domain if desired and
1111
// recognized in your jurisdiction.
1212
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

devtools/tarball.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010 The JsonCpp Authors
1+
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/allocator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/assertions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/autolink.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/features.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/forwards.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/json.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/reader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/value.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

include/json/writer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

makerelease.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010 The JsonCpp Authors
1+
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

scons-tools/globtool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009 The JsonCpp Authors
1+
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

scons-tools/srcdist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

scons-tools/substinfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010 The JsonCpp Authors
1+
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

scons-tools/targz.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/jsontestrunner/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/lib_json/json_reader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2011 Baptiste Lepilleur
1+
// Copyright 2007-2011 Baptiste Lepilleur and The JsonCpp Authors
22
// Copyright (C) 2016 InfoTeCS JSC. All rights reserved.
33
// Distributed under MIT license, or public domain if desired and
44
// recognized in your jurisdiction.

src/lib_json/json_tool.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/lib_json/json_value.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Baptiste Lepilleur
1+
// Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/lib_json/json_valueiterator.inl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/lib_json/json_writer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Baptiste Lepilleur
1+
// Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/test_lib_json/jsontest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/test_lib_json/jsontest.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

src/test_lib_json/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2007-2010 Baptiste Lepilleur
1+
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

test/cleantests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

test/generate_expected.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

test/pyjsontestrunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

test/runjsontests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2007 The JsonCpp Authors
1+
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

test/rununittests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009 The JsonCpp Authors
1+
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
22
# Distributed under MIT license, or public domain if desired and
33
# recognized in your jurisdiction.
44
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

0 commit comments

Comments
 (0)