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