Normalize source license headers

This commit is contained in:
John Burwell 2026-06-01 09:02:10 -05:00
parent b5046a16c2
commit 9996161cf5
61 changed files with 138 additions and 270 deletions

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// PreviewViewController.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// MinecraftPackagePreviewExtension
//
// Created by John Burwell on 2026-05-27.
//
import Cocoa import Cocoa
import OSLog import OSLog

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ThumbnailProvider.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// MinecraftPackageThumbnailExtension
//
// Created by John Burwell on 2026-05-27.
//
import AppKit import AppKit
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit import AppKit
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import "AppleMobileDeviceBridge.h" #import "AppleMobileDeviceBridge.h"

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
struct DirectoryEntry: Identifiable, Hashable, Sendable { struct DirectoryEntry: Identifiable, Hashable, Sendable {

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// LibraryIndex.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-25.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftContentItem.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftSource.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceCapabilities.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceOrigin.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceRecord.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftPackageQuickLookModel.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftPackageThumbnailRenderer.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import AppKit import AppKit
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftPackageTypes.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation
import UniformTypeIdentifiers import UniformTypeIdentifiers

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ImageCacheStore.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import CryptoKit import CryptoKit
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
import UniformTypeIdentifiers import UniformTypeIdentifiers

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ContentPackageExporter.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import CryptoKit import CryptoKit
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ExternalRepresentation.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-29.
//
import Foundation import Foundation
import UniformTypeIdentifiers import UniformTypeIdentifiers

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ScanNotificationService.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by Codex on 2026-05-27.
//
import AppKit import AppKit
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
struct ContentItemFileFacts: Sendable { struct ContentItemFileFacts: Sendable {

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// WorldScanner.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
enum BedrockLevelMetadataDecoder { enum BedrockLevelMetadataDecoder {

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftContentMetadataReader.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// MinecraftPackageInspector.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ZipArchiveReader.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-27.
//
import Foundation import Foundation
import zlib import zlib

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceConnectedDeviceRuntime.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceConnectedDevices.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-28.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceLibrary.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import Combine import Combine
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
enum SourceScanPhase { enum SourceScanPhase {

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceLocalRuntime.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourcePersistenceCoordinator.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourcePersistenceStore.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-25.
//
import Foundation import Foundation
import SQLite3 import SQLite3

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceRestoration.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-28.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceContentIndex.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceScanExecution.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceScanning.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-28.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceSyncRuntime.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI Codex on 2026-05-29.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// AppleMobileDeviceAccess.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// AppleMobileDeviceBridge.h // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// AppleMobileDeviceBridge.m // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
#import "AppleMobileDeviceBridge.h" #import "AppleMobileDeviceBridge.h"

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// AppleMobileDeviceSourceAccess.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ConnectedDeviceMirrorCache.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ConnectedDeviceSourceFactory.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ConnectedDeviceSourcePickerView.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import SwiftUI import SwiftUI

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SourceAccessCoordinator.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// LocalFolderSourceAccess.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
import Foundation import Foundation

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit import AppKit
import SwiftUI import SwiftUI

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit import AppKit
import SwiftUI import SwiftUI

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import SwiftUI import SwiftUI
struct SourceDetailView: View { struct SourceDetailView: View {

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import SwiftUI import SwiftUI
import UniformTypeIdentifiers import UniformTypeIdentifiers

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
import SwiftUI import SwiftUI

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// ContentView.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import AppKit import AppKit
import SwiftUI import SwiftUI

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
struct ContentViewDependencies { struct ContentViewDependencies {

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Foundation import Foundation
struct ItemCollectionProjectionRequest: Hashable, Sendable { struct ItemCollectionProjectionRequest: Hashable, Sendable {

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit import AppKit
import SwiftUI import SwiftUI

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import SwiftUI import SwiftUI
enum SidebarSelection: Hashable, Sendable { enum SidebarSelection: Hashable, Sendable {

View File

@ -1,8 +1,4 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// WorldManagerBridgingHeader.h // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
#import "SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h" #import "SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h"

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// World_Manager_for_MinecraftApp.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
import AppKit import AppKit
import SwiftUI import SwiftUI

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// World_Manager_for_MinecraftTests.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for MinecraftTests
//
// Created by John Burwell on 2026-05-25.
//
import Foundation import Foundation
import SQLite3 import SQLite3

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// World_Manager_for_MinecraftUITests.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for MinecraftUITests
//
// Created by John Burwell on 2026-05-25.
//
import XCTest import XCTest

View File

@ -1,9 +1,5 @@
// // SPDX-FileCopyrightText: 2026 John Burwell and contributors
// World_Manager_for_MinecraftUITestsLaunchTests.swift // SPDX-License-Identifier: AGPL-3.0-or-later
// World Manager for MinecraftUITests
//
// Created by John Burwell on 2026-05-25.
//
import XCTest import XCTest