aboutsummaryrefslogtreecommitdiff
path: root/scripts/smali
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/smali')
-rwxr-xr-xscripts/smali6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/smali b/scripts/smali
index e8bed947..24118a87 100755
--- a/scripts/smali
+++ b/scripts/smali
@@ -14,6 +14,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# As per the Apache license requirements, this file has been modified
+# from its original state.
+#
+# Such modifications are Copyright (C) 2010 Ben Gruver, and are released
+# under the original license
+
# This script is a wrapper for smali.jar, so you can simply call "smali",
# instead of java -jar smali.jar. It is heavily based on the "dx" script
# from the Android SDK