From 45ce63c07e3b75e1181ad37d05992c26cb899414 Mon Sep 17 00:00:00 2001 From: Mike Rennie Date: Fri, 10 Apr 2015 13:07:33 -0500 Subject: [PATCH 1/2] https://github.com/CSSLint/csslint/issues/584 Adds a CLA to contributing.md Signed-off-by: Mike Rennie Change-Id: If67601630f715c5db6be87f7a741c5f5b1642fd4 --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c0340f6..3b71ece8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,3 +3,15 @@ * Check out the [Contributing wiki](https://github.com/CSSLint/csslint/wiki/Contributing) and [Developer Guidelines](https://github.com/CSSLint/csslint/wiki/Developer-Guide) first * To add properties that CSSLint recognizes, submit a patch to [CSSLint/parser-lib](https://github.com/CSSLint/parser-lib) + +# Contributor License Agreement + +A CLA is a document that specifies how a project is allowed to use your code. We've put a lot of work into creating a CLA that is simple, effective, and as clear as possible so that it doesn't disrupt contributions to CSSLint. + +When you make a contribution to the CSSLint project, you agree: + +* The code you wrote is your original work (you own the copyright) or you otherwise have the right to submit the work. +* To grant the CSSLint project a nonexclusive, irrevocable license to use your submitted code in any way. +* You are capable of granting these rights for the contribution. + +By submitting a fix to CSSLint you agree to the above statements. From cd3cd511bf25eb2c3e13d4178467534a2f30929b Mon Sep 17 00:00:00 2001 From: Mike Rennie Date: Mon, 1 Feb 2016 14:42:17 -0600 Subject: [PATCH 2/2] https://github.com/CSSLint/csslint/issues/584 Provide a Contributor License Agreement #584 (updated naming) Signed-off-by: Mike Rennie --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b71ece8..d1be155a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,17 @@ -# Contributor guidelines - CSSLint +# Contributor guidelines - CSS Lint * Check out the [Contributing wiki](https://github.com/CSSLint/csslint/wiki/Contributing) and [Developer Guidelines](https://github.com/CSSLint/csslint/wiki/Developer-Guide) first -* To add properties that CSSLint recognizes, submit a patch to [CSSLint/parser-lib](https://github.com/CSSLint/parser-lib) +* To add properties that CSS Lint recognizes, submit a patch to [CSSLint/parser-lib](https://github.com/CSSLint/parser-lib) # Contributor License Agreement -A CLA is a document that specifies how a project is allowed to use your code. We've put a lot of work into creating a CLA that is simple, effective, and as clear as possible so that it doesn't disrupt contributions to CSSLint. +A CLA is a document that specifies how a project is allowed to use your code. We've put a lot of work into creating a CLA that is simple, effective, and as clear as possible so that it doesn't disrupt contributions to CSS Lint. -When you make a contribution to the CSSLint project, you agree: +When you make a contribution to the CSS Lint project, you agree: * The code you wrote is your original work (you own the copyright) or you otherwise have the right to submit the work. -* To grant the CSSLint project a nonexclusive, irrevocable license to use your submitted code in any way. +* To grant the CSS Lint project a nonexclusive, irrevocable license to use your submitted code in any way. * You are capable of granting these rights for the contribution. -By submitting a fix to CSSLint you agree to the above statements. +By submitting a fix to CSS Lint you agree to the above statements.