Skip to content

Commit 9a21f76

Browse files
author
Marek Suchánek
committed
Add licensing metadata
1 parent a46a966 commit 9a21f76

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Certificate of Origin
2+
3+
By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the [DCO.md](DCO.md) file for details.
4+

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "jira_query"
33
authors = ["Marek Suchánek <[email protected]>"]
44
version = "0.1.0"
55
edition = "2021"
6+
license = "Apache-2.0"
67
description = "Access tickets on a remote Jira instance."
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

DCO.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## What is the DCO?
2+
3+
The DCO is a certification normally associated with every contribution to a project made by every contributor. It signifies that the contributor has the right to submit the contribution under the applicable open source license of the project. The entire certification text (maintained by the Linux Foundation as version 1.1 at https://developercertificate.org/) is the following:
4+
5+
By making a contribution to this project, I certify that:
6+
7+
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
8+
9+
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
10+
11+
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
12+
13+
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
14+

0 commit comments

Comments
 (0)