From d3dd15e460abbf9ab5caa99ea6e679552db6ab3d Mon Sep 17 00:00:00 2001 From: Alexey Polyudov Date: Mon, 14 Sep 2020 02:02:36 -0700 Subject: [PATCH] Apply OSS fixes Signed-off-by: Alexey Polyudov Change-Id: I0007cccbb113c72ea2d9786d04e3337b8e498611 --- cpp/core_v2/internal/base_bwu_handler.h | 14 ++++++++++++++ cpp/core_v2/internal/bwu_handler.h | 14 ++++++++++++++ cpp/core_v2/internal/bwu_manager.cc | 14 ++++++++++++++ cpp/core_v2/internal/bwu_manager.h | 14 ++++++++++++++ cpp/core_v2/internal/bwu_manager_test.cc | 14 ++++++++++++++ cpp/core_v2/internal/webrtc_bwu_handler.cc | 14 ++++++++++++++ cpp/core_v2/internal/webrtc_bwu_handler.h | 14 ++++++++++++++ 7 files changed, 98 insertions(+) diff --git a/cpp/core_v2/internal/base_bwu_handler.h b/cpp/core_v2/internal/base_bwu_handler.h index 23b0abd0..d489533a 100644 --- a/cpp/core_v2/internal/base_bwu_handler.h +++ b/cpp/core_v2/internal/base_bwu_handler.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_BASE_BWU_HANDLER_H_ #define CORE_V2_INTERNAL_BASE_BWU_HANDLER_H_ diff --git a/cpp/core_v2/internal/bwu_handler.h b/cpp/core_v2/internal/bwu_handler.h index 8e926a8c..b05ad821 100644 --- a/cpp/core_v2/internal/bwu_handler.h +++ b/cpp/core_v2/internal/bwu_handler.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_BWU_HANDLER_H_ #define CORE_V2_INTERNAL_BWU_HANDLER_H_ diff --git a/cpp/core_v2/internal/bwu_manager.cc b/cpp/core_v2/internal/bwu_manager.cc index 4756690d..92c366bd 100644 --- a/cpp/core_v2/internal/bwu_manager.cc +++ b/cpp/core_v2/internal/bwu_manager.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/bwu_manager.h" #include diff --git a/cpp/core_v2/internal/bwu_manager.h b/cpp/core_v2/internal/bwu_manager.h index 8ade19d7..c0b00853 100644 --- a/cpp/core_v2/internal/bwu_manager.h +++ b/cpp/core_v2/internal/bwu_manager.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_BWU_MANAGER_H_ #define CORE_V2_INTERNAL_BWU_MANAGER_H_ diff --git a/cpp/core_v2/internal/bwu_manager_test.cc b/cpp/core_v2/internal/bwu_manager_test.cc index c130c239..f1f04d66 100644 --- a/cpp/core_v2/internal/bwu_manager_test.cc +++ b/cpp/core_v2/internal/bwu_manager_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/bwu_manager.h" #include diff --git a/cpp/core_v2/internal/webrtc_bwu_handler.cc b/cpp/core_v2/internal/webrtc_bwu_handler.cc index 2ba1d9ef..cbe6c3b7 100644 --- a/cpp/core_v2/internal/webrtc_bwu_handler.cc +++ b/cpp/core_v2/internal/webrtc_bwu_handler.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/webrtc_bwu_handler.h" #include diff --git a/cpp/core_v2/internal/webrtc_bwu_handler.h b/cpp/core_v2/internal/webrtc_bwu_handler.h index 793357d8..11ec5c00 100644 --- a/cpp/core_v2/internal/webrtc_bwu_handler.h +++ b/cpp/core_v2/internal/webrtc_bwu_handler.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_WEBRTC_BWU_HANDLER_H_ #define CORE_V2_INTERNAL_WEBRTC_BWU_HANDLER_H_