You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/07/05 18:26:14 UTC

git commit: Add netty to NOTICE.txt

Updated Branches:
  refs/heads/trunk 6d3a3eed2 -> d840feff9


Add netty to NOTICE.txt


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d840feff
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d840feff
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d840feff

Branch: refs/heads/trunk
Commit: d840feff936c979aae195cc0371738eabec07afe
Parents: 6d3a3ee
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Jul 5 18:26:06 2012 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Jul 5 18:26:06 2012 +0200

----------------------------------------------------------------------
 NOTICE.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d840feff/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index da1ca02..71f38fe 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -40,3 +40,7 @@ Copyright 2009-2010 Ning, Inc.
 Alternative map implementation provided by SnapTree
 (https://github.com/nbronson/snaptree)
 Written by Nathan G. Bronson et al.
+
+CQL Native transport uses Netty
+(https://netty.io/)
+Copyright (C) 2011 The Netty Project