Updated Branches: refs/heads/master d243b23f6 -> 72418f4eb
Add new NOTICE for dep Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/72418f4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/72418f4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/72418f4e Branch: refs/heads/master Commit: 72418f4eb86b665b9d9651cecd69c224185c286e Parents: d243b23 Author: williamstw <[email protected]> Authored: Thu Sep 12 19:34:36 2013 -0400 Committer: williamstw <[email protected]> Committed: Thu Sep 12 19:34:36 2013 -0400 ---------------------------------------------------------------------- .../notices/concurrentlinkedhashmap-lru-1.3.2.jar.NOTICE | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/72418f4e/distribution/src/main/resources/notices/concurrentlinkedhashmap-lru-1.3.2.jar.NOTICE ---------------------------------------------------------------------- diff --git a/distribution/src/main/resources/notices/concurrentlinkedhashmap-lru-1.3.2.jar.NOTICE b/distribution/src/main/resources/notices/concurrentlinkedhashmap-lru-1.3.2.jar.NOTICE new file mode 100644 index 0000000..e1cedae --- /dev/null +++ b/distribution/src/main/resources/notices/concurrentlinkedhashmap-lru-1.3.2.jar.NOTICE @@ -0,0 +1,7 @@ +ConcurrentLinkedHashMap +Copyright 2008, Ben Manes +Copyright 2010, Google Inc. + +Some alternate data structures provided by JSR-166e +from http://gee.cs.oswego.edu/dl/concurrency-interest/. +Written by Doug Lea and released as Public Domain.
