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

CB-394: Do not allow CC BY-NC-SA license for future reviews #474

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anshg1214
Copy link
Member

CB-394

This PR:

  1. Disables CC BY-NC-SA license for future reviews.
  2. Upgrades to CC BY-SA 4.0 license. So all new reviews will be published under CC BY-SA 4.0 license.

@@ -382,9 +378,6 @@ def edit(id):
"entity_type": review["entity_type"],
"review": review,
}
if not review["is_draft"]:
Copy link
Member

Choose a reason for hiding this comment

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

IIUC, this PR currently doesn't show users the option to upgrade from CC SA v3 to CC SA v4. I don't remember whether we decided the move should be opt-in or mandatory but in any case a dialog should be shown to the user. Also, even when doing that need to confirm with @alastair whether CC NC can be upgraded to CC SA or not and accordingly a check may be needed.

Till that is implemented in this or a future PR, we should keep this if check.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We decided to not worry about asking to upgrade. We'll leave old ones as the current license. If we find that people are asking to upgrade their licenses, the we can add the feature

Copy link
Member

@amCap1712 amCap1712 left a comment

Choose a reason for hiding this comment

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

Looks good but need to test on beta before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants