Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit 754953f

Browse files
committed
Add LICENSE.md and CONTRIBUTING.md
1 parent 2824247 commit 754953f

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing Guidelines
2+
3+
## Reporting bugs
4+
5+
Use [github issues](https://github.com/prplfoundation/prplMesh-openwrt/issues) to report problems.
6+
7+
## Contributing code
8+
9+
Before you can contribute code, you must sign off the Developer Certificate of Origin below. You can do this by adding your name
10+
and e-mail address below it and sending a pull request with that change.
11+
12+
Contributions are handled through [github pull requests](https://guides.github.com/activities/hello-world/#pr).
13+
14+
Please try to follow these rules:
15+
* The commit messages should have a short but useful subject line.
16+
* The commit message should explain why a change is made, what is done, and which other options were considered but not used.
17+
18+
## Developer Certificate of Origin
19+
20+
This is the [Developer's Certificate of Origin 1.1](https://developercertificate.org/)
21+
22+
By making a contribution to this project, I certify that:
23+
24+
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
25+
26+
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
27+
28+
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
29+
30+
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
31+
32+
Arnout Vandecappelle <[email protected]>

LICENSE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2018 prpl Foundation <[email protected]>
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
Subject to the terms and conditions of this license, each copyright holder and contributor hereby grants to those receiving rights under this license a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except for failure to satisfy the conditions of this license) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer this software, where such license applies only to those patent claims, already acquired or hereafter acquired, licensable by such copyright holder or contributor that are necessarily infringed by:
10+
11+
(a) their Contribution(s) (the licensed copyrights of copyright holders and non-copyrightable additions of contributors, in source or binary form) alone; or
12+
13+
(b) combination of their Contribution(s) with the work of authorship to which such Contribution(s) was added by such copyright holder or contributor, if, at the time the Contribution is added, such addition causes such combination to be necessarily infringed. The patent license shall not apply to any other combinations which include the Contribution.
14+
15+
Except as expressly stated above, no rights or licenses from any copyright holder or contributor is granted under this license, whether expressly, by implication, estoppel or otherwise.
16+
17+
DISCLAIMER
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
20+

0 commit comments

Comments
 (0)