hadoop: apache license.

We haven't made explicit that the Hadoop Java code is under the Apache
License. Do so (with permission from the other contributors, thanks!).

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
This commit is contained in:
Greg Farnum 2011-12-01 11:14:34 -08:00
parent 348c71c414
commit d4aef20210
2 changed files with 8 additions and 0 deletions

4
debian/copyright vendored
View File

@ -7,6 +7,10 @@ Files: *
Copyright: (c) 2004-2010 by Sage Weil <sage@newdream.net>
License: LGPL2.1 (see /usr/share/common-licenses/LGPL-2.1)
Files: src/client/hadoop/ceph
Copyright: Copyright (C) New Dream Network and contributors
License: Apache License v2
Files: src/rbd.cc
Copyright:
Copyright (C) 2004-2006 Sage Weil <sage@newdream.net>

View File

@ -0,0 +1,4 @@
Unlike the rest of the code in this repository, this
directory (src/client/hadoop) is licensed under the Apache License 2.0. This
is for the obvious reason that we want to integrate it into the Apache Hadoop
project.