From f686d5459435f34b300eaca6483016990216b537 Mon Sep 17 00:00:00 2001 From: wisekiran <156468707+wisekiran@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:50:45 +0000 Subject: [PATCH 1/3] license full name --- src/utils/licenses.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utils/licenses.js b/src/utils/licenses.js index 60965a42..7303fa24 100644 --- a/src/utils/licenses.js +++ b/src/utils/licenses.js @@ -25,7 +25,7 @@ export const LICENSES = { NC: false, ND: false, }, - FULL: 'Attribution 4.0 International', + FULL: 'Creative Commons Attribution 4.0 International', SHORT: 'CC BY 4.0', SLUG: 'cc-by', URL: 'http://creativecommons.org/licenses/by/4.0/', @@ -38,7 +38,7 @@ export const LICENSES = { NC: false, ND: false, }, - FULL: 'Attribution-ShareAlike 4.0 International', + FULL: 'Creative Commons Attribution-ShareAlike 4.0 International', SHORT: 'CC BY-SA 4.0', SLUG: 'cc-by-sa', URL: 'http://creativecommons.org/licenses/by-sa/4.0/', @@ -51,7 +51,7 @@ export const LICENSES = { NC: true, ND: false, }, - FULL: 'Attribution-NonCommercial 4.0 International', + FULL: 'Creative Commons Attribution-NonCommercial 4.0 International', SHORT: 'CC BY-NC 4.0', SLUG: 'cc-by-nc', URL: 'http://creativecommons.org/licenses/by-nc/4.0/', @@ -64,7 +64,7 @@ export const LICENSES = { NC: true, ND: false, }, - FULL: 'Attribution-NonCommercial-ShareAlike 4.0 International', + FULL: 'Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International', SHORT: 'CC BY-NC-SA 4.0', SLUG: 'cc-by-nc-sa', URL: 'http://creativecommons.org/licenses/by-nc-sa/4.0/', @@ -77,7 +77,7 @@ export const LICENSES = { NC: true, ND: true, }, - FULL: 'Attribution-NonCommercial-NoDerivatives 4.0 International', + FULL: 'Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International', SHORT: 'CC BY-NC-ND 4.0', SLUG: 'cc-by-nc-nd', URL: 'http://creativecommons.org/licenses/by-nc-nd/4.0/', @@ -90,7 +90,7 @@ export const LICENSES = { NC: false, ND: true, }, - FULL: 'Attribution-NoDerivatives 4.0 International', + FULL: 'Creative Commons Attribution-NoDerivatives 4.0 International', SHORT: 'CC BY-ND 4.0', SLUG: 'cc-by-nd', URL: 'http://creativecommons.org/licenses/by-nd/4.0/', From e21c335c9e1db7ab58665e4d2d682b571e5b1e20 Mon Sep 17 00:00:00 2001 From: Priyanshi Gaur Date: Wed, 27 Mar 2024 12:21:40 +0530 Subject: [PATCH 2/3] remove duplicate files and update readme file Signed-off-by: Priyanshi Gaur --- CODE_OF_CONDUCT.md | 13 ------------- CONTRIBUTING.md | 34 ---------------------------------- README.md | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 47 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 30dc6536..00000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,13 +0,0 @@ -# Contributor Code of Conduct - -The Creative Commons team is committed to fostering a welcoming community. This -project and all other Creative Commons open source projects are governed by our -[Code of Conduct][code_of_conduct]. Please report unacceptable behavior to -[conduct@creativecommons.org](mailto:conduct@creativecommons.org) per our -[reporting guidelines][reporting_guide]. - -For a history of updates, see the [page history here][updates]. - -[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/ -[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/ -[updates]: https://github.com/creativecommons/creativecommons.github.io-source/commits/main/content/community/code-of-conduct/contents.lr diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 80064185..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,34 +0,0 @@ -# Contributing to CC Open Source - -Thank you for your interest in contributing to CC Open Source! This document is -a set of guidelines to help you contribute to this project. - - -## Code of Conduct - -By participating in this project, you are expected to uphold our [Code of -Conduct][code_of_conduct]. - -[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/ - - -## Project Documentation - -The `README` in the root of the repository should contain or link to project -documentation. If you cannot find the documentation you're looking for, please -file a GitHub issue with details of what you'd like to see documented. - - -## How to Contribute - -Please follow the processes in our general [Contributing Code][contributing] -guidelines on the Creative Common Open Source website. - -[contributing]: https://opensource.creativecommons.org/contributing-code/ - - -## Questions or Thoughts? - -Talk to us on [one of our community forums][community]. - -[community]: https://opensource.creativecommons.org/community/ diff --git a/README.md b/README.md index 2f16b52c..aa5e080f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ This site is built using [Vue.js](https://vuejs.org/) (and vue-cli). Tasks, issues, and discussion related to the release of the new chooser are tracked with the [`Launch Milestone`](https://github.com/creativecommons/chooser/milestone/1). +## Code of conduct + +[`CODE_OF_CONDUCT.md`][org-coc]: +> The Creative Commons team is committed to fostering a welcoming community. +> This project and all other Creative Commons open source projects are governed +> by our [Code of Conduct][code_of_conduct]. Please report unacceptable +> behavior to [conduct@creativecommons.org](mailto:conduct@creativecommons.org) +> per our [reporting guidelines][reporting_guide]. +[org-coc]: https://github.com/creativecommons/.github/blob/main/CODE_OF_CONDUCT.md +[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/ +[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/ + ## Getting Started ### Prerequisite @@ -71,6 +83,10 @@ If it says "No results matched your search", then there are no issues currently *If no progress has been made on an issue for seven days after assignment, the assignment will be removed to allow others to contribute.* +See [`CONTRIBUTING.md`][org-contrib]. + +[org-contrib]: https://github.com/creativecommons/.github/blob/main/CONTRIBUTING.md + ## Running Tests You can run tests by executing: From bdc32c3f61a9768d1d92fefe7aaf5ca6885ec35b Mon Sep 17 00:00:00 2001 From: Syeda Abid <143062597+Syeda-Mal@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:05:43 +0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa5e080f..001e9203 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Tasks, issues, and discussion related to the release of the new chooser are trac > by our [Code of Conduct][code_of_conduct]. Please report unacceptable > behavior to [conduct@creativecommons.org](mailto:conduct@creativecommons.org) > per our [reporting guidelines][reporting_guide]. + [org-coc]: https://github.com/creativecommons/.github/blob/main/CODE_OF_CONDUCT.md [code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/ [reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/