diff options
author | Daisuke Miyakawa <dmiyakawa@google.com> | 2012-06-14 08:09:33 -0700 |
---|---|---|
committer | Daisuke Miyakawa <dmiyakawa@google.com> | 2012-06-14 08:09:33 -0700 |
commit | 755a125725e288f0b84706c3687914a568bbcbe6 (patch) | |
tree | fc4fd4262a01fe31686d909c7cc3222261a99ecd /AndroidManifest.xml | |
parent | 4590564ce0c2fee4a4e8522414928ebae789a8f7 (diff) | |
download | android_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.xml | 16 |
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> |