[skip] update all copyrights to 2014

This commit is contained in:
Connor Tumbleson
2014-10-23 18:14:48 -05:00
parent d4fc7fa9ba
commit 9031c22365
102 changed files with 101 additions and 142 deletions

View File

@ -1,5 +1,5 @@
/**
* Copyright 2011 Ryszard Wiśniewski <brut.alll@gmail.com>
* Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -463,7 +463,7 @@ public class Main {
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
"with smali v" + ApktoolProperties.get("smaliVersion") +
" and baksmali v" + ApktoolProperties.get("baksmaliVersion") + "\n" +
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
"Copyright 2014 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
"Updated by Connor Tumbleson <connor.tumbleson@gmail.com>" );
if (isAdvanceMode()) {
System.out.println("Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n");