Updated Branches: refs/heads/master f47e778b7 -> 68cf3bd3c
CRUNCH-277: Add licensing info for parquet. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/68cf3bd3 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/68cf3bd3 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/68cf3bd3 Branch: refs/heads/master Commit: 68cf3bd3c71bf01ed59078fc6f1a39f0d04a6f60 Parents: f47e778 Author: Matthias Friedrich <[email protected]> Authored: Wed Oct 9 17:56:23 2013 +0200 Committer: Matthias Friedrich <[email protected]> Committed: Wed Oct 9 17:56:23 2013 +0200 ---------------------------------------------------------------------- LICENSE | 1 + NOTICE | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/68cf3bd3/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index f5663ee..6ab925c 100644 --- a/LICENSE +++ b/LICENSE @@ -557,6 +557,7 @@ The Apache License, Version 2 (see above), for: javassist snappy-java cglib (included in mockito-all) + parquet -------------------------------------------------------------------------------- The Scala License (see above), for: http://git-wip-us.apache.org/repos/asf/crunch/blob/68cf3bd3/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index cac3009..5d4e07c 100644 --- a/NOTICE +++ b/NOTICE @@ -16,3 +16,6 @@ See http://code.google.com/p/snappy-java/ This product includes Javassist under the Apache License, Version 2.0 See http://www.javassist.org/ + +This product includes Parquet under the Apache License, Version 2.0 +See http://parquet.io/
