Skip to content

Commit 399669f

Browse files
committed
Make clear that contributing code to the Redis project means to release it under the terms of the BSD license.
1 parent 4365e5b commit 399669f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CONTRIBUTING

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Note: by contributing code to the Redis project in any form, including sending
2+
a pull request via Github, a code fragment or patch via private email or
3+
public discussion groups, you agree to release your code under the terms
4+
of the BSD license that you can find in the COPYING file included in the Redis
5+
source distribution.
6+
17
# IMPORTANT: HOW TO USE REDIS GITHUB ISSUES
28

39
* Github issues SHOULD ONLY BE USED to report bugs, and for DETAILED feature

README

+12
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,16 @@ system reboots.
128128
You'll be able to stop and start Redis using the script named
129129
/etc/init.d/redis_<portnumber>, for instance /etc/init.d/redis_6379.
130130

131+
Code contributions
132+
---
133+
134+
Note: by contributing code to the Redis project in any form, including sending
135+
a pull request via Github, a code fragment or patch via private email or
136+
public discussion groups, you agree to release your code under the terms
137+
of the BSD license that you can find in the COPYING file included in the Redis
138+
source distribution.
139+
140+
Please see the CONTRIBUTING file in this source distribution for more
141+
information.
142+
131143
Enjoy!

0 commit comments

Comments
 (0)