diff --git a/README.md b/README.md index 36081d6..f7d9a9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Unicorn File Picker -[![CircleCI](https://circleci.com/gh/abhishekti7/UnicornFilePicker.svg?style=svg)](https://circleci.com/gh/abhishekti7/UnicornFilePicker/tree/master) [ ![Download](https://img.shields.io/jitpack/v/github/abhishekti7/UnicornFilePicker) ] +[![CircleCI](https://circleci.com/gh/abhishekti7/UnicornFilePicker.svg?style=svg)](https://circleci.com/gh/abhishekti7/UnicornFilePicker/tree/master) [ ![Download](https://img.shields.io/jitpack/v/github/abhishekti7/UnicornFilePicker?color=%23ffa502&label=version&style=flat-square) ] Unicorn File Picker is a library designed to package a powerful file selector for android. You can: - Start the file picker activity from any activity or fragment @@ -88,4 +88,22 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) { ``` ## Contributing -[UnicornFilePicker is an Open Source Project](https://github.com/abhishekti7/UnicornFilePicker/blob/master/CONTRIBUTING.md) \ No newline at end of file +[UnicornFilePicker is an Open Source Project](https://github.com/abhishekti7/UnicornFilePicker/blob/master/CONTRIBUTING.md) + + +## LICENSE +``` +Copyright [2021] [Abhishek Tiwari] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +``` \ No newline at end of file