Repository: incubator-rocketmq Updated Branches: refs/heads/release-4.1.0-incubating [created] 84bd29413
Include guava copyright announcement Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/646a3e55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/646a3e55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/646a3e55 Branch: refs/heads/release-4.1.0-incubating Commit: 646a3e5531afbb4c4c07b00e7ff19adeffa3c659 Parents: 0c5e53d Author: dongeforever <[email protected]> Authored: Tue Jun 6 15:13:43 2017 +0800 Committer: dongeforever <[email protected]> Committed: Tue Jun 6 15:13:43 2017 +0800 ---------------------------------------------------------------------- distribution/LICENSE-BIN | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/646a3e55/distribution/LICENSE-BIN ---------------------------------------------------------------------- diff --git a/distribution/LICENSE-BIN b/distribution/LICENSE-BIN index 9796b3c..32d0208 100644 --- a/distribution/LICENSE-BIN +++ b/distribution/LICENSE-BIN @@ -296,4 +296,22 @@ The source code of jna can be found at https://github.com/java-native-access/jna A copy is also included in the downloadable source code package containing JNA, in file "AL2.0", under the same directory - as this file. \ No newline at end of file + as this file. +------ +This product has a bundle guava, which is available under the ASL2 License. +The source code of guava can be found at https://github.com/google/guava. + + Copyright (C) 2007 The Guava authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +
