diff --git a/MinecraftPackagePreviewExtension/PreviewViewController.swift b/MinecraftPackagePreviewExtension/PreviewViewController.swift index e7b8d2f..3b0692d 100644 --- a/MinecraftPackagePreviewExtension/PreviewViewController.swift +++ b/MinecraftPackagePreviewExtension/PreviewViewController.swift @@ -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 diff --git a/MinecraftPackageThumbnailExtension/ThumbnailProvider.swift b/MinecraftPackageThumbnailExtension/ThumbnailProvider.swift index 23c7672..4666520 100644 --- a/MinecraftPackageThumbnailExtension/ThumbnailProvider.swift +++ b/MinecraftPackageThumbnailExtension/ThumbnailProvider.swift @@ -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 diff --git a/Scripts/generate_document_icon.swift b/Scripts/generate_document_icon.swift index 7f00abe..d4e0b98 100644 --- a/Scripts/generate_document_icon.swift +++ b/Scripts/generate_document_icon.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import AppKit import Foundation diff --git a/Tools/mobile_device_probe.m b/Tools/mobile_device_probe.m index 8a61efe..014b5d6 100644 --- a/Tools/mobile_device_probe.m +++ b/Tools/mobile_device_probe.m @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + #import #import "AppleMobileDeviceBridge.h" diff --git a/World Manager for Minecraft/Models/Content/DirectoryEntry.swift b/World Manager for Minecraft/Models/Content/DirectoryEntry.swift index 4572253..a0baa66 100644 --- a/World Manager for Minecraft/Models/Content/DirectoryEntry.swift +++ b/World Manager for Minecraft/Models/Content/DirectoryEntry.swift @@ -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 { diff --git a/World Manager for Minecraft/Models/Content/LibraryIndex.swift b/World Manager for Minecraft/Models/Content/LibraryIndex.swift index d99e65f..a52a58a 100644 --- a/World Manager for Minecraft/Models/Content/LibraryIndex.swift +++ b/World Manager for Minecraft/Models/Content/LibraryIndex.swift @@ -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 diff --git a/World Manager for Minecraft/Models/Content/MinecraftContentItem.swift b/World Manager for Minecraft/Models/Content/MinecraftContentItem.swift index 79c24e3..ae80cc6 100644 --- a/World Manager for Minecraft/Models/Content/MinecraftContentItem.swift +++ b/World Manager for Minecraft/Models/Content/MinecraftContentItem.swift @@ -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 diff --git a/World Manager for Minecraft/Models/Sources/MinecraftSource.swift b/World Manager for Minecraft/Models/Sources/MinecraftSource.swift index 7531150..658a5e5 100644 --- a/World Manager for Minecraft/Models/Sources/MinecraftSource.swift +++ b/World Manager for Minecraft/Models/Sources/MinecraftSource.swift @@ -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 diff --git a/World Manager for Minecraft/Models/Sources/SourceCapabilities.swift b/World Manager for Minecraft/Models/Sources/SourceCapabilities.swift index 4c76070..832c883 100644 --- a/World Manager for Minecraft/Models/Sources/SourceCapabilities.swift +++ b/World Manager for Minecraft/Models/Sources/SourceCapabilities.swift @@ -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 diff --git a/World Manager for Minecraft/Models/Sources/SourceOrigin.swift b/World Manager for Minecraft/Models/Sources/SourceOrigin.swift index f429096..e05cc13 100644 --- a/World Manager for Minecraft/Models/Sources/SourceOrigin.swift +++ b/World Manager for Minecraft/Models/Sources/SourceOrigin.swift @@ -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 diff --git a/World Manager for Minecraft/Models/Sources/SourceRecord.swift b/World Manager for Minecraft/Models/Sources/SourceRecord.swift index 68e5846..af81870 100644 --- a/World Manager for Minecraft/Models/Sources/SourceRecord.swift +++ b/World Manager for Minecraft/Models/Sources/SourceRecord.swift @@ -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 diff --git a/World Manager for Minecraft/QuickLook/MinecraftPackageQuickLookModel.swift b/World Manager for Minecraft/QuickLook/MinecraftPackageQuickLookModel.swift index e087088..c042f01 100644 --- a/World Manager for Minecraft/QuickLook/MinecraftPackageQuickLookModel.swift +++ b/World Manager for Minecraft/QuickLook/MinecraftPackageQuickLookModel.swift @@ -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 diff --git a/World Manager for Minecraft/QuickLook/MinecraftPackageThumbnailRenderer.swift b/World Manager for Minecraft/QuickLook/MinecraftPackageThumbnailRenderer.swift index 9166131..3c862a7 100644 --- a/World Manager for Minecraft/QuickLook/MinecraftPackageThumbnailRenderer.swift +++ b/World Manager for Minecraft/QuickLook/MinecraftPackageThumbnailRenderer.swift @@ -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 diff --git a/World Manager for Minecraft/QuickLook/MinecraftPackageTypes.swift b/World Manager for Minecraft/QuickLook/MinecraftPackageTypes.swift index 04fc7a4..51f84c4 100644 --- a/World Manager for Minecraft/QuickLook/MinecraftPackageTypes.swift +++ b/World Manager for Minecraft/QuickLook/MinecraftPackageTypes.swift @@ -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 diff --git a/World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift b/World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift index 953d430..9499ed4 100644 --- a/World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift +++ b/World Manager for Minecraft/Services/AppSupport/Cache/ImageCacheStore.swift @@ -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 diff --git a/World Manager for Minecraft/Services/AppSupport/Export/ContentItemActionService.swift b/World Manager for Minecraft/Services/AppSupport/Export/ContentItemActionService.swift index 417eb1a..6ba5dd4 100644 --- a/World Manager for Minecraft/Services/AppSupport/Export/ContentItemActionService.swift +++ b/World Manager for Minecraft/Services/AppSupport/Export/ContentItemActionService.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation import UniformTypeIdentifiers diff --git a/World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift b/World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift index e41044d..cbe3997 100644 --- a/World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift +++ b/World Manager for Minecraft/Services/AppSupport/Export/ContentPackageExporter.swift @@ -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 diff --git a/World Manager for Minecraft/Services/AppSupport/Export/ExternalRepresentation.swift b/World Manager for Minecraft/Services/AppSupport/Export/ExternalRepresentation.swift index acc9de1..a5d98e4 100644 --- a/World Manager for Minecraft/Services/AppSupport/Export/ExternalRepresentation.swift +++ b/World Manager for Minecraft/Services/AppSupport/Export/ExternalRepresentation.swift @@ -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 diff --git a/World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift b/World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift index 2258d35..de61121 100644 --- a/World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift +++ b/World Manager for Minecraft/Services/AppSupport/Notifications/ScanNotificationService.swift @@ -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 diff --git a/World Manager for Minecraft/Services/AppSupport/Scanning/ContentItemFileFacts.swift b/World Manager for Minecraft/Services/AppSupport/Scanning/ContentItemFileFacts.swift index 981d497..a4ca410 100644 --- a/World Manager for Minecraft/Services/AppSupport/Scanning/ContentItemFileFacts.swift +++ b/World Manager for Minecraft/Services/AppSupport/Scanning/ContentItemFileFacts.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation struct ContentItemFileFacts: Sendable { diff --git a/World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift b/World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift index 24ae1d3..b11b5c8 100644 --- a/World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift +++ b/World Manager for Minecraft/Services/AppSupport/Scanning/WorldScanner.swift @@ -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 diff --git a/World Manager for Minecraft/Services/ArchiveInspection/BedrockLevelMetadataDecoder.swift b/World Manager for Minecraft/Services/ArchiveInspection/BedrockLevelMetadataDecoder.swift index 14017e6..1ed39f0 100644 --- a/World Manager for Minecraft/Services/ArchiveInspection/BedrockLevelMetadataDecoder.swift +++ b/World Manager for Minecraft/Services/ArchiveInspection/BedrockLevelMetadataDecoder.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation enum BedrockLevelMetadataDecoder { diff --git a/World Manager for Minecraft/Services/ArchiveInspection/MinecraftContentMetadataReader.swift b/World Manager for Minecraft/Services/ArchiveInspection/MinecraftContentMetadataReader.swift index f7aa022..9dfe6bf 100644 --- a/World Manager for Minecraft/Services/ArchiveInspection/MinecraftContentMetadataReader.swift +++ b/World Manager for Minecraft/Services/ArchiveInspection/MinecraftContentMetadataReader.swift @@ -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 diff --git a/World Manager for Minecraft/Services/ArchiveInspection/MinecraftPackageInspector.swift b/World Manager for Minecraft/Services/ArchiveInspection/MinecraftPackageInspector.swift index 359233c..e432374 100644 --- a/World Manager for Minecraft/Services/ArchiveInspection/MinecraftPackageInspector.swift +++ b/World Manager for Minecraft/Services/ArchiveInspection/MinecraftPackageInspector.swift @@ -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 diff --git a/World Manager for Minecraft/Services/ArchiveInspection/ZipArchiveReader.swift b/World Manager for Minecraft/Services/ArchiveInspection/ZipArchiveReader.swift index 1e1e5dc..e21d00c 100644 --- a/World Manager for Minecraft/Services/ArchiveInspection/ZipArchiveReader.swift +++ b/World Manager for Minecraft/Services/ArchiveInspection/ZipArchiveReader.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDeviceRuntime.swift b/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDeviceRuntime.swift index 71d4357..1f29a1f 100644 --- a/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDeviceRuntime.swift +++ b/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDeviceRuntime.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDevices.swift b/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDevices.swift index a8fe90d..6cce753 100644 --- a/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDevices.swift +++ b/World Manager for Minecraft/Services/Sources/ConnectedDevice/SourceConnectedDevices.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Core/SourceLibrary.swift b/World Manager for Minecraft/Services/Sources/Core/SourceLibrary.swift index 5f53d43..2f73606 100644 --- a/World Manager for Minecraft/Services/Sources/Core/SourceLibrary.swift +++ b/World Manager for Minecraft/Services/Sources/Core/SourceLibrary.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Core/SourcePresentation.swift b/World Manager for Minecraft/Services/Sources/Core/SourcePresentation.swift index b8bc47b..ded3b2c 100644 --- a/World Manager for Minecraft/Services/Sources/Core/SourcePresentation.swift +++ b/World Manager for Minecraft/Services/Sources/Core/SourcePresentation.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation enum SourceScanPhase { diff --git a/World Manager for Minecraft/Services/Sources/Local/SourceLocalRuntime.swift b/World Manager for Minecraft/Services/Sources/Local/SourceLocalRuntime.swift index 551c3df..ae10516 100644 --- a/World Manager for Minecraft/Services/Sources/Local/SourceLocalRuntime.swift +++ b/World Manager for Minecraft/Services/Sources/Local/SourceLocalRuntime.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceCoordinator.swift b/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceCoordinator.swift index 36c4b83..c17a121 100644 --- a/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceCoordinator.swift +++ b/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceCoordinator.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceStore.swift b/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceStore.swift index b9334db..e4fade1 100644 --- a/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceStore.swift +++ b/World Manager for Minecraft/Services/Sources/Persistence/SourcePersistenceStore.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Persistence/SourceRestoration.swift b/World Manager for Minecraft/Services/Sources/Persistence/SourceRestoration.swift index ecad247..00498b5 100644 --- a/World Manager for Minecraft/Services/Sources/Persistence/SourceRestoration.swift +++ b/World Manager for Minecraft/Services/Sources/Persistence/SourceRestoration.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Scanning/SourceContentIndex.swift b/World Manager for Minecraft/Services/Sources/Scanning/SourceContentIndex.swift index 68410a5..1467f91 100644 --- a/World Manager for Minecraft/Services/Sources/Scanning/SourceContentIndex.swift +++ b/World Manager for Minecraft/Services/Sources/Scanning/SourceContentIndex.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Scanning/SourceScanExecution.swift b/World Manager for Minecraft/Services/Sources/Scanning/SourceScanExecution.swift index 119744b..327f359 100644 --- a/World Manager for Minecraft/Services/Sources/Scanning/SourceScanExecution.swift +++ b/World Manager for Minecraft/Services/Sources/Scanning/SourceScanExecution.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Scanning/SourceScanning.swift b/World Manager for Minecraft/Services/Sources/Scanning/SourceScanning.swift index 82892c6..a65b94c 100644 --- a/World Manager for Minecraft/Services/Sources/Scanning/SourceScanning.swift +++ b/World Manager for Minecraft/Services/Sources/Scanning/SourceScanning.swift @@ -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 diff --git a/World Manager for Minecraft/Services/Sources/Scanning/SourceSyncRuntime.swift b/World Manager for Minecraft/Services/Sources/Scanning/SourceSyncRuntime.swift index 45490fb..3132a81 100644 --- a/World Manager for Minecraft/Services/Sources/Scanning/SourceSyncRuntime.swift +++ b/World Manager for Minecraft/Services/Sources/Scanning/SourceSyncRuntime.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceAccess.swift b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceAccess.swift index 7adb090..a23717c 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceAccess.swift +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceAccess.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h index a3ecb0a..6b0c4b6 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.h @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.m b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.m index c7ddcdb..93e4f13 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.m +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceBridge.m @@ -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" diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceSourceAccess.swift b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceSourceAccess.swift index 616106e..f02245d 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceSourceAccess.swift +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/AppleMobileDevice/AppleMobileDeviceSourceAccess.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceMirrorCache.swift b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceMirrorCache.swift index 60bfd3f..7585716 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceMirrorCache.swift +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceMirrorCache.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourceFactory.swift b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourceFactory.swift index 5a2f351..51fcc01 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourceFactory.swift +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourceFactory.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourcePickerView.swift b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourcePickerView.swift index 53f65b9..d3e1584 100644 --- a/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourcePickerView.swift +++ b/World Manager for Minecraft/SourceAccess/ConnectedDevice/ConnectedDeviceSourcePickerView.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/Core/SourceAccessCoordinator.swift b/World Manager for Minecraft/SourceAccess/Core/SourceAccessCoordinator.swift index d14c193..543ff96 100644 --- a/World Manager for Minecraft/SourceAccess/Core/SourceAccessCoordinator.swift +++ b/World Manager for Minecraft/SourceAccess/Core/SourceAccessCoordinator.swift @@ -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 diff --git a/World Manager for Minecraft/SourceAccess/LocalFolder/LocalFolderSourceAccess.swift b/World Manager for Minecraft/SourceAccess/LocalFolder/LocalFolderSourceAccess.swift index 0741818..d9a04fa 100644 --- a/World Manager for Minecraft/SourceAccess/LocalFolder/LocalFolderSourceAccess.swift +++ b/World Manager for Minecraft/SourceAccess/LocalFolder/LocalFolderSourceAccess.swift @@ -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 diff --git a/World Manager for Minecraft/UI/Detail/ItemDetailColumnViews.swift b/World Manager for Minecraft/UI/Detail/ItemDetailColumnViews.swift index 5fae8b9..49b02e5 100644 --- a/World Manager for Minecraft/UI/Detail/ItemDetailColumnViews.swift +++ b/World Manager for Minecraft/UI/Detail/ItemDetailColumnViews.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import AppKit import SwiftUI diff --git a/World Manager for Minecraft/UI/Detail/ItemDetailView.swift b/World Manager for Minecraft/UI/Detail/ItemDetailView.swift index 0cca9e4..74d7aaa 100644 --- a/World Manager for Minecraft/UI/Detail/ItemDetailView.swift +++ b/World Manager for Minecraft/UI/Detail/ItemDetailView.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import AppKit import SwiftUI diff --git a/World Manager for Minecraft/UI/Detail/SourceDetailView.swift b/World Manager for Minecraft/UI/Detail/SourceDetailView.swift index 44891c8..2cdd868 100644 --- a/World Manager for Minecraft/UI/Detail/SourceDetailView.swift +++ b/World Manager for Minecraft/UI/Detail/SourceDetailView.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import SwiftUI struct SourceDetailView: View { diff --git a/World Manager for Minecraft/UI/List/ItemListColumnViews.swift b/World Manager for Minecraft/UI/List/ItemListColumnViews.swift index 5d69306..6967c0e 100644 --- a/World Manager for Minecraft/UI/List/ItemListColumnViews.swift +++ b/World Manager for Minecraft/UI/List/ItemListColumnViews.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import SwiftUI import UniformTypeIdentifiers diff --git a/World Manager for Minecraft/UI/Preview/PreviewFixtures.swift b/World Manager for Minecraft/UI/Preview/PreviewFixtures.swift index cc77501..ad4b8ba 100644 --- a/World Manager for Minecraft/UI/Preview/PreviewFixtures.swift +++ b/World Manager for Minecraft/UI/Preview/PreviewFixtures.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation import SwiftUI diff --git a/World Manager for Minecraft/UI/Root/ContentView.swift b/World Manager for Minecraft/UI/Root/ContentView.swift index 6d5480e..04c540a 100644 --- a/World Manager for Minecraft/UI/Root/ContentView.swift +++ b/World Manager for Minecraft/UI/Root/ContentView.swift @@ -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 diff --git a/World Manager for Minecraft/UI/Root/ContentViewDependencies.swift b/World Manager for Minecraft/UI/Root/ContentViewDependencies.swift index 3bcfdd2..dc1f15f 100644 --- a/World Manager for Minecraft/UI/Root/ContentViewDependencies.swift +++ b/World Manager for Minecraft/UI/Root/ContentViewDependencies.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import Foundation struct ContentViewDependencies { diff --git a/World Manager for Minecraft/UI/Root/ItemCollectionProjection.swift b/World Manager for Minecraft/UI/Root/ItemCollectionProjection.swift index d3ea807..2c58427 100644 --- a/World Manager for Minecraft/UI/Root/ItemCollectionProjection.swift +++ b/World Manager for Minecraft/UI/Root/ItemCollectionProjection.swift @@ -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 { diff --git a/World Manager for Minecraft/UI/Shared/ContentUIShared.swift b/World Manager for Minecraft/UI/Shared/ContentUIShared.swift index 5cc4983..71f99d5 100644 --- a/World Manager for Minecraft/UI/Shared/ContentUIShared.swift +++ b/World Manager for Minecraft/UI/Shared/ContentUIShared.swift @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 John Burwell and contributors +// SPDX-License-Identifier: AGPL-3.0-or-later + import AppKit import SwiftUI diff --git a/World Manager for Minecraft/UI/Sidebar/SidebarColumnViews.swift b/World Manager for Minecraft/UI/Sidebar/SidebarColumnViews.swift index b4825b2..b312501 100644 --- a/World Manager for Minecraft/UI/Sidebar/SidebarColumnViews.swift +++ b/World Manager for Minecraft/UI/Sidebar/SidebarColumnViews.swift @@ -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 { diff --git a/World Manager for Minecraft/WorldManagerBridgingHeader.h b/World Manager for Minecraft/WorldManagerBridgingHeader.h index 1a73cdb..4538d4e 100644 --- a/World Manager for Minecraft/WorldManagerBridgingHeader.h +++ b/World Manager for Minecraft/WorldManagerBridgingHeader.h @@ -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" diff --git a/World Manager for Minecraft/World_Manager_for_MinecraftApp.swift b/World Manager for Minecraft/World_Manager_for_MinecraftApp.swift index 335b0d0..e2e8b6e 100644 --- a/World Manager for Minecraft/World_Manager_for_MinecraftApp.swift +++ b/World Manager for Minecraft/World_Manager_for_MinecraftApp.swift @@ -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 diff --git a/World Manager for MinecraftTests/World_Manager_for_MinecraftTests.swift b/World Manager for MinecraftTests/World_Manager_for_MinecraftTests.swift index 1871b89..3bc2654 100644 --- a/World Manager for MinecraftTests/World_Manager_for_MinecraftTests.swift +++ b/World Manager for MinecraftTests/World_Manager_for_MinecraftTests.swift @@ -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 diff --git a/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITests.swift b/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITests.swift index 2338a1d..36ef3d6 100644 --- a/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITests.swift +++ b/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITests.swift @@ -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 diff --git a/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITestsLaunchTests.swift b/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITestsLaunchTests.swift index 3bd1d81..6cbde6c 100644 --- a/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITestsLaunchTests.swift +++ b/World Manager for MinecraftUITests/World_Manager_for_MinecraftUITestsLaunchTests.swift @@ -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