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

Figure out the license of the content repo #408

Closed
peterbe opened this issue Mar 25, 2020 · 4 comments
Closed

Figure out the license of the content repo #408

peterbe opened this issue Mar 25, 2020 · 4 comments
Milestone

Comments

@peterbe
Copy link
Contributor

peterbe commented Mar 25, 2020

When this repo becomes Yari, we'll have all the content here. The stuff that's currently in a centralized MySQL database.
stumptown-content is similar in that stuff that used to be in MySQL is now in Markdown files inside the repo.

We need to figure out the right LICENSE and stuff for this repo too.

@peterbe
Copy link
Contributor Author

peterbe commented Sep 15, 2020

What the work now involves is to:

  1. Pick the right license for the content
  2. Edit this file: https://github.com/mdn/content/blob/main/LICENSE
  3. Edit this file: https://github.com/mdn/content/blob/main/package.json#L5

@peterbe peterbe changed the title Figure out the license of this repo Figure out the license of the content repo Sep 15, 2020
@peterbe
Copy link
Contributor Author

peterbe commented Sep 15, 2020

The https://spdx.org/licenses/ lists variant of "CC-BY-SA" but nothing's called exactly that. They're all with a suffix of a version number.

@escattone
Copy link
Contributor

From my reading of https://developer.mozilla.org/en-US/docs/MDN/About#Copyrights_and_licenses, I suspect we're going to need to specify three licenses for the https://github.com/mdn/content repo:

  • a license for the documentation content (excluding the code-samples and snippets): CC-BY-SA (perhaps the latest version: https://creativecommons.org/licenses/by-sa/4.0/legalcode)
  • two licenses to cover the code-samples and snippets:
    • CC0 license for everything added on or after August 20, 2010
    • MIT license for everything added before August 20, 2010

We've started an email conversation with the Mozilla legal department to answer these questions.

@peterbe
Copy link
Contributor Author

peterbe commented Sep 28, 2020

This has been done. When we create the archived-content and translated-content we'll apply the same there.

@peterbe peterbe closed this as completed Sep 28, 2020
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

No branches or pull requests

2 participants