Skip to content

Commit fe82951

Browse files
committed
Replace CLA with DCO
1 parent 72d0c84 commit fe82951

File tree

4 files changed

+30
-36
lines changed

4 files changed

+30
-36
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Please ensure all items are complete before opening.
22

3-
- [ ] Tick to sign-off your agreement to the [IBM Contributor License Agreement](https://github.com/ibm-messaging/mq-smf-csv/CLA.md)
3+
- [ ] Tick to sign-off your agreement to the [Developer's Certificate of Origin](https://github.com/ibm-messaging/mq-mqi
4+
-nodejs/DCO1.1.txt)
45
- [ ] You have added tests for any code changes
56
- [ ] You have updated the [CHANGES.md](https://github.com/ibm-messaging/mq-smf-csv/CHANGES.md)
67
- [ ] You have completed the PR template below:

CLA.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

DCO1.1.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Developer's Certificate of Origin 1.1
2+
3+
By making a contribution to this project, I certify that:
4+
5+
(a) The contribution was created in whole or in part by me and I
6+
have the right to submit it under the open source license
7+
indicated in the file; or
8+
9+
(b) The contribution is based upon previous work that, to the best
10+
of my knowledge, is covered under an appropriate open source
11+
license and I have the right under that license to submit that
12+
work with modifications, whether created in whole or in part
13+
by me, under the same open source license (unless I am
14+
permitted to submit under a different license), as indicated
15+
in the file; or
16+
17+
(c) The contribution was provided directly to me by some other
18+
person who certified (a), (b) or (c) and I have not modified
19+
it.
20+
21+
(d) I understand and agree that this project and the contribution
22+
are public and that a record of the contribution (including all
23+
personal information I submit with it, including my sign-off) is
24+
maintained indefinitely and may be redistributed consistent with
25+
this project or the open source license(s) involved.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of the program is not changing to reflect that broader scope.
3333

3434
Pull requests
3535
=============
36-
Contributions to this package can be accepted under the terms of the
37-
IBM Contributor License Agreement, found in the file CLA.md of this repository.
36+
Contributions to this package can be accepted under the terms of the Developer's Certificate of Origin, found in the
37+
[DCO file](DCO1.1.txt) of this repository. When submitting a pull request, you must include a statement stating you
38+
accept the terms in the DCO.
3839

39-
When submitting a pull request, you must include a statement stating you accept the terms in CLA.md.

0 commit comments

Comments
 (0)