diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-08-19 12:19:05 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2024-08-19 12:19:05 +0000 |
| commit | ed88236fa729f12e98fafc6fd39a3c7913f10511 (patch) | |
| tree | 903a7ddcd6525a61d3d82e48a4b78882e6ed82e9 /CONTRIBUTING.md | |
| parent | 118c1252be097bbbcc441feaf8d465b66449508d (diff) | |
| parent | 031e11aa61e59ec4997427010263d21b8a886e79 (diff) | |
Merge pull request 'Added license to contributing' (#146) from contrib_lic into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/146
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb43f67..8d9d6b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,7 @@ fit for one reason or another. ## Platforms and Zig Versions + Because it uses the Zig build system, Ziglings should work wherever Zig does. @@ -75,6 +76,15 @@ interface. Specifically: eternal Ziglings contributor glory is yours! +## Licence + +If you submit your contribution to the repository/project, +you agree that your contribution will be licensed under +the license of this repository/this project. +Please note, it does not change your rights to use your own +contribution for any other purpose. + + ## The Secrets If you want to peek at the secrets, take a look at the `patches/` |
