Add modification notices to Apache licensed files

git-svn-id: https://smali.googlecode.com/svn/trunk@781 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2010-08-02 00:57:45 +00:00
parent 854c577425
commit 128e8279c3
19 changed files with 148 additions and 3 deletions

View File

@ -12,6 +12,11 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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
LOCAL_PATH:= $(call my-dir) LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)

View File

@ -13,6 +13,15 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * 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
*/
/* /*
* Command-line invocation of the Dalvik VM. * Command-line invocation of the Dalvik VM.
*/ */

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.IOException; import java.io.IOException;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.PrintStream; import java.io.PrintStream;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.File; import java.io.File;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.FilterWriter; import java.io.FilterWriter;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.util.Arrays; import java.util.Arrays;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
/** /**

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.*; import java.io.*;

View File

@ -14,6 +14,14 @@
* limitations under the License. * 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
*/
package org.jf.dexlib.Util; package org.jf.dexlib.Util;
import java.io.IOException; import java.io.IOException;

View File

@ -1,7 +1,4 @@
package org.jf;
/* /*
* Copyright 2001-2005 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -17,6 +14,16 @@ package org.jf;
* limitations under the License. * 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
*/
package org.jf;
import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.project.MavenProject; import org.apache.maven.project.MavenProject;

View File

@ -14,6 +14,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # 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 # "baksmali", instead of java -jar baksmali.jar. It is heavily based on
# the "dx" script from the Android SDK # the "dx" script from the Android SDK

View File

@ -14,6 +14,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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", # 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 # instead of java -jar smali.jar. It is heavily based on the "dx" script
# from the Android SDK # from the Android SDK