Skip to content

Commit

Permalink
Add SPDX license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper authored and Ivansss committed Nov 14, 2023
1 parent d65c7ee commit b676cc2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions BroadcastUploadExtension/Atomic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions BroadcastUploadExtension/DarwinNotificationCenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions BroadcastUploadExtension/SampleHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions BroadcastUploadExtension/SampleUploader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions BroadcastUploadExtension/SocketConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/CapturerEventsDelegate.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#import <WebRTC/RTCVideoCapturer.h>

Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/ScreenCaptureController.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#import <Foundation/Foundation.h>
#import "CapturerEventsDelegate.h"
Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/ScreenCaptureController.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#include <sys/socket.h>
#include <sys/un.h>
Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/ScreenCapturer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#import <AVFoundation/AVFoundation.h>
#import <WebRTC/RTCVideoCapturer.h>
Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/ScreenCapturer.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#include <mach/mach_time.h>

Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/SocketConnection.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#import <Foundation/Foundation.h>

Expand Down
1 change: 1 addition & 0 deletions NextcloudTalk/SocketConnection.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// From https://github.com/react-native-webrtc/react-native-webrtc (MIT License)
// SPDX-License-Identifier: MIT

#include <sys/socket.h>
#include <sys/un.h>
Expand Down

0 comments on commit b676cc2

Please sign in to comment.