diff options
author | Martijn Coenen <maco@google.com> | 2016-08-30 11:27:56 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2016-08-30 11:28:36 -0700 |
commit | cbe590cb9f7c3d3cfe4b5147e8fe92fec60bbe06 (patch) | |
tree | b210825eac8daa7407d7cba0b2d10aa1df7fbd34 /nfc/1.0/INfcClientCallback.hal | |
parent | 3cdfe149229b451b593e9b67c9d7289de874ad5b (diff) | |
download | platform_hardware_interfaces-cbe590cb9f7c3d3cfe4b5147e8fe92fec60bbe06.tar.gz platform_hardware_interfaces-cbe590cb9f7c3d3cfe4b5147e8fe92fec60bbe06.tar.bz2 platform_hardware_interfaces-cbe590cb9f7c3d3cfe4b5147e8fe92fec60bbe06.zip |
Apache2 module license.
Bug: 31110244
Change-Id: I7ce63f940199e8cd7d193bdde39fc6cd448db802
Diffstat (limited to 'nfc/1.0/INfcClientCallback.hal')
-rw-r--r-- | nfc/1.0/INfcClientCallback.hal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nfc/1.0/INfcClientCallback.hal b/nfc/1.0/INfcClientCallback.hal index 3e24b361be..1ed0adbe6e 100644 --- a/nfc/1.0/INfcClientCallback.hal +++ b/nfc/1.0/INfcClientCallback.hal @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2016 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.hardware.nfc@1.0; @hal_type(type="NFC") |