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/BluetoothSocket.java | |
| parent | 45c77ca0f6afd568ff6d149e17fb43c684e51722 (diff) | |
License of files Bluetooth package is not updated to ASL2
bug 7385618
Change-Id: I6232f537f4fda979d3aabe3a059c11d3299de9b8
Diffstat (limited to 'core/java/android/bluetooth/BluetoothSocket.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothSocket.java | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothSocket.java b/core/java/android/bluetooth/BluetoothSocket.java index 8cbf5b1a5c8a..26bde197acdf 100644 --- a/core/java/android/bluetooth/BluetoothSocket.java +++ b/core/java/android/bluetooth/BluetoothSocket.java @@ -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; |
