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:24 UTC

[incubator-zipkin-dependencies] branch LICENSE_update created (now 9e2af5f)

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

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


      at 9e2af5f  Cites that PeekingIterator was based on guava code

This branch includes the following new commits:

     new 9e2af5f  Cites that PeekingIterator was based on guava code

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ad...@apache.org.
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
+