Skip to content

Commit 9212a8d

Browse files
committed
Non-CLA
1 parent d9fed73 commit 9212a8d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Dapper.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1616
docs\index.md = docs\index.md
1717
License.txt = License.txt
1818
.github\workflows\main.yml = .github\workflows\main.yml
19+
NonCLA.md = NonCLA.md
1920
nuget.config = nuget.config
2021
Readme.md = Readme.md
2122
version.json = version.json

NonCLA.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Dapper - the "Non CLA" CLA
2+
3+
IANAL. YANAL (I hope). Let's keep this simple; if you want to contribute to Dapper, great! Let's just check a few things for the record.
4+
5+
By accepting this agreement, you're saying:
6+
7+
## You're allowed to contribute this code
8+
9+
The code needs to be yours (without being owned by some employer, etc), or contributed with the owner's knowledge and permission, or
10+
in accordance with a licence that clearly allows the code to be reused in line with this project's licence (http://www.apache.org/licenses/LICENSE-2.0),
11+
and in that last case: a cross-reference back to the origin would be nice.
12+
13+
(for the pedants: "licence" and "license" to be used interchangeably here; language is fun)
14+
15+
## No backsies
16+
17+
Contributing code to Dapper is permanent; you can't later demand that we remove your code because... well, anything. Even if one
18+
of the maintainers wears socks that look *really ugly*.
19+
20+
## For gratis
21+
22+
Contributing code to Dapper gets you the bugfix or feature or whatever that you want; you have our thanks and appreciation, but unless we've
23+
agreed something separately: that's it. No turning up unannounced at the tri-annual BBQ, or demanding... again, anything.
24+
25+
---
26+
27+
That's it. Basically "don't make our life harder".
28+
29+
Thanks!

0 commit comments

Comments
 (0)