From 1f2ed388013e3772e71d6c5530315a19115f7dd8 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 26 Feb 2024 09:40:31 -0600 Subject: [PATCH 1/2] CLDR-17110 update CONTRIBUTING.md - https://github.com/unicode-org/.github/issues/12 --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fea030d42c0..0eb2b74c027 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,13 +50,15 @@ begin with the accepted Jira ticket number. ## Contributor License Agreement -In order to contribute to this project, the Unicode Consortium must have on file a Contributor License Agreement (CLA) covering your contributions, either an individual or a corporate CLA. Pull Requests will not be merged until the correct CLA is signed. Which version needs to be signed depends on who owns the contribution being made: you as the individual making the contribution or your employer. _It is your responsibility to determine whether your contribution is owned by your employer._ Please review [The Unicode Consortium Intellectual Property, Licensing, and Technical Contribution Policies][policies] for further guidance on which CLA to sign, as well as other information and guidelines regarding the Consortium’s licensing and technical contribution policies and procedures. +In order to contribute to this project, the Unicode Consortium must have on file a Contributor License Agreement (CLA) covering your contributions, either an individual or a corporate CLA. Pull Requests, issues, and other contributions will not be merged/accepted until the correct CLA is signed. Which version needs to be signed depends on who owns the contribution being made: you as the individual making the contribution or your employer. **It is your responsibility to determine whether your contribution is owned by your employer.** Please review the [Unicode Intellectual Property, Licensing, & Technical Contribution Policy][policies] for further guidance on which CLA to sign, as well as other information and guidelines regarding the Consortium’s licensing and technical contribution policies and procedures. -- **Individual CLA**: If you have determined that the Individual CLA is appropriate, then when you open your first Pull Request, an automated comment will appear that contains a link you can follow to accept the Individual CLA. +To sign the CLA in Github, open a Pull Request (a comment will be automatically added with a link to the CLA Form), or go directly to [the CLA Form][sign-cla]. You may need to sign in to Github to see the entire CLA Form. -- **Corporate CLA**: If you have determined that a Corporate CLA is appropriate, please check the [public list of Corporate CLAs][unicode-corporate-clas] that the Consortium has on file. If your employer has already signed a CLA, then when you open your first Pull Request, an automated comment will appear that contains a link you can follow to declare your affiliation with this employer. If your employer has not already signed a CLA, you will need to arrange for your employer to sign the Corporate CLA, as described in [How to Sign a Unicode CLA][signing]. +- **Individual CLA**: If you have determined that the Individual CLA is appropriate, then when you access the CLA Form, click the Individual CLA and complete the Form. -Unless otherwise noted in the [LICENSE](./LICENSE) file, this project is released under the free and open-source [Unicode License][unicode-license], also known as Unicode, Inc. License Agreement - Data Files and Software. +- **Corporate CLA**: If you have determined that a Corporate CLA is appropriate, please first check the [public list of Corporate CLAs][unicode-corporate-clas] that the Consortium has on file. If your employer is listed, then when you access the CLA Form, you can click the box indicating that you are covered by your employer’s corporate CLA. If your employer is not on the list, then it has not already signed a CLA and you will need to arrange for your employer to do so before you contribute, as described in [How to Sign a Unicode CLA][signing]. + +Unless otherwise noted in the [`LICENSE`][unicode-license] file, this project is released under the [OSI-approved][osi-Unicode-License-3.0] free and open-source [Unicode License v3][unicode-license]. ## Building @@ -108,4 +110,6 @@ All rights reserved. [Terms of use][] [policies]: https://www.unicode.org/policies/licensing_policy.html [unicode-corporate-clas]: https://www.unicode.org/policies/corporate-cla-list/ [signing]: https://www.unicode.org/policies/licensing_policy.html#signing +[sign-cla]: https://cla-assistant.io/unicode-org/.github +[osi-Unicode-License-3.0]: https://opensource.org/license/unicode-license-v3/ [unicode-license]: ./LICENSE From ea7c5be7e6c7db3e3fdb5f32604924ac326bbe98 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 26 Feb 2024 09:51:18 -0600 Subject: [PATCH 2/2] CLDR-17110 update CONTRIBUTING.md - link fix - https://github.com/unicode-org/.github/issues/12 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eb2b74c027..2ba57fdb8d7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To sign the CLA in Github, open a Pull Request (a comment will be automatically - **Corporate CLA**: If you have determined that a Corporate CLA is appropriate, please first check the [public list of Corporate CLAs][unicode-corporate-clas] that the Consortium has on file. If your employer is listed, then when you access the CLA Form, you can click the box indicating that you are covered by your employer’s corporate CLA. If your employer is not on the list, then it has not already signed a CLA and you will need to arrange for your employer to do so before you contribute, as described in [How to Sign a Unicode CLA][signing]. -Unless otherwise noted in the [`LICENSE`][unicode-license] file, this project is released under the [OSI-approved][osi-Unicode-License-3.0] free and open-source [Unicode License v3][unicode-license]. +Unless otherwise noted in the [`LICENSE`](./LICENSE) file, this project is released under the [OSI-approved][osi-Unicode-License-3.0] free and open-source [Unicode License v3][unicode-license]. ## Building @@ -112,4 +112,4 @@ All rights reserved. [Terms of use][] [signing]: https://www.unicode.org/policies/licensing_policy.html#signing [sign-cla]: https://cla-assistant.io/unicode-org/.github [osi-Unicode-License-3.0]: https://opensource.org/license/unicode-license-v3/ -[unicode-license]: ./LICENSE +[unicode-license]: https://www.unicode.org/license.txt