mirror of https://github.com/apache/cassandra
add new JSON parsing library
git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@885323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f92915ffd5
commit
ebbbfc4d70
|
@ -209,8 +209,8 @@ dependencies that have separate copyright notices and license terms. Your
|
||||||
use of these libraries is subject to the terms and conditions of the
|
use of these libraries is subject to the terms and conditions of the
|
||||||
following licenses.
|
following licenses.
|
||||||
|
|
||||||
For lib/flexjson-1.7.jar, lib/google-collect-1.0-rc1.jar, and
|
For lib/flexjson-1.7.jar, lib/google-collect-1.0-rc1.jar,
|
||||||
lib/clhm-production.jar:
|
lib/clhm-production.jar, and lib/json_simple-1.1.jar:
|
||||||
|
|
||||||
While developed outside the ASF, these projects are also licensed under
|
While developed outside the ASF, these projects are also licensed under
|
||||||
the Apache License 2.0. The full text of the Apache License 2.0 can be
|
the Apache License 2.0. The full text of the Apache License 2.0 can be
|
||||||
|
|
|
@ -18,9 +18,12 @@ Written by Cliff Click and released as Public Domain.
|
||||||
This product makes use of JLine for console input (http://jline.sf.net).
|
This product makes use of JLine for console input (http://jline.sf.net).
|
||||||
Copyright (c) 2002-2006, Marc Prud'hommeaux <mwp1@cornell.edu>
|
Copyright (c) 2002-2006, Marc Prud'hommeaux <mwp1@cornell.edu>
|
||||||
|
|
||||||
JSON support is provided by Flexjson (http://flexjson.sf.net).
|
JSON serialization provided by Flexjson (http://flexjson.sf.net).
|
||||||
Copyright 2007 Charlie Hubbard.
|
Copyright 2007 Charlie Hubbard.
|
||||||
|
|
||||||
|
JSON parsing provided by json-simple (http://code.google.com/p/json-simple/).
|
||||||
|
Copyright 2006-2009 Yidong Fang.
|
||||||
|
|
||||||
This product makes use of the JUnit test framework (http://junit.org).
|
This product makes use of the JUnit test framework (http://junit.org).
|
||||||
|
|
||||||
Logging abstraction provided by SLF4J (http://www.slf4j.org).
|
Logging abstraction provided by SLF4J (http://www.slf4j.org).
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue