mirror of
https://github.com/BetterAndroid/Adbrowser.git
synced 2025-09-08 19:44:13 +08:00
Initial commit
This commit is contained in:
1
.idea/fileTemplates/includes/copyright-name.template
generated
Normal file
1
.idea/fileTemplates/includes/copyright-name.template
generated
Normal file
@@ -0,0 +1 @@
|
||||
2019 HighCapable
|
14
.idea/fileTemplates/includes/license-content.template
generated
Normal file
14
.idea/fileTemplates/includes/license-content.template
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
* <p>
|
||||
*
|
||||
* This software is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* and eula along with this software. If not, see
|
||||
* <https://www.gnu.org/licenses/>
|
13
.idea/fileTemplates/includes/open-source-license-header.template
generated
Normal file
13
.idea/fileTemplates/includes/open-source-license-header.template
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* #parse("project-name") - #parse("project-description")
|
||||
|
||||
* Copyright (C) #parse("copyright-name")
|
||||
|
||||
* #parse("project-url")
|
||||
|
||||
*
|
||||
#parse("license-content")
|
||||
|
||||
*
|
||||
* This file is created by $USER on $DATE.
|
||||
*/
|
1
.idea/fileTemplates/includes/project-description.template
generated
Normal file
1
.idea/fileTemplates/includes/project-description.template
generated
Normal file
@@ -0,0 +1 @@
|
||||
A modern cross-platform Android file manager powered by ADB.
|
1
.idea/fileTemplates/includes/project-name.template
generated
Normal file
1
.idea/fileTemplates/includes/project-name.template
generated
Normal file
@@ -0,0 +1 @@
|
||||
Adbrowser
|
1
.idea/fileTemplates/includes/project-url.template
generated
Normal file
1
.idea/fileTemplates/includes/project-url.template
generated
Normal file
@@ -0,0 +1 @@
|
||||
https://github.com/BetterAndroid/Adbrowser
|
Reference in New Issue
Block a user