mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-01-22 23:00:15 +01:00
Minor changes in files at root of the repo
This commit is contained in:
parent
a4129f1a14
commit
ab8557145c
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,3 +1,17 @@
|
||||
# Temp files
|
||||
*~
|
||||
*.bak
|
||||
*.backup
|
||||
\#*
|
||||
.\#*
|
||||
*\#
|
||||
*.swp
|
||||
*.swap
|
||||
*.sav
|
||||
*.save
|
||||
*.autosav
|
||||
*.autosave
|
||||
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
|
@ -190,4 +190,3 @@ Version 1.0 *(2016-08-02)*
|
||||
----------------------------
|
||||
|
||||
* Initial release
|
||||
|
||||
|
4
LICENSE
4
LICENSE
@ -1,6 +1,6 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
https://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
@ -192,7 +192,7 @@
|
||||
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
|
||||
https://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,
|
||||
|
@ -19,7 +19,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright 2016 SimpleMobileTools
|
||||
Copyright 2016-2017 SimpleMobileTools
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
Loading…
Reference in New Issue
Block a user