diff options
author | Zhihai Xu <zhihaixu@google.com> | 2012-10-23 17:31:56 -0700 |
---|---|---|
committer | Zhihai Xu <zhihaixu@google.com> | 2012-10-23 17:31:56 -0700 |
commit | fa0fd39a4bf296d254aa398c1b19ec960efa641d (patch) | |
tree | a3f4fbd322295f7103444f2a3f4b7e98859cab52 /core/java/android/bluetooth/IBluetoothManagerCallback.aidl | |
parent | 45c77ca0f6afd568ff6d149e17fb43c684e51722 (diff) | |
download | frameworks_base-fa0fd39a4bf296d254aa398c1b19ec960efa641d.zip frameworks_base-fa0fd39a4bf296d254aa398c1b19ec960efa641d.tar.gz frameworks_base-fa0fd39a4bf296d254aa398c1b19ec960efa641d.tar.bz2 |
License of files Bluetooth package is not updated to ASL2
bug 7385618
Change-Id: I6232f537f4fda979d3aabe3a059c11d3299de9b8
Diffstat (limited to 'core/java/android/bluetooth/IBluetoothManagerCallback.aidl')
-rw-r--r-- | core/java/android/bluetooth/IBluetoothManagerCallback.aidl | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/IBluetoothManagerCallback.aidl b/core/java/android/bluetooth/IBluetoothManagerCallback.aidl index 3e795ea..9551086 100644 --- a/core/java/android/bluetooth/IBluetoothManagerCallback.aidl +++ b/core/java/android/bluetooth/IBluetoothManagerCallback.aidl @@ -1,5 +1,17 @@ /* - * Copyright (C) 2012 Google Inc. + * Copyright (C) 2012 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. */ package android.bluetooth; |