diff --git a/cpp/core_v2/internal/offline_service_controller.cc b/cpp/core_v2/internal/offline_service_controller.cc index 249c97b8..7465fc96 100644 --- a/cpp/core_v2/internal/offline_service_controller.cc +++ b/cpp/core_v2/internal/offline_service_controller.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_v2/internal/offline_service_controller.h" #include diff --git a/cpp/core_v2/internal/offline_service_controller.h b/cpp/core_v2/internal/offline_service_controller.h index bcb6e2c7..a4855db2 100644 --- a/cpp/core_v2/internal/offline_service_controller.h +++ b/cpp/core_v2/internal/offline_service_controller.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_V2_INTERNAL_OFFLINE_SERVICE_CONTROLLER_H_ #define CORE_V2_INTERNAL_OFFLINE_SERVICE_CONTROLLER_H_ diff --git a/cpp/core_v2/internal/offline_service_controller_test.cc b/cpp/core_v2/internal/offline_service_controller_test.cc index 260dd527..2d4487ea 100644 --- a/cpp/core_v2/internal/offline_service_controller_test.cc +++ b/cpp/core_v2/internal/offline_service_controller_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_v2/internal/offline_service_controller.h" #include "core_v2/internal/offline_simulation_user.h" diff --git a/cpp/core_v2/internal/offline_simulation_user.cc b/cpp/core_v2/internal/offline_simulation_user.cc index 6ed65174..1a58f117 100644 --- a/cpp/core_v2/internal/offline_simulation_user.cc +++ b/cpp/core_v2/internal/offline_simulation_user.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_v2/internal/offline_simulation_user.h" #include "core_v2/listeners.h" diff --git a/cpp/core_v2/internal/offline_simulation_user.h b/cpp/core_v2/internal/offline_simulation_user.h index 4c00d8eb..27a41d56 100644 --- a/cpp/core_v2/internal/offline_simulation_user.h +++ b/cpp/core_v2/internal/offline_simulation_user.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_V2_INTERNAL_OFFLINE_SIMULATION_USER_H_ #define CORE_V2_INTERNAL_OFFLINE_SIMULATION_USER_H_ diff --git a/cpp/platform_v2/public/cancelable_alarm_test.cc b/cpp/platform_v2/public/cancelable_alarm_test.cc index 5bebf2cb..dba12453 100644 --- a/cpp/platform_v2/public/cancelable_alarm_test.cc +++ b/cpp/platform_v2/public/cancelable_alarm_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 "platform_v2/public/cancelable_alarm.h" #include "platform_v2/public/atomic_boolean.h"