diff options
| author | Steven Moreland <smoreland@google.com> | 2019-02-01 14:29:45 -0800 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2019-02-01 22:41:01 +0000 |
| commit | fe66b7319bd97c5b0dd9b826b8935b61adf48110 (patch) | |
| tree | 904d007439a20f511d3eced75ffacd1daa44678f /ServiceManager.cpp | |
| parent | dbaab55f3ca3a55ae0bbb4900252dbc1e814f61d (diff) | |
| download | platform_system_hwservicemanager-fe66b7319bd97c5b0dd9b826b8935b61adf48110.tar.gz platform_system_hwservicemanager-fe66b7319bd97c5b0dd9b826b8935b61adf48110.tar.bz2 platform_system_hwservicemanager-fe66b7319bd97c5b0dd9b826b8935b61adf48110.zip | |
Add missing license headers.
Bug: N/A
Test: N/A
Change-Id: Idd0bbd1bcdcec2facfffe66a31db7f817ee99d0e
Diffstat (limited to 'ServiceManager.cpp')
| -rw-r--r-- | ServiceManager.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ServiceManager.cpp b/ServiceManager.cpp index 165757d..a4f99ce 100644 --- a/ServiceManager.cpp +++ b/ServiceManager.cpp @@ -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. + */ + #define LOG_TAG "hwservicemanager" #include "ServiceManager.h" |
