From b676cc24bf827e8082552e27c1964f16114f0442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 22 Sep 2023 13:14:12 +0200 Subject: [PATCH] Add SPDX license headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- BroadcastUploadExtension/Atomic.swift | 1 + BroadcastUploadExtension/DarwinNotificationCenter.swift | 1 + BroadcastUploadExtension/SampleHandler.swift | 1 + BroadcastUploadExtension/SampleUploader.swift | 1 + BroadcastUploadExtension/SocketConnection.swift | 1 + NextcloudTalk/CapturerEventsDelegate.h | 1 + NextcloudTalk/ScreenCaptureController.h | 1 + NextcloudTalk/ScreenCaptureController.m | 1 + NextcloudTalk/ScreenCapturer.h | 1 + NextcloudTalk/ScreenCapturer.m | 1 + NextcloudTalk/SocketConnection.h | 1 + NextcloudTalk/SocketConnection.m | 1 + 12 files changed, 12 insertions(+) diff --git a/BroadcastUploadExtension/Atomic.swift b/BroadcastUploadExtension/Atomic.swift index 212420b6e..936419454 100644 --- a/BroadcastUploadExtension/Atomic.swift +++ b/BroadcastUploadExtension/Atomic.swift @@ -6,6 +6,7 @@ // https://www.onswiftwings.com/posts/atomic-property-wrapper/ // // From https://github.com/jitsi/jitsi-meet-sdk-samples (Apache 2.0 license) +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/BroadcastUploadExtension/DarwinNotificationCenter.swift b/BroadcastUploadExtension/DarwinNotificationCenter.swift index 98d35465b..6f9442e73 100644 --- a/BroadcastUploadExtension/DarwinNotificationCenter.swift +++ b/BroadcastUploadExtension/DarwinNotificationCenter.swift @@ -6,6 +6,7 @@ // Copyright © 2021 8x8, Inc. All rights reserved. // // From https://github.com/jitsi/jitsi-meet-sdk-samples (Apache 2.0 license) +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/BroadcastUploadExtension/SampleHandler.swift b/BroadcastUploadExtension/SampleHandler.swift index 2c9d5aeb1..d0d94a4d0 100644 --- a/BroadcastUploadExtension/SampleHandler.swift +++ b/BroadcastUploadExtension/SampleHandler.swift @@ -5,6 +5,7 @@ // Created by Alex-Dan Bumbu on 04.06.2021. // // From https://github.com/jitsi/jitsi-meet-sdk-samples (Apache 2.0 license) +// SPDX-License-Identifier: Apache-2.0 import ReplayKit diff --git a/BroadcastUploadExtension/SampleUploader.swift b/BroadcastUploadExtension/SampleUploader.swift index 88c1c8270..cbe1025dc 100644 --- a/BroadcastUploadExtension/SampleUploader.swift +++ b/BroadcastUploadExtension/SampleUploader.swift @@ -6,6 +6,7 @@ // Copyright © 2021 8x8, Inc. All rights reserved. // // From https://github.com/jitsi/jitsi-meet-sdk-samples (Apache 2.0 license) +// SPDX-License-Identifier: Apache-2.0 import Foundation import ReplayKit diff --git a/BroadcastUploadExtension/SocketConnection.swift b/BroadcastUploadExtension/SocketConnection.swift index c422bbc34..b083f2f6b 100644 --- a/BroadcastUploadExtension/SocketConnection.swift +++ b/BroadcastUploadExtension/SocketConnection.swift @@ -6,6 +6,7 @@ // Copyright © 2021 Atlassian Inc. All rights reserved. // // From https://github.com/jitsi/jitsi-meet-sdk-samples (Apache 2.0 license) +// SPDX-License-Identifier: Apache-2.0 import Foundation diff --git a/NextcloudTalk/CapturerEventsDelegate.h b/NextcloudTalk/CapturerEventsDelegate.h index 62871428d..be648196a 100644 --- a/NextcloudTalk/CapturerEventsDelegate.h +++ b/NextcloudTalk/CapturerEventsDelegate.h @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #import diff --git a/NextcloudTalk/ScreenCaptureController.h b/NextcloudTalk/ScreenCaptureController.h index 6fa890b9f..fa4cc7572 100644 --- a/NextcloudTalk/ScreenCaptureController.h +++ b/NextcloudTalk/ScreenCaptureController.h @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #import #import "CapturerEventsDelegate.h" diff --git a/NextcloudTalk/ScreenCaptureController.m b/NextcloudTalk/ScreenCaptureController.m index f7052325a..aa208d276 100644 --- a/NextcloudTalk/ScreenCaptureController.m +++ b/NextcloudTalk/ScreenCaptureController.m @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #include #include diff --git a/NextcloudTalk/ScreenCapturer.h b/NextcloudTalk/ScreenCapturer.h index b91fa1e60..3d4296527 100644 --- a/NextcloudTalk/ScreenCapturer.h +++ b/NextcloudTalk/ScreenCapturer.h @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #import #import diff --git a/NextcloudTalk/ScreenCapturer.m b/NextcloudTalk/ScreenCapturer.m index 78dd2e1a8..4180834e3 100644 --- a/NextcloudTalk/ScreenCapturer.m +++ b/NextcloudTalk/ScreenCapturer.m @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #include diff --git a/NextcloudTalk/SocketConnection.h b/NextcloudTalk/SocketConnection.h index 44804bb6b..2eab23f47 100644 --- a/NextcloudTalk/SocketConnection.h +++ b/NextcloudTalk/SocketConnection.h @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #import diff --git a/NextcloudTalk/SocketConnection.m b/NextcloudTalk/SocketConnection.m index a263a7ce7..b7c7130f3 100644 --- a/NextcloudTalk/SocketConnection.m +++ b/NextcloudTalk/SocketConnection.m @@ -1,4 +1,5 @@ // From https://github.com/react-native-webrtc/react-native-webrtc (MIT License) +// SPDX-License-Identifier: MIT #include #include