Skip to content

Commit ed690a3

Browse files
authored
Added missing warranty statement to MIT text
1 parent ed117cf commit ed690a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

JAR Source/FileBrowserPermissionFragment.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
//
1313
// The above copyright notice and this permission notice shall be included in
1414
// all copies or substantial portions of the Software.
15+
//
16+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
// SOFTWARE.
1523

1624
import android.Manifest;
1725
import android.annotation.TargetApi;
@@ -107,4 +115,4 @@ public void onRequestPermissionsResult( int requestCode, String[] permissions, i
107115
Log.e( "Unity", "Exception (resume):", e );
108116
}
109117
}
110-
}
118+
}

0 commit comments

Comments
 (0)