FLUME-1694: Fix LICENSE file for binary artifacts (Brock Noland via Jarek Jarcec Cecho)
Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/ea638b86 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/ea638b86 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/ea638b86 Branch: refs/heads/FLUME-1502 Commit: ea638b868e0d20e2b047b3fc4681adebb29456cd Parents: 176168e Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Nov 12 08:42:16 2012 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Nov 12 08:42:16 2012 -0800 ---------------------------------------------------------------------- LICENSE | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/ea638b86/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index f86c481..75ed1b8 100644 --- a/LICENSE +++ b/LICENSE @@ -221,6 +221,7 @@ For commons-pool-<version>.jar: derby-<version>.jar: guava-<version>.jar: + gson-<version>.jar httpclient-<version>.jar: httpcore-<version>.jar: irclib-<version>.jar: @@ -232,6 +233,7 @@ For jsr305-<version>.jar: libthrift-<version>.jar: log4j-<version>.jar: + mina-core-<version>.jar: netty-<version>.jar: servlet-api-<version>.jar: snappy-java-<version>.jar: @@ -334,6 +336,45 @@ For THE POSSIBILITY OF SUCH DAMAGE. +For + protobuf-<version>.jar: + + New BSD License + + Copyright 2008, Google Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + Code generated by the Protocol Buffer compiler is owned by the owner + of the input file used when generating it. This code is not + standalone and requires a support library to be linked with it. This + support library is itself covered by the above license. + For jcl-over-slf4j-<version>.jar: slf4j-api-<version>.jar:
