Skip to content

Commit cce545f

Browse files
authored
Add License to README.md
1 parent 0d23434 commit cce545f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,28 @@ public class PostAdapter extends RxFirebaseRecyclerAdapter<PostViewHolder, Post>
249249

250250
}
251251
```
252+
253+
## License
254+
255+
MIT License
256+
257+
Copyright (c) 2016 Francisco García Sierra
258+
259+
Permission is hereby granted, free of charge, to any person obtaining a
260+
copy of this software and associated documentation files (the "Software"),
261+
to deal in the Software without restriction, including without limitation
262+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
263+
and/or sell copies of the Software, and to permit persons to whom the
264+
Software is furnished to do so, subject to the following conditions:
265+
266+
The above copyright notice and this permission notice shall be included
267+
in all copies or substantial portions of the Software.
268+
269+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
270+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
271+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
272+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
273+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
274+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
275+
OTHER DEALINGS IN THE SOFTWARE.
276+

0 commit comments

Comments
 (0)