You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,3 +80,28 @@ Not only are back presses handled for you, but rotation is as well. These are ju
80
80
81
81
# Samples
82
82
There are two sample apps included here: `samplemapapp` is an example of an app with a map of fragment stacks. `samplestackapp` is an example of an app with a stack of fragments where one of the fragments is a map.
83
+
84
+
# License
85
+
```
86
+
The MIT License (MIT)
87
+
88
+
Copyright (c) 2017 Joseph Acosta
89
+
90
+
Permission is hereby granted, free of charge, to any person obtaining a copy
91
+
of this software and associated documentation files (the "Software"), to deal
92
+
in the Software without restriction, including without limitation the rights
93
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
94
+
copies of the Software, and to permit persons to whom the Software is
95
+
furnished to do so, subject to the following conditions:
96
+
97
+
The above copyright notice and this permission notice shall be included in all
98
+
copies or substantial portions of the Software.
99
+
100
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments