Missing MPL notice and source redist for publicsuffix data
See original GitHub issueFrom 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:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
@pombredanne thanks for flagging this. Lemme know if I’ve missed anything! #4657
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: