forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS
20 lines (16 loc) · 834 Bytes
/
CONTRIBUTORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
All patches submitted for inclusion must adhere to the OpenFabric
bylaws for code submission. In brief, this requires:
That all contributions be under a license that grants users of
the contributions perpetual, irrevocable, worldwide, non-exclusive, royalty-
free copyright license to reproduce, display, perform, prepare, and have
prepared derivative works.
All contributions are submitted under dual BSD and GPLv2 licenses.
All contributions must be encumbrance free. Any intellectual property
included as part of any contribution is granted royalty free in
perpetuity.
All contributions must contain a sign-off tag in each commit message
indicating agreement to the above terms, otherwise the contribution
cannot be accepted. An example sign-off tag looks like:
"""
Signed-off-by: Some Developer <developer@example.org>
"""