Skip to content

Commit

Permalink
Add Unicode-3.0 to accepted licenses list
Browse files Browse the repository at this point in the history
This change updates the licensing configuration by including Unicode-3.0 in the list of accepted licenses. It ensures that projects using the Unicode-3.0 license can be integrated without issues.
  • Loading branch information
friedemannsommer committed Dec 1, 2024
1 parent 8b64984 commit 2f0e384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licensing/about.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accepted = ["Apache-2.0", "ISC", "MIT", "MPL-2.0"]
accepted = ["Apache-2.0", "ISC", "MIT", "MPL-2.0", "Unicode-3.0"]
ignore-dev-dependencies = true
private = { ignore = true }

Expand Down

0 comments on commit 2f0e384

Please sign in to comment.