Skip to content

Update license field#693

Merged
bwoodsend merged 1 commit intoultrajson:mainfrom
wagenrace:patch-1
Nov 12, 2025
Merged

Update license field#693
bwoodsend merged 1 commit intoultrajson:mainfrom
wagenrace:patch-1

Conversation

@wagenrace
Copy link
Copy Markdown
Contributor

Fixes #692

With PEP 639, the standard for license is SPDX.
So I think this refers to BSD-3-Clause and TCL.
The SPDX supports multiple licenses with the and-operator

This makes it easier for tools to determine which license is used.

Changes proposed in this pull request:

  • Add licenses tothe license field

@hugovk hugovk added the changelog: Added For new features label Nov 12, 2025
Copy link
Copy Markdown
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

See also #565 where we identified the BSD-3-Clause and TCL licences.

@wagenrace
Copy link
Copy Markdown
Contributor Author

Thanks!

See also #565 where we identified the BSD-3-Clause and TCL licences.

That was a big help indeed! That made is very easy for me to figure out what licenses are used

@bwoodsend
Copy link
Copy Markdown
Collaborator

Ah, hello again. Glad to say we can do this on this project.

@bwoodsend bwoodsend merged commit 468e42b into ultrajson:main Nov 12, 2025
27 checks passed
@wagenrace wagenrace deleted the patch-1 branch November 12, 2025 14:57
@wagenrace
Copy link
Copy Markdown
Contributor Author

Ah, hello again. Glad to say we can do this on this project.

haha, indeed. You might have found out my single trick to be a (mini) contributor to many Python projects 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Added For new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The python package does not have license field

3 participants