summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/hid
diff options
context:
space:
mode:
authorZhihai Xu <zhihaixu@google.com>2012-10-23 17:01:01 -0700
committerZhihai Xu <zhihaixu@google.com>2012-10-23 17:57:48 -0700
commitede67c26e7b2564ea35db6d9b3027a269c150e13 (patch)
tree4bb9cfdb5532133ad2cd9358279350b2a142f54f /src/com/android/bluetooth/hid
parentbd704c741b8c523ad747214f6f0520ac3e2caf8f (diff)
downloadandroid_packages_apps_Bluetooth-ede67c26e7b2564ea35db6d9b3027a269c150e13.tar.gz
android_packages_apps_Bluetooth-ede67c26e7b2564ea35db6d9b3027a269c150e13.tar.bz2
android_packages_apps_Bluetooth-ede67c26e7b2564ea35db6d9b3027a269c150e13.zip
License of files Bluetooth package is not updated to ASL2
bug 7385618 Change-Id: I338fd87083387706f3b5f410c9592219bb8a1acb
Diffstat (limited to 'src/com/android/bluetooth/hid')
-rwxr-xr-xsrc/com/android/bluetooth/hid/HidService.java14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/hid/HidService.java b/src/com/android/bluetooth/hid/HidService.java
index c6bbd81e4..2e67154bd 100755
--- a/src/com/android/bluetooth/hid/HidService.java
+++ b/src/com/android/bluetooth/hid/HidService.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 com.android.bluetooth.hid;