summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJosh Guilfoyle <jasta00@gmail.com>2010-11-18 17:51:19 -0800
committerJosh Guilfoyle <jasta00@gmail.com>2010-11-18 17:51:19 -0800
commit83ad107ff4b2fde7ba39999f7f4f9023b098f9c7 (patch)
treef612e2e01b577f31beb76f9ecde0239a525d0510 /tools
parent3b1d941cad77d40b46a6ccd7cf3e60f2b1680648 (diff)
downloadframeworks_base-83ad107ff4b2fde7ba39999f7f4f9023b098f9c7.zip
frameworks_base-83ad107ff4b2fde7ba39999f7f4f9023b098f9c7.tar.gz
frameworks_base-83ad107ff4b2fde7ba39999f7f4f9023b098f9c7.tar.bz2
Updated copyright headers.
Change-Id: I4824be066a98194b4f7fa9a18682bf6701e069a6
Diffstat (limited to 'tools')
-rw-r--r--tools/aapt/Bundle.h1
-rw-r--r--tools/aapt/Main.cpp1
-rw-r--r--tools/aapt/ResourceTable.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt/Bundle.h b/tools/aapt/Bundle.h
index 09e02a6..b0f0c7e 100644
--- a/tools/aapt/Bundle.h
+++ b/tools/aapt/Bundle.h
@@ -1,5 +1,6 @@
//
// Copyright 2006 The Android Open Source Project
+// This code has been modified. Portions copyright (C) 2010, T-Mobile USA, Inc.
//
// State bundle. Used to pass around stuff like command-line args.
//
diff --git a/tools/aapt/Main.cpp b/tools/aapt/Main.cpp
index ad4f8bf..4461e67 100644
--- a/tools/aapt/Main.cpp
+++ b/tools/aapt/Main.cpp
@@ -1,5 +1,6 @@
//
// Copyright 2006 The Android Open Source Project
+// This code has been modified. Portions copyright (C) 2010, T-Mobile USA, Inc.
//
// Android Asset Packaging Tool main entry point.
//
diff --git a/tools/aapt/ResourceTable.cpp b/tools/aapt/ResourceTable.cpp
index bcbefaa..2356518 100644
--- a/tools/aapt/ResourceTable.cpp
+++ b/tools/aapt/ResourceTable.cpp
@@ -1,5 +1,6 @@
//
// Copyright 2006 The Android Open Source Project
+// This code has been modified. Portions copyright (C) 2010, T-Mobile USA, Inc.
//
// Build resource files from raw assets.
//