Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 1de4b2c

Browse files
committedAug 11, 2015
Wording for MIT license and external contributors
1 parent 981f409 commit 1de4b2c

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed
 

‎LICENSE ‎GPLV3_LICENSE

File renamed without changes.

‎LICENCE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,20 @@ See [TODO](https://github.com/ethereum/cpp-ethereum/wiki/TODO)
4343

4444
### License
4545

46-
See [LICENSE](LICENSE)
46+
All new contributions are under the [MIT license](http://opensource.org/licenses/MIT).
47+
See [LICENSE](LICENSE). Some old contributions are under the [GPLv3 license](http://www.gnu.org/licenses/gpl-3.0.en.html). See [GPLV3_LICENSE](GPLV3_LICENSE).
4748

4849
### Contributing
4950

51+
All new contributions are added under the MIT License. Please refer to the `LICENCSE` file in the root directory.
52+
To state that you accept this fact for all of your PRs please add yourself to the list of external contributors
53+
like in the example below.
54+
55+
#### External Contributors
56+
- *Name Surname* (**email@domain**)
57+
58+
#### Contribution guideline
59+
5060
All development goes in develop branch - please don't submit pull requests to master.
5161

5262
Please read [CodingStandards.txt](CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in [CodingStandards.txt](CodingStandards.txt).

0 commit comments

Comments
 (0)