From ca500a8d98088bb526ee9b64687f0f3a0d2cc5ee Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Mon, 1 Apr 2024 23:01:41 -0700 Subject: [PATCH] PR #2393: Add missing license headers to Swift files Imported from GitHub PR https://github.com/google/nearby/pull/2393 Copybara import of the project: -- 9f5918dd18b0cb825d2f671d18eb15a119a7e6d1 by Nick Bourdakos : Add missing license headers to Swift files Merging this change closes #2393 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/nearby/pull/2393 from bourdakos1:add-swift-license 9f5918dd18b0cb825d2f671d18eb15a119a7e6d1 PiperOrigin-RevId: 621062126 --- .../swift/NearbyConnections/Tests/BuildTests.swift | 14 ++++++++++++++ .../NearbyConnections/Tests/EntryPointTest.swift | 14 ++++++++++++++ .../swift/NearbyCoreAdapter/Tests/BuildTests.swift | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/connections/swift/NearbyConnections/Tests/BuildTests.swift b/connections/swift/NearbyConnections/Tests/BuildTests.swift index 0ca3f19d..318a4aa7 100644 --- a/connections/swift/NearbyConnections/Tests/BuildTests.swift +++ b/connections/swift/NearbyConnections/Tests/BuildTests.swift @@ -1,3 +1,17 @@ +// Copyright 2023 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. + import NearbyConnections import XCTest diff --git a/connections/swift/NearbyConnections/Tests/EntryPointTest.swift b/connections/swift/NearbyConnections/Tests/EntryPointTest.swift index de0644c0..81570a61 100644 --- a/connections/swift/NearbyConnections/Tests/EntryPointTest.swift +++ b/connections/swift/NearbyConnections/Tests/EntryPointTest.swift @@ -1,3 +1,17 @@ +// Copyright 2023 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. + import NearbyConnections @main diff --git a/connections/swift/NearbyCoreAdapter/Tests/BuildTests.swift b/connections/swift/NearbyCoreAdapter/Tests/BuildTests.swift index 9e40bf62..e96de001 100644 --- a/connections/swift/NearbyCoreAdapter/Tests/BuildTests.swift +++ b/connections/swift/NearbyCoreAdapter/Tests/BuildTests.swift @@ -1,3 +1,17 @@ +// Copyright 2023 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. + import NearbyCoreAdapter import XCTest