summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2012-06-14 08:09:33 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2012-06-14 08:09:33 -0700
commit755a125725e288f0b84706c3687914a568bbcbe6 (patch)
treefc4fd4262a01fe31686d909c7cc3222261a99ecd /AndroidManifest.xml
parent4590564ce0c2fee4a4e8522414928ebae789a8f7 (diff)
downloadandroid_frameworks_opt_chips-755a125725e288f0b84706c3687914a568bbcbe6.tar.gz
android_frameworks_opt_chips-755a125725e288f0b84706c3687914a568bbcbe6.tar.bz2
android_frameworks_opt_chips-755a125725e288f0b84706c3687914a568bbcbe6.zip
Add missing AOSP license
Change-Id: I464da982a0c9e2ab301f90e0d17780b52d8e2097
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e159fd2..fd7775d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,5 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.ex.chips"
android:versionCode="1">
-</manifest> \ No newline at end of file
+</manifest>