Skip to content

Commit

Permalink
Added License, Contributibng guide and GPLv3 header
Browse files Browse the repository at this point in the history
fixed CLA
  • Loading branch information
simonmeggle committed Aug 26, 2022
1 parent 2f43ec8 commit 7e1c89e
Show file tree
Hide file tree
Showing 5 changed files with 696 additions and 45 deletions.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
Foo bar
# How to contribute

This project is open source and licensed under the GPLv3. If you want to contribute code, you must first agree to our [CLA (Contributor License Agreement)](./licenses/cla.md) .
By doing so, you give us the possibility to develop Robotmk and its tools tailor-made for Checkmk; parts of Robotmk will be available under the name "Synthetic Monitoring for Checkmk" as an enterprise product for Checkmk. Your agreement to the CLA allows us to use program lines contributed by you in the Enterprise part.

# What are the consequences of agreeing to the cla?

By agreeing to the CLa, you are no longer the sole owner of the copyright to the code you contributed. Among other things, you give up the right to take legal action against us for allowing tribe29 to use Robotmk under a license other than GPLv3.
This formal and bureaucratic act is unfortunately necessary - but we want to communicate this as openly as possible. In the end, everything serves the goal of making Robotmk even better.

## Ok, how can I agree to the CLA?

After you submit a pull request, you will see that it is commented by the "CLA Assistant" bot. It will ask you to comment the pull request with the text "I have read the CLA Document and I hereby sign the CLA".
Once this comment is recognized, the bot will add you to the list of contributors. Your pull request can then be reviewed and accepted.
3 changes: 3 additions & 0 deletions CheckmkLibrary/checkmklibrary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2022 ELABIT GmbH <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later

from robot.api import logger
from robot.api.exceptions import Failure, Error
from robot.api.deco import library, keyword
Expand Down
Loading

0 comments on commit 7e1c89e

Please sign in to comment.