From 612000789348932cddc8007159e4857f8c732653 Mon Sep 17 00:00:00 2001 From: "Lars T. Kyllingstad" Date: Fri, 3 Sep 2021 05:45:20 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14f7dd1d3..a7d6ee5a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,18 +9,13 @@ to contribute to the contents of this repository, hereafter referred to as General ------- All contributors implicitly agree to license their contribution under the same -terms as the rest of the software, and accept that those terms may change in the -future. See the `LICENCE.txt` file for details. +terms as the rest of the software. See the `LICENSE` file for details. All contributions to the software, in the form of changes, removals or additions to source code and other files under source control, shall be made via pull requests. A pull request must always be reviewed and merged by someone other than its author. -Before a pull request can be approved and merged into the code base, the author -must sign the "OSP Contributor License Agreement". This agreement is pending, but -will be included in this repository with guidelines once concluded. - Programming language and style ------------------------------ The primary programming language is C++, specifically C++17.