aboutsummaryrefslogtreecommitdiff
path: root/src/devices/tech
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/tech')
-rw-r--r--src/devices/tech/dalvik/dalvik-bytecode.jd2
-rw-r--r--src/devices/tech/dalvik/dex-format.jd2
-rw-r--r--src/devices/tech/dalvik/instruction-formats.jd2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/tech/dalvik/dalvik-bytecode.jd b/src/devices/tech/dalvik/dalvik-bytecode.jd
index f86f3519..8d4f52bf 100644
--- a/src/devices/tech/dalvik/dalvik-bytecode.jd
+++ b/src/devices/tech/dalvik/dalvik-bytecode.jd
@@ -16,8 +16,6 @@ page.title=Bytecode for the Dalvik VM
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>Copyright &copy; 2007 The Android Open Source Project
-
<h2>General Design</h2>
<ul>
diff --git a/src/devices/tech/dalvik/dex-format.jd b/src/devices/tech/dalvik/dex-format.jd
index 5504c621..744eb86a 100644
--- a/src/devices/tech/dalvik/dex-format.jd
+++ b/src/devices/tech/dalvik/dex-format.jd
@@ -16,8 +16,6 @@ page.title=Dalvik Executable Format
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>Copyright &copy; 2007 The Android Open Source Project
-
<p>This document describes the layout and contents of <code>.dex</code>
files, which are used to hold a set of class definitions and their associated
adjunct data.</p>
diff --git a/src/devices/tech/dalvik/instruction-formats.jd b/src/devices/tech/dalvik/instruction-formats.jd
index 41f9f428..37640dad 100644
--- a/src/devices/tech/dalvik/instruction-formats.jd
+++ b/src/devices/tech/dalvik/instruction-formats.jd
@@ -16,8 +16,6 @@ page.title=Dalvik VM Instruction Formats
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>Copyright &copy; 2007 The Android Open Source Project
-
<h2>Introduction and Overview</h2>
<p>This document lists the instruction formats used by Dalvik bytecode