diff options
author | Brad King <brad.king@kitware.com> | 2017-08-28 15:33:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-30 14:16:59 (GMT) |
commit | e09819557f5bf29f8414d5165e2c3e8ad8dee2d1 (patch) | |
tree | a12c94c8890665c2c45d7a859f897efe8931b4ad /Utilities/cmjsoncpp/include/json/json.h | |
parent | a7241206bf4e1cb6ebbb24a05334cf4b9e2328df (diff) | |
parent | 6e9ef8d1b18f8a33ab97483437da819e342a9997 (diff) | |
download | CMake-e09819557f5bf29f8414d5165e2c3e8ad8dee2d1.zip CMake-e09819557f5bf29f8414d5165e2c3e8ad8dee2d1.tar.gz CMake-e09819557f5bf29f8414d5165e2c3e8ad8dee2d1.tar.bz2 |
Merge branch 'upstream-jsoncpp' into update-jsoncpp
* upstream-jsoncpp:
jsoncpp 2017-08-27 (4cfae897)
Diffstat (limited to 'Utilities/cmjsoncpp/include/json/json.h')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmjsoncpp/include/json/json.h b/Utilities/cmjsoncpp/include/json/json.h index f89bc62..5964672 100644 --- a/Utilities/cmjsoncpp/include/json/json.h +++ b/Utilities/cmjsoncpp/include/json/json.h @@ -1,4 +1,4 @@ -// Copyright 2007-2010 Baptiste Lepilleur +// Copyright 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 |