Skip to content

Commit d071d81

Browse files
author
michal_szwarc
committed
Add license info
1 parent 57a3e75 commit d071d81

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

LICENSE.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2013-2015 Michał Szwarc
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# MaterialSettings
22
MaterialSettings - small library to create settings activity
33

4+
[ ![Download](https://api.bintray.com/packages/kenumir/MaterialDialogs/MaterialSettings/images/download.svg) ](https://bintray.com/kenumir/MaterialDialogs/MaterialSettings/_latestVersion)
5+
46
###Simple code:
57
```java
68
public class Settings1Activity extends MaterialSettings {
@@ -58,4 +60,20 @@ Easiest way to save/load settings
5860
# Screens
5961
![Default](/screens/theme_default2.png)
6062
![Rec](/screens/theme_red2.png)
61-
![Dark](/screens/theme_dark2.png)
63+
![Dark](/screens/theme_dark2.png)
64+
65+
###License
66+
67+
Copyright 2013-2015 Michał Szwarc
68+
69+
Licensed under the Apache License, Version 2.0 (the "License");
70+
you may not use this file except in compliance with the License.
71+
You may obtain a copy of the License at
72+
73+
http://www.apache.org/licenses/LICENSE-2.0
74+
75+
Unless required by applicable law or agreed to in writing, software
76+
distributed under the License is distributed on an "AS IS" BASIS,
77+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78+
See the License for the specific language governing permissions and
79+
limitations under the License.

0 commit comments

Comments
 (0)