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 @@
//
// PreviewViewController.swift
// MinecraftPackagePreviewExtension
//
// Created by John Burwell on 2026-05-27.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Cocoa
import OSLog

View File

@ -1,9 +1,5 @@
//
// ThumbnailProvider.swift
// MinecraftPackageThumbnailExtension
//
// Created by John Burwell on 2026-05-27.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit
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 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 "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
struct DirectoryEntry: Identifiable, Hashable, Sendable {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,9 +1,5 @@
//
// ScanNotificationService.swift
// World Manager for Minecraft
//
// Created by Codex on 2026-05-27.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import AppKit
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
struct ContentItemFileFacts: Sendable {

View File

@ -1,9 +1,5 @@
//
// WorldScanner.swift
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
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
enum BedrockLevelMetadataDecoder {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,9 +1,5 @@
//
// SourceLibrary.swift
// World Manager for Minecraft
//
// Created by John Burwell on 2026-05-25.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import Combine
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
enum SourceScanPhase {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,9 +1,5 @@
//
// LocalFolderSourceAccess.swift
// World Manager for Minecraft
//
// Created by OpenAI on 2026-05-26.
//
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
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 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 SwiftUI

View File

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2026 John Burwell and contributors
// SPDX-License-Identifier: AGPL-3.0-or-later
import SwiftUI
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 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 SwiftUI

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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