aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-08-02 00:57:45 +0000
committerJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-08-02 00:57:45 +0000
commit128e8279c3cf44cc1d1c8f263035ba8e4044d5c6 (patch)
treec879162dd11236fe88d980da255a5a84acc4a324 /scripts
parent854c577425a670df02f58552636a471df255aff1 (diff)
downloadsmali-128e8279c3cf44cc1d1c8f263035ba8e4044d5c6.tar.gz
Add modification notices to Apache licensed files
git-svn-id: https://smali.googlecode.com/svn/trunk@781 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/baksmali6
-rwxr-xr-xscripts/smali6
2 files changed, 12 insertions, 0 deletions
diff --git a/scripts/baksmali b/scripts/baksmali
index 31f782fe..5c34d222 100755
--- a/scripts/baksmali
+++ b/scripts/baksmali
@@ -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 around baksmali.jar, so you can simply call
# "baksmali", instead of java -jar baksmali.jar. It is heavily based on
# the "dx" script from the Android SDK
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