From 293a5e382113410c26339c2c4a5c397570c2c0ae Mon Sep 17 00:00:00 2001 From: DanB Date: Tue, 14 Oct 2014 12:12:51 +0200 Subject: [PATCH] Adding CONTRIBUTING skel --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ CONTRIBUTORS.md | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..88b457406 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +## Contributor Agreement (required for pull requests) + +While the CGRateS project is open source under the GPLv3 license, contributions +back to this project which contain code must be made available to ITsysCOM GmbH under the terms of the MIT license. + +### What does this mean? + +This means ITsysCOM GmbH can do the following with code contributed +back to the project from the open source community. + +1. Include the code in future CGRateS releases. +2. Include the code, in original or modified form, in other products created by ITsysCOM GmbH, **including closed-source products**. + +### How do I agree to these terms? + +To agree to these terms, sign the contributing agreement in `CONTRIBUTORS.md` and +include the change as a commit with your pull request. **Pull requests which contain +commits from users not explicitly listed in the `CONTRIBUTORS.md` file will be +rejected *without review*.** + +* You only need to sign the `CONTRIBUTORS.md` file prior to the first time you + submit a pull request (or include it as part of the pull request itself). +* The submitter of a pull request which adds a user to the `CONTRIBUTORS.md` file + *must* match the user information which was added to the `CONTRIBUTORS.md` file. + For example, only @danbogos can send a pull request containing a commit which adds + @danbogos to the `CONTRIBUTORS.md` file. \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 000000000..837da055c --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,41 @@ +## Contributors + +By signing this agreement, the undersigned agree that contributions made to the CGRateS +project are provided under the terms of the MIT license, included below. For additional +information, please see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file. + +**Pull requests which add a user to this file may only be submitted by the user who was added to the file.** + +### Contributor License Text + +> The MIT License (MIT) +> +> Copyright © <year> <copyright holders> +> +> Permission is hereby granted, free of charge, to any person obtaining a copy +> of this software and associated documentation files (the "Software"), to deal +> in the Software without restriction, including without limitation the rights +> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +> copies of the Software, and to permit persons to whom the Software is +> furnished to do so, subject to the following conditions: +> +> The above copyright notice and this permission notice shall be included in +> all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +> THE SOFTWARE. + +### Undersigned + +| GitHub Username | Full Name | +| --------------- | --------- | +| @danbogos | Dan Christian Bogos | + + \ No newline at end of file