You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/18 07:55:25 UTC

[incubator-zipkin-dependencies] 01/01: Cites that PeekingIterator was based on guava code

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch LICENSE_update
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-dependencies.git

commit 9e2af5f5d19530da7cd099b6dccae3eadac0dcf0
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sat May 18 09:53:55 2019 +0200

    Cites that PeekingIterator was based on guava code
    
    We are required to update the LICENSE file if we have modified code.
    `zipkin2.dependencies.mysql.PeekingIterator` closely resembles a class
    in guava: `com.google.common.collect.AbstractIterator`
---
 LICENSE | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/LICENSE b/LICENSE
index 8dada3e..ca34c97 100644
--- a/LICENSE
+++ b/LICENSE
@@ -199,3 +199,9 @@
    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.
+
+This product contains a modified part of Guava, distributed by Google:
+
+  * License: Apache License v2.0
+  * Homepage: https://github.com/google/guava
+