From 69257d9bd9a52e9b662cf75feec351340370fdf6 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Thu, 10 Sep 2009 16:29:50 +0000 Subject: [PATCH] extra NOTICE.txt attributions This changeset adds some sort of attribution entry for each of the non-ASF libraries, whether they are needed or make sense. Patch by eevans; reviewed by jbellis for CASSANDRA-371 git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.4@813497 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index e6188716b1..ba3f7dcf35 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,9 +4,24 @@ Copyright 2009 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -JSON support is provided by Flexjson (http://flexjson.sf.net). -Copyright 2007 Charlie Hubbard. +Parser generation is provided by ANTLR, (http://www.antlr.org/). +Copyright (c) 2003-2006 Terence Parr This product makes use of the google-collections library from http://code.google.com/p/google-collections/. Copyright (C) 2008 Google Inc. + +Some alternate data structures provided by high-scale-lib from +http://sourceforge.net/projects/high-scale-lib/. +Written by Cliff Click and released as Public Domain. + +This product makes use of JLine for console input (http://jline.sf.net). +Copyright (c) 2002-2006, Marc Prud'hommeaux + +JSON support is provided by Flexjson (http://flexjson.sf.net). +Copyright 2007 Charlie Hubbard. + +This product makes use of the JUnit test framework (http://junit.org). + +Logging abstraction provided by SLF4J (http://www.slf4j.org). +Copyright (c) 2004-2008 QOS.ch