Skip to content

Allow the Unicode-3.0 license #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

siegfriedweber
Copy link
Member

Allow the Unicode-3.0 license

This license is required after upgrading the dependencies with cargo update.

Without this entry in deny.toml, cargo deny check licenses throws the following error:

error[rejected]: failed to satisfy license requirements                                                                                                                       10:05:25 [26/996]
  ┌─ registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.10.2:4:12
  │
4 │ license = "Unicode-3.0"
  │            ^^^^^^^^^^^
  │            │
  │            license expression retrieved via Cargo.toml `license`
  │            rejected: not explicitly allowed
  │
  = Unicode-3.0 - Unicode License v3:
  =   - OSI approved
  = zerovec-derive v0.10.2
    └── zerovec v0.10.2
        └── icu_collections v1.5.0
            └── icu_normalizer v1.5.0
                └── idna v1.0.0
                    └── url v2.5.1
                        └── stackable-operator v0.69.3 (*)

The license can be seen here: https://github.com/unicode-org/icu4x/blob/main/LICENSE

@siegfriedweber siegfriedweber requested a review from lfrancke June 13, 2024 08:24
@siegfriedweber siegfriedweber self-assigned this Jun 13, 2024
@siegfriedweber siegfriedweber enabled auto-merge June 13, 2024 08:26
@siegfriedweber siegfriedweber added this pull request to the merge queue Jun 13, 2024
Merged via the queue into main with commit 615a6b0 Jun 13, 2024
17 checks passed
@siegfriedweber siegfriedweber deleted the allow-unicode-3.0-license branch June 13, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants