mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
style: copyright year to start of project
This commit is contained in:
parent
590f9c1392
commit
693d8d1fbf
@ -540,8 +540,8 @@ public class Main {
|
|||||||
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
|
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
|
||||||
"with smali v" + ApktoolProperties.get("smaliVersion") +
|
"with smali v" + ApktoolProperties.get("smaliVersion") +
|
||||||
" and baksmali v" + ApktoolProperties.get("baksmaliVersion") + "\n" +
|
" and baksmali v" + ApktoolProperties.get("baksmaliVersion") + "\n" +
|
||||||
"Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
||||||
"Updated by Connor Tumbleson <connor.tumbleson@gmail.com>" );
|
"Copyright 2010 Connor Tumbleson <connor.tumbleson@gmail.com>" );
|
||||||
if (isAdvanceMode()) {
|
if (isAdvanceMode()) {
|
||||||
System.out.println("Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n");
|
System.out.println("Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n");
|
||||||
}else {
|
}else {
|
||||||
|
Loading…
Reference in New Issue
Block a user