Move license text to BUILD files top

PiperOrigin-RevId: 388579579
This commit is contained in:
jsobczak
2021-08-03 17:10:57 -07:00
committed by Copybara-Service
parent ecb5e7488a
commit dfc61a8f05
49 changed files with 76 additions and 1158 deletions
+2 -2
View File
@@ -1,4 +1,3 @@
licenses(["notice"])
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,6 +11,7 @@ licenses(["notice"])
# 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.
licenses(["notice"])
cc_library(
name = "types",
@@ -67,11 +67,11 @@ cc_library(
"//platform/public:__pkg__",
],
deps = [
"//proto/connections:offline_wire_formats_portable_proto",
"//absl/strings",
"//absl/types:optional",
"//platform/base",
"//platform/base:cancellation_flag",
"//proto/connections:offline_wire_formats_portable_proto",
"//webrtc/api:libjingle_peerconnection_api",
],
)