question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing MPL notice and source redist for publicsuffix data

See original GitHub issue

From what I can see an older version of https://publicsuffix.org/list/public_suffix_list.dat is bundled in https://github.com/square/okhttp/tree/2f4b90050e739f2310a1e1a26634124dd3b618e2/okhttp/src/main/resources/okhttp3/internal/publicsuffix … but there is no indication anywhere that this is using an MPL-license. This is not Apache-licensed for sure (as your code is at https://github.com/square/okhttp/blob/2f4b90050e739f2310a1e1a26634124dd3b618e2/okhttp/src/main/java/okhttp3/internal/publicsuffix/PublicSuffixDatabase.java )

IMHO, somehow, somewhere I think that the original notice from https://publicsuffix.org/list/public_suffix_list.dat should be included in the JARs at the minimum and that the source for the list data should be made available for redistribution since the license is MPL…

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

See https://github.com/publicsuffix/list/blob/master/LICENSE#L170 for details.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
swankjessecommented, Feb 25, 2019

@pombredanne thanks for flagging this. Lemme know if I’ve missed anything! #4657

0reactions
JakeWhartoncommented, Apr 19, 2019

I’m just relaying how the Maven pom works. We didn’t invent this system. If this is unsuitable for some reason, please open a separate issue.

On Fri, Apr 5, 2019 at 5:29 AM Philippe Ombredanne notifications@github.com wrote:

@JakeWharton https://github.com/JakeWharton re:

traverse the hierarchy of parent poms

This feels like a rather fragmented path to get the information. This also means that at runtime (where only a JAR and no parent POM is around), there is no license information available inside the JAR

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/square/okhttp/issues/4569#issuecomment-480210470, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEbzGK3k_atjXvV9XJhV-v6aNymInks5vdxdjgaJpZM4aLXOa .

Read more comments on GitHub >

github_iconTop Results From Across the Web

open_source_license_VMware_...
See the NOTICE file distributed with this work for additional information ... MPL-2.0 okhttp-4.1.1-sources.jar\okhttp3\internal\publicsuffix\NOTICE Note ...
Read more >
Open Source Used In Crosswork Data Gateway 1.1.3 - Cisco
This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in...
Read more >
Azul Zulu 18.32 (18.0.2+9) PSU Licensing Information
Azul Zulu includes copies of the third-party notices required by each module, ... Redistribution and use in source and binary forms, with or...
Read more >
Mozilla Public License, version 2.0
means Covered Software of a particular Contributor. 1.4. “Covered Software”. means Source Code Form to which the initial Contributor has attached the notice...
Read more >
Cloud Native Core Licensing Information User Manual
Provider Component (s) Licensing Information Apache 2.0 akka‑cluster‑sharding 2.5.22 APACHE 2.0 ‑See Appendix E Apache 2.0 akka‑cluster‑sharding 2.6.5 APACHE 2.0 ‑See Appendix E Apache 2.0 akka‑cluster‑sharding...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found