Skip to content

Commit 2384513

Browse files
committed
#32 Add initial contributors
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent a445bdd commit 2384513

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTORS.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
SPDX-FileCopyrightText: the secureCodeBox authors
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
6+
7+
# Contributors
8+
9+
If you would like to make contributions to this repository, please certify to the following Developer's Certificate of Origin (DCO) in [this repository](DCO). Please confirm your certification to the DCO by adding a sign-of tag to all your commit messages and adding your author name (e.g. `gordon shumway <alf@melmak.com>`) to the following list of contributors and open a pull request.
10+
11+
If you are a developer who is authorized to contribute on behalf of your employer, then please use your corporate email address in the signed-off-by tag. Unless please use your personal email address.
12+
13+
## Sign-of Tag
14+
15+
Each commit must contain the signed-off-by tag with your real name and email address at the bottom:
16+
17+
```text
18+
Signed-off-by: gordon shumway <alf@melmak.com>
19+
```
20+
21+
Committing with `git commit -s` will add the sign-off at the end of the commit message automatically for you.
22+
23+
## List of Contributors
24+
25+
- Jannik Hollenbach <jannik.hollenbach@iteratec.com>
26+
- Johannes Zahn <johannes_zahn@nc-online.de>
27+
- Robert Seedorff <Robert.Seedorff@iteratec.com>
28+
- Simon Hülkenberg <simon.huelkenberg@iteratec.com>
29+
- Sven Strittmatter <sven.strittmatter@iteratec.com>
30+
- Timo Pagel <github@timo-pagel.de>

0 commit comments

Comments
 (0)