Skip to content

Commit

Permalink
Add license for Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jul 17, 2018
1 parent 3d8c66e commit 4e0d99f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Crossroad](Documentation/logo.png)
[![Crossroad](Documentation/logo.png)](https://github.com/giginet/Crossroad)

[![Build Status](https://travis-ci.org/giginet/Crossroad.svg?branch=master)](https://travis-ci.org/giginet/Crossroad)
[![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)](https://swift.org)
Expand Down Expand Up @@ -156,3 +156,9 @@ router.register([
let userInfo = UserInfo(userID: User.current.id)
router.openIfPossible(url, userInfo: userInfo)
```

## License

Crossroad is released under the MIT License.

Header logo is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Original design by [@Arslanshn](https://github.com/Arslanshn).

0 comments on commit 4e0d99f

Please sign in to comment.