From 23101d0f40ca591a065222c6bb26020913895bff Mon Sep 17 00:00:00 2001 From: hai007 Date: Fri, 13 Nov 2020 15:21:38 -0800 Subject: [PATCH] OSS fixes Signed-off-by: hai007 --- .../internal/injected_bluetooth_device_store.cc | 14 ++++++++++++++ .../internal/injected_bluetooth_device_store.h | 14 ++++++++++++++ .../injected_bluetooth_device_store_test.cc | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/cpp/core/internal/injected_bluetooth_device_store.cc b/cpp/core/internal/injected_bluetooth_device_store.cc index cea55407..e270e54b 100644 --- a/cpp/core/internal/injected_bluetooth_device_store.cc +++ b/cpp/core/internal/injected_bluetooth_device_store.cc @@ -1,3 +1,17 @@ +// Copyright 2020 Google LLC +// +// 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 +// +// https://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. + #include "core/internal/injected_bluetooth_device_store.h" #include diff --git a/cpp/core/internal/injected_bluetooth_device_store.h b/cpp/core/internal/injected_bluetooth_device_store.h index 6d4aa9d2..c2805c87 100644 --- a/cpp/core/internal/injected_bluetooth_device_store.h +++ b/cpp/core/internal/injected_bluetooth_device_store.h @@ -1,3 +1,17 @@ +// Copyright 2020 Google LLC +// +// 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 +// +// https://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. + #ifndef CORE_INTERNAL_INJECTED_BLUETOOTH_DEVICE_STORE_H_ #define CORE_INTERNAL_INJECTED_BLUETOOTH_DEVICE_STORE_H_ diff --git a/cpp/core/internal/injected_bluetooth_device_store_test.cc b/cpp/core/internal/injected_bluetooth_device_store_test.cc index d4e5375b..87ae4266 100644 --- a/cpp/core/internal/injected_bluetooth_device_store_test.cc +++ b/cpp/core/internal/injected_bluetooth_device_store_test.cc @@ -1,3 +1,17 @@ +// Copyright 2020 Google LLC +// +// 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 +// +// https://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. + #include "core/internal/injected_bluetooth_device_store.h" #include