Author: eevans
Date: Mon Nov 30 03:24:53 2009
New Revision: 885323

URL: http://svn.apache.org/viewvc?rev=885323&view=rev
Log:
add new JSON parsing library

Added:
    incubator/cassandra/trunk/lib/json_simple-1.1.jar   (with props)
Modified:
    incubator/cassandra/trunk/LICENSE.txt
    incubator/cassandra/trunk/NOTICE.txt

Modified: incubator/cassandra/trunk/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/LICENSE.txt?rev=885323&r1=885322&r2=885323&view=diff
==============================================================================
--- incubator/cassandra/trunk/LICENSE.txt (original)
+++ incubator/cassandra/trunk/LICENSE.txt Mon Nov 30 03:24:53 2009
@@ -209,8 +209,8 @@
 use of these libraries is subject to the terms and conditions of the 
 following licenses.
 
-For lib/flexjson-1.7.jar, lib/google-collect-1.0-rc1.jar, and
-lib/clhm-production.jar:
+For lib/flexjson-1.7.jar, lib/google-collect-1.0-rc1.jar, 
+lib/clhm-production.jar, and lib/json_simple-1.1.jar:
 
 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

Modified: incubator/cassandra/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/NOTICE.txt?rev=885323&r1=885322&r2=885323&view=diff
==============================================================================
--- incubator/cassandra/trunk/NOTICE.txt (original)
+++ incubator/cassandra/trunk/NOTICE.txt Mon Nov 30 03:24:53 2009
@@ -18,9 +18,12 @@
 This product makes use of JLine for console input (http://jline.sf.net).
 Copyright (c) 2002-2006, Marc Prud'hommeaux <[email protected]>
 
-JSON support is provided by Flexjson (http://flexjson.sf.net).
+JSON serialization provided by Flexjson (http://flexjson.sf.net).
 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).
 
 Logging abstraction provided by SLF4J (http://www.slf4j.org).

Added: incubator/cassandra/trunk/lib/json_simple-1.1.jar
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/lib/json_simple-1.1.jar?rev=885323&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/cassandra/trunk/lib/json_simple-1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to