Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3ea705

Browse files
committedJan 25, 2017
Added license clarification.
1 parent 54156c7 commit c3ea705

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎How to Contribute.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To keep this a high quality repo, please follow this process when submitting you
2121
1. Create a pull request to "claim" an algorithm or data structure. Just so multiple people don't work on the same thing.
2222
2. Use this [style guide](https://github.com/raywenderlich/swift-style-guide) for writing code (more or less).
2323
3. Write an explanation of how the algorithm works. Include **plenty of examples** for readers to follow along. Pictures are good. Take a look at [the explanation of quicksort](Quicksort/) to get an idea.
24-
4. Include your name in the explanation, something like *Written by Your Name* at the end of the document. If you wrote it, you deserve the credit and fame.
24+
4. Include your name in the explanation, something like *Written by Your Name* at the end of the document.
2525
5. Add a playground and/or unit tests.
2626
6. Run [SwiftLint](https://github.com/realm/SwiftLint)
2727
- [Install](https://github.com/realm/SwiftLint#installation)

‎README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,6 @@ The Swift Algorithm Club is a collaborative effort from the [most algorithmic me
233233

234234
All content is licensed under the terms of the MIT open source license.
235235

236+
By posting here, or by submitting any pull request through this forum, you agree that all content you submit or create, both code and text, is subject to this license. Razeware, LLC, and others will have all the rights described in the license regarding this content. The precise terms of this license may be found [here](https://github.com/raywenderlich/swift-algorithm-club/blob/master/LICENSE.txt).
237+
236238
[![Build Status](https://travis-ci.org/raywenderlich/swift-algorithm-club.svg?branch=master)](https://travis-ci.org/raywenderlich/swift-algorithm-club)

0 commit comments

Comments
 (0)
Failed to load comments.