From 0e690b7bc6e4c8422bebe2f8d911c332dbdaae08 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Mon, 26 Apr 2010 22:38:26 +0000 Subject: [PATCH] added attribution for snakeyaml (AL required) Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@938261 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NOTICE.txt b/NOTICE.txt index fd196624c1..fb729560cf 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -29,3 +29,6 @@ Copyright 1995-2006 Mort Bay Consulting Pty Ltd Alternative UUID support provided by Jug (http://jug.safehaus.org/). Copyright (c) 2002- Tatu Saloranta. + +YAML support provided by snakeyaml (http://code.google.com/p/snakeyaml/). +Copyright (c) 2008-2010 Andrey Somov