From d071d812d3d66fbc9f3e25abb6e36df9377fc1db Mon Sep 17 00:00:00 2001 From: michal_szwarc Date: Fri, 20 Mar 2015 18:17:41 +0100 Subject: [PATCH] Add license info --- LICENSE.txt | 13 +++++++++++++ README.md | 20 +++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..d8d041a --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,13 @@ + Copyright 2013-2015 Michał Szwarc + + 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 diff --git a/README.md b/README.md index ff597cf..d04a013 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MaterialSettings MaterialSettings - small library to create settings activity +[ ![Download](https://api.bintray.com/packages/kenumir/MaterialDialogs/MaterialSettings/images/download.svg) ](https://bintray.com/kenumir/MaterialDialogs/MaterialSettings/_latestVersion) + ###Simple code: ```java public class Settings1Activity extends MaterialSettings { @@ -58,4 +60,20 @@ Easiest way to save/load settings # Screens ![Default](/screens/theme_default2.png) ![Rec](/screens/theme_red2.png) -![Dark](/screens/theme_dark2.png) \ No newline at end of file +![Dark](/screens/theme_dark2.png) + +###License + + Copyright 2013-2015 Michał Szwarc + + 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