Skip to content
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

Address migration comments #2910

Merged
merged 8 commits into from
Apr 1, 2024

Conversation

serban300
Copy link
Collaborator

@serban300 serban300 commented Apr 1, 2024

Related to #2538

Addressing comments from paritytech/polkadot-sdk#3859

More details in the commit titles

@serban300 serban300 requested a review from a team as a code owner April 1, 2024 13:26
@@ -4,15 +4,16 @@ version = "0.1.0"
description = "Tool for generating bridge runtime code from metadata"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
license = "GPL-3.0-only"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we change to "GPL-3.0-or-later WITH Classpath-exception-2.0"?

Copy link
Collaborator Author

@serban300 serban300 Apr 1, 2024

Choose a reason for hiding this comment

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

I don't know what is the difference between GPL-3.0-only and GPL-3.0-or-later WITH Classpath-exception-2.0. I changed it just for consistency.

You mean just here to leave it GPL-3.0-or-later WITH Classpath-exception-2.0 as before ? Or to change the parity-bridges-common workspace to GPL-3.0-or-later WITH Classpath-exception-2.0 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I mean - leave the previous version : "GPL-3.0-or-later WITH Classpath-exception-2.0". The whole license stuff is explained here: https://substrate.stackexchange.com/questions/594/how-should-we-choose-a-license - Apache for pallets and other runtime stuff and GPL with classpath for client (also relay). I may be wrong, though - just think that we don't want to restrict license on already available code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, thanks for the explanation ! Reverted the licenses to the previous version.

@serban300 serban300 merged commit 8c4c99d into paritytech:polkadot-staging Apr 1, 2024
13 checks passed
serban300 added a commit that referenced this pull request Apr 2, 2024
* Use workspace.[authors|edition]

* Add repository.workspace = true

* Upgrade dependencies to the polkadot-sdk versions

* Upgrade async-std version

* Update jsonrpsee version

* cargo update

* use ci-unified image
serban300 added a commit to serban300/parity-bridges-common that referenced this pull request Apr 8, 2024
* Use workspace.[authors|edition]

* Add repository.workspace = true

* Upgrade dependencies to the polkadot-sdk versions

* Upgrade async-std version

* Update jsonrpsee version

* cargo update

* use ci-unified image
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