From 1c44f4bbdd567c5d61fb95b203a4d3b05bfc3f2a Mon Sep 17 00:00:00 2001 From: Alexey Polyudov Date: Wed, 24 Jun 2020 18:21:36 -0700 Subject: [PATCH] OSS fix Signed-off-by: Alexey Polyudov Change-Id: I7c1c0f3e1f60df706e47a90ed43a6878f665ae85 --- proto/mediums/BUILD | 14 ++++++++++++++ proto/mediums/ble_frames.proto | 14 ++++++++++++++ proto/mediums/nfc_frames.proto | 14 ++++++++++++++ proto/mediums/web_rtc_signaling_frames.proto | 14 ++++++++++++++ proto/mediums/wifi_aware_frames.proto | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/proto/mediums/BUILD b/proto/mediums/BUILD index dcf12b59..c3cd9367 100644 --- a/proto/mediums/BUILD +++ b/proto/mediums/BUILD @@ -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. + load("//net/proto2/contrib/portable/cc:portable_proto_build_defs.bzl", "portable_proto_library") load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library") diff --git a/proto/mediums/ble_frames.proto b/proto/mediums/ble_frames.proto index e6909659..864da316 100644 --- a/proto/mediums/ble_frames.proto +++ b/proto/mediums/ble_frames.proto @@ -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. + syntax = "proto2"; package location.nearby.mediums; diff --git a/proto/mediums/nfc_frames.proto b/proto/mediums/nfc_frames.proto index b3622715..8dcf0183 100644 --- a/proto/mediums/nfc_frames.proto +++ b/proto/mediums/nfc_frames.proto @@ -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. + syntax = "proto2"; package location.nearby.mediums; diff --git a/proto/mediums/web_rtc_signaling_frames.proto b/proto/mediums/web_rtc_signaling_frames.proto index 028c474d..58f8385f 100644 --- a/proto/mediums/web_rtc_signaling_frames.proto +++ b/proto/mediums/web_rtc_signaling_frames.proto @@ -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. + syntax = "proto2"; package location.nearby.mediums; diff --git a/proto/mediums/wifi_aware_frames.proto b/proto/mediums/wifi_aware_frames.proto index 766b8cc0..f4b71235 100644 --- a/proto/mediums/wifi_aware_frames.proto +++ b/proto/mediums/wifi_aware_frames.proto @@ -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. + syntax = "proto2"; package location.nearby.mediums;