From 17a5b93a13ab69f5609ece06a4a6ad480f3769e0 Mon Sep 17 00:00:00 2001 From: Danny Canter Date: Wed, 4 Jun 2025 16:10:41 -0700 Subject: [PATCH] Updates to license headers - Capitalize containerization. - Wrap All rights reserved to a new line. Signed-off-by: Danny Canter --- Makefile | 3 ++- Package.swift | 3 ++- Sources/CShim/exec_command.c | 3 ++- Sources/CShim/include/exec_command.h | 3 ++- Sources/CShim/include/vsock.h | 3 ++- Sources/CShim/vsock.c | 3 ++- Sources/Containerization/Agent/Vminitd+Rosetta.swift | 3 ++- Sources/Containerization/Agent/Vminitd+SocketRelay.swift | 3 ++- Sources/Containerization/Agent/Vminitd.swift | 3 ++- Sources/Containerization/AttachedFilesystem.swift | 3 ++- Sources/Containerization/Container.swift | 3 ++- Sources/Containerization/DNSConfiguration.swift | 3 ++- Sources/Containerization/Hash.swift | 3 ++- Sources/Containerization/IO/ReaderStream.swift | 3 ++- Sources/Containerization/IO/Terminal+ReaderStream.swift | 3 ++- Sources/Containerization/IO/Writer.swift | 3 ++- Sources/Containerization/Image/Image.swift | 3 ++- .../Containerization/Image/ImageStore/ImageStore+Export.swift | 3 ++- .../Containerization/Image/ImageStore/ImageStore+Import.swift | 3 ++- .../Image/ImageStore/ImageStore+OCILayout.swift | 3 ++- .../Image/ImageStore/ImageStore+ReferenceManager.swift | 3 ++- Sources/Containerization/Image/ImageStore/ImageStore.swift | 3 ++- Sources/Containerization/Image/InitImage.swift | 3 ++- Sources/Containerization/Image/KernelImage.swift | 3 ++- Sources/Containerization/Interface.swift | 3 ++- Sources/Containerization/Kernel.swift | 3 ++- Sources/Containerization/LinuxContainer.swift | 3 ++- Sources/Containerization/LinuxProcess.swift | 3 ++- Sources/Containerization/Mount.swift | 3 ++- Sources/Containerization/NATInterface.swift | 3 ++- Sources/Containerization/NATNetworkInterface.swift | 3 ++- .../Containerization/SandboxContext/SandboxContext.grpc.swift | 3 ++- .../Containerization/SandboxContext/SandboxContext.pb.swift | 3 ++- Sources/Containerization/SystemPlatform.swift | 3 ++- Sources/Containerization/TimeSyncer.swift | 3 ++- Sources/Containerization/UnixSocketConfiguration.swift | 3 ++- Sources/Containerization/UnixSocketRelay.swift | 3 ++- Sources/Containerization/VZVirtualMachine+Helpers.swift | 3 ++- Sources/Containerization/VZVirtualMachineInstance.swift | 3 ++- Sources/Containerization/VZVirtualMachineManager.swift | 3 ++- Sources/Containerization/VirtualMachineAgent+Additions.swift | 3 ++- Sources/Containerization/VirtualMachineAgent.swift | 3 ++- Sources/Containerization/VirtualMachineInstance.swift | 3 ++- Sources/Containerization/VirtualMachineManager.swift | 3 ++- Sources/Containerization/VsockConnectionStream.swift | 3 ++- Sources/ContainerizationArchive/ArchiveError.swift | 3 ++- Sources/ContainerizationArchive/ArchiveWriter.swift | 3 ++- .../ContainerizationArchive/ArchiveWriterConfiguration.swift | 3 ++- Sources/ContainerizationArchive/ArchiveWriterDelegate.swift | 3 ++- .../ContainerizationArchive/CArchive/archive_swift_bridge.c | 3 ++- .../ContainerizationArchive/FileArchiveWriterDelegate.swift | 3 ++- Sources/ContainerizationArchive/Reader.swift | 3 ++- Sources/ContainerizationArchive/TempDir.swift | 3 ++- Sources/ContainerizationArchive/WriteEntry.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Export.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Extensions.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+FileTree.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Format.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Ptr.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Reader.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Types.swift | 3 ++- Sources/ContainerizationEXT4/EXT4+Xattrs.swift | 3 ++- Sources/ContainerizationEXT4/EXT4.swift | 3 ++- Sources/ContainerizationEXT4/FilePath+Extensions.swift | 3 ++- Sources/ContainerizationEXT4/FileTimestamps.swift | 3 ++- Sources/ContainerizationEXT4/Formatter+Unpack.swift | 3 ++- Sources/ContainerizationEXT4/Integer+Extensions.swift | 3 ++- Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift | 3 ++- Sources/ContainerizationError/ContainerizationError.swift | 3 ++- Sources/ContainerizationExtras/AddressAllocator.swift | 3 ++- Sources/ContainerizationExtras/AsyncLock.swift | 3 ++- Sources/ContainerizationExtras/CIDRAddress.swift | 3 ++- Sources/ContainerizationExtras/FileManager+Temporary.swift | 3 ++- Sources/ContainerizationExtras/IPAddress.swift | 3 ++- Sources/ContainerizationExtras/IndexedAddressAllocator.swift | 3 ++- Sources/ContainerizationExtras/NetworkAddress+Allocator.swift | 3 ++- Sources/ContainerizationExtras/NetworkAddress.swift | 3 ++- Sources/ContainerizationExtras/ProgressEvent.swift | 3 ++- Sources/ContainerizationExtras/Timeout.swift | 3 ++- Sources/ContainerizationExtras/UInt8+DataBinding.swift | 3 ++- Sources/ContainerizationIO/ReadStream.swift | 3 ++- Sources/ContainerizationNetlink/NetlinkSession.swift | 3 ++- Sources/ContainerizationNetlink/NetlinkSocket.swift | 3 ++- Sources/ContainerizationNetlink/Types.swift | 3 ++- Sources/ContainerizationOCI/AnnotationKeys.swift | 3 ++- Sources/ContainerizationOCI/Bundle.swift | 3 ++- Sources/ContainerizationOCI/Client/Authentication.swift | 3 ++- Sources/ContainerizationOCI/Client/KeychainHelper.swift | 3 ++- Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift | 3 ++- Sources/ContainerizationOCI/Client/RegistryClient+Error.swift | 3 ++- Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift | 3 ++- Sources/ContainerizationOCI/Client/RegistryClient+Push.swift | 3 ++- Sources/ContainerizationOCI/Client/RegistryClient+Token.swift | 3 ++- Sources/ContainerizationOCI/Client/RegistryClient.swift | 3 ++- Sources/ContainerizationOCI/Content/AsyncTypes.swift | 3 ++- Sources/ContainerizationOCI/Content/Content.swift | 3 ++- Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift | 3 ++- Sources/ContainerizationOCI/Content/ContentWriter.swift | 3 ++- Sources/ContainerizationOCI/Content/LocalContent.swift | 3 ++- Sources/ContainerizationOCI/Content/LocalContentStore.swift | 3 ++- Sources/ContainerizationOCI/Content/SHA256+Extensions.swift | 3 ++- Sources/ContainerizationOCI/Content/String+Extension.swift | 3 ++- Sources/ContainerizationOCI/Content/URL+Extensions.swift | 3 ++- Sources/ContainerizationOCI/Descriptor.swift | 3 ++- Sources/ContainerizationOCI/FileManager+Size.swift | 3 ++- Sources/ContainerizationOCI/ImageConfig.swift | 3 ++- Sources/ContainerizationOCI/Index.swift | 3 ++- Sources/ContainerizationOCI/Manifest.swift | 3 ++- Sources/ContainerizationOCI/MediaType.swift | 3 ++- Sources/ContainerizationOCI/Platform.swift | 3 ++- Sources/ContainerizationOCI/Reference.swift | 3 ++- Sources/ContainerizationOCI/Spec.swift | 3 ++- Sources/ContainerizationOCI/State.swift | 3 ++- Sources/ContainerizationOCI/Version.swift | 3 ++- Sources/ContainerizationOS/AsyncSignalHandler.swift | 3 ++- Sources/ContainerizationOS/BinaryInteger+Extensions.swift | 3 ++- Sources/ContainerizationOS/Command.swift | 3 ++- Sources/ContainerizationOS/File.swift | 3 ++- Sources/ContainerizationOS/Keychain/KeychainQuery.swift | 3 ++- Sources/ContainerizationOS/Linux/Binfmt.swift | 3 ++- Sources/ContainerizationOS/Linux/Epoll.swift | 3 ++- Sources/ContainerizationOS/Mount/Mount.swift | 3 ++- Sources/ContainerizationOS/POSIXError+Helpers.swift | 3 ++- Sources/ContainerizationOS/Path.swift | 3 ++- Sources/ContainerizationOS/Pipe+Close.swift | 3 ++- Sources/ContainerizationOS/Reaper.swift | 3 ++- Sources/ContainerizationOS/Signals.swift | 3 ++- Sources/ContainerizationOS/Socket/Socket.swift | 3 ++- Sources/ContainerizationOS/Socket/SocketType.swift | 3 ++- Sources/ContainerizationOS/Socket/UnixType.swift | 3 ++- Sources/ContainerizationOS/Socket/VsockType.swift | 3 ++- Sources/ContainerizationOS/Syscall.swift | 3 ++- Sources/ContainerizationOS/Sysctl.swift | 3 ++- Sources/ContainerizationOS/Terminal.swift | 3 ++- Sources/ContainerizationOS/URL+Extensions.swift | 3 ++- Sources/ContainerizationOS/User.swift | 3 ++- Sources/Integration/ProcessTests.swift | 3 ++- Sources/Integration/Suite.swift | 3 ++- Sources/Integration/VMTests.swift | 3 ++- Sources/SendableProperty/SendableProperty.swift | 3 ++- Sources/SendablePropertyMacros/SendablePropertyError.swift | 3 ++- Sources/SendablePropertyMacros/SendablePropertyMacro.swift | 3 ++- Sources/SendablePropertyMacros/SendablePropertyPlugin.swift | 3 ++- Sources/cctl/ContainerStore.swift | 3 ++- Sources/cctl/ImageCommand.swift | 3 ++- Sources/cctl/KernelCommand.swift | 3 ++- Sources/cctl/LoginCommand.swift | 3 ++- Sources/cctl/RootfsCommand.swift | 3 ++- Sources/cctl/RunCommand.swift | 3 ++- Sources/cctl/cctl+Utils.swift | 3 ++- Sources/cctl/cctl.swift | 3 ++- Tests/ContainerizationArchiveTests/ArchiveTests.swift | 3 ++- .../ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift | 3 ++- Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift | 3 ++- Tests/ContainerizationEXT4Tests/TestEXT4Format.swift | 3 ++- Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift | 3 ++- Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift | 3 ++- Tests/ContainerizationExtrasTests/TestCIDRAddress.swift | 3 ++- Tests/ContainerizationExtrasTests/TestIPAddress.swift | 3 ++- .../TestNetworkAddress+Allocator.swift | 3 ++- Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift | 3 ++- Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift | 3 ++- Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift | 3 ++- Tests/ContainerizationNetlinkTests/TypesTest.swift | 3 ++- Tests/ContainerizationOCITests/OCIImageTests.swift | 3 ++- Tests/ContainerizationOCITests/OCIPlatformTests.swift | 3 ++- Tests/ContainerizationOCITests/ReferenceTests.swift | 3 ++- Tests/ContainerizationOCITests/RegistryClientTests.swift | 3 ++- Tests/ContainerizationOSTests/KeychainQueryTests.swift | 3 ++- Tests/ContainerizationOSTests/UserTests.swift | 3 ++- Tests/ContainerizationTests/ImageTests/ContainsAuth.swift | 3 ++- .../ImageTests/ImageStoreImagePullTests.swift | 3 ++- Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift | 3 ++- Tests/ContainerizationTests/KernelTests.swift | 3 ++- .../SendablePropertyMacrosTests.swift | 3 ++- Tests/SendablePropertyTests/SendablePropertyTests.swift | 3 ++- kernel/Makefile | 3 ++- kernel/build.sh | 3 ++- licenserc.toml | 2 +- scripts/ensure-hawkeye-exists.sh | 3 ++- scripts/install-hawkeye.sh | 3 ++- scripts/license-header.txt | 3 ++- scripts/make-docs.sh | 3 ++- vminitd/Makefile | 3 ++- vminitd/Package.swift | 3 ++- vminitd/Sources/LCShim/include/syscall2.h | 3 ++- vminitd/Sources/LCShim/syscall2.c | 3 ++- vminitd/Sources/vmexec/ExecCommand.swift | 3 ++- vminitd/Sources/vmexec/Mount.swift | 3 ++- vminitd/Sources/vmexec/RunCommand.swift | 3 ++- vminitd/Sources/vmexec/vmexec.swift | 3 ++- vminitd/Sources/vminitd/Application.swift | 3 ++- vminitd/Sources/vminitd/HostStdio.swift | 3 ++- vminitd/Sources/vminitd/ManagedContainer.swift | 3 ++- vminitd/Sources/vminitd/ManagedProcess.swift | 3 ++- vminitd/Sources/vminitd/OSFile+Splice.swift | 3 ++- vminitd/Sources/vminitd/OSFile.swift | 3 ++- vminitd/Sources/vminitd/ProcessSupervisor.swift | 3 ++- vminitd/Sources/vminitd/Server+GRPC.swift | 3 ++- vminitd/Sources/vminitd/Server.swift | 3 ++- vminitd/Sources/vminitd/StandardIO.swift | 3 ++- vminitd/Sources/vminitd/TerminalIO.swift | 3 ++- vminitd/Sources/vminitd/VsockProxy.swift | 3 ++- 203 files changed, 405 insertions(+), 203 deletions(-) diff --git a/Makefile b/Makefile index 4835862c..3e58e671 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Package.swift b/Package.swift index 1dad186b..9a051141 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,7 @@ // swift-tools-version: 6.0 //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/CShim/exec_command.c b/Sources/CShim/exec_command.c index 2fabfa7b..a25c437c 100644 --- a/Sources/CShim/exec_command.c +++ b/Sources/CShim/exec_command.c @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/CShim/include/exec_command.h b/Sources/CShim/include/exec_command.h index a503ae2f..cbc9eb7b 100644 --- a/Sources/CShim/include/exec_command.h +++ b/Sources/CShim/include/exec_command.h @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/CShim/include/vsock.h b/Sources/CShim/include/vsock.h index 6d03c519..c39923de 100644 --- a/Sources/CShim/include/vsock.h +++ b/Sources/CShim/include/vsock.h @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/CShim/vsock.c b/Sources/CShim/vsock.c index 76e4c1cd..dd452b44 100644 --- a/Sources/CShim/vsock.c +++ b/Sources/CShim/vsock.c @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Agent/Vminitd+Rosetta.swift b/Sources/Containerization/Agent/Vminitd+Rosetta.swift index 21eb8c66..f9b5ae37 100644 --- a/Sources/Containerization/Agent/Vminitd+Rosetta.swift +++ b/Sources/Containerization/Agent/Vminitd+Rosetta.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Agent/Vminitd+SocketRelay.swift b/Sources/Containerization/Agent/Vminitd+SocketRelay.swift index f0e14b6e..bfe84bcb 100644 --- a/Sources/Containerization/Agent/Vminitd+SocketRelay.swift +++ b/Sources/Containerization/Agent/Vminitd+SocketRelay.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Agent/Vminitd.swift b/Sources/Containerization/Agent/Vminitd.swift index 16714702..363ebd19 100644 --- a/Sources/Containerization/Agent/Vminitd.swift +++ b/Sources/Containerization/Agent/Vminitd.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/AttachedFilesystem.swift b/Sources/Containerization/AttachedFilesystem.swift index c9e1cd37..30841d37 100644 --- a/Sources/Containerization/AttachedFilesystem.swift +++ b/Sources/Containerization/AttachedFilesystem.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Container.swift b/Sources/Containerization/Container.swift index 252d4c57..e4a49831 100644 --- a/Sources/Containerization/Container.swift +++ b/Sources/Containerization/Container.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/DNSConfiguration.swift b/Sources/Containerization/DNSConfiguration.swift index 380f8ba8..540175c2 100644 --- a/Sources/Containerization/DNSConfiguration.swift +++ b/Sources/Containerization/DNSConfiguration.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Hash.swift b/Sources/Containerization/Hash.swift index a266ff2e..6a66fae5 100644 --- a/Sources/Containerization/Hash.swift +++ b/Sources/Containerization/Hash.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/IO/ReaderStream.swift b/Sources/Containerization/IO/ReaderStream.swift index a35ea479..69e4167f 100644 --- a/Sources/Containerization/IO/ReaderStream.swift +++ b/Sources/Containerization/IO/ReaderStream.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/IO/Terminal+ReaderStream.swift b/Sources/Containerization/IO/Terminal+ReaderStream.swift index 602f2551..ab115b5a 100644 --- a/Sources/Containerization/IO/Terminal+ReaderStream.swift +++ b/Sources/Containerization/IO/Terminal+ReaderStream.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/IO/Writer.swift b/Sources/Containerization/IO/Writer.swift index 5d23a168..90a5b744 100644 --- a/Sources/Containerization/IO/Writer.swift +++ b/Sources/Containerization/IO/Writer.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/Image.swift b/Sources/Containerization/Image/Image.swift index b09b69ac..bff95678 100644 --- a/Sources/Containerization/Image/Image.swift +++ b/Sources/Containerization/Image/Image.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift b/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift index 2bb79537..d2728b01 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift b/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift index 36f2e461..da03a7e7 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift b/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift index 9e9583aa..cf255818 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift b/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift index 0f188063..67591ef4 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/ImageStore/ImageStore.swift b/Sources/Containerization/Image/ImageStore/ImageStore.swift index 588643c4..8e4e1580 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/InitImage.swift b/Sources/Containerization/Image/InitImage.swift index 7005831d..4d3a4c34 100644 --- a/Sources/Containerization/Image/InitImage.swift +++ b/Sources/Containerization/Image/InitImage.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Image/KernelImage.swift b/Sources/Containerization/Image/KernelImage.swift index cdbe896b..12ab9d8c 100644 --- a/Sources/Containerization/Image/KernelImage.swift +++ b/Sources/Containerization/Image/KernelImage.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Interface.swift b/Sources/Containerization/Interface.swift index b8e10c1b..2295514e 100644 --- a/Sources/Containerization/Interface.swift +++ b/Sources/Containerization/Interface.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Kernel.swift b/Sources/Containerization/Kernel.swift index bae8f1c7..b779eafa 100644 --- a/Sources/Containerization/Kernel.swift +++ b/Sources/Containerization/Kernel.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/LinuxContainer.swift b/Sources/Containerization/LinuxContainer.swift index b96f8d1b..b9e44745 100644 --- a/Sources/Containerization/LinuxContainer.swift +++ b/Sources/Containerization/LinuxContainer.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/LinuxProcess.swift b/Sources/Containerization/LinuxProcess.swift index 825b8395..547632b9 100644 --- a/Sources/Containerization/LinuxProcess.swift +++ b/Sources/Containerization/LinuxProcess.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/Mount.swift b/Sources/Containerization/Mount.swift index 5b628a4d..f8ff7cac 100644 --- a/Sources/Containerization/Mount.swift +++ b/Sources/Containerization/Mount.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/NATInterface.swift b/Sources/Containerization/NATInterface.swift index fccddbf0..7b44e882 100644 --- a/Sources/Containerization/NATInterface.swift +++ b/Sources/Containerization/NATInterface.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/NATNetworkInterface.swift b/Sources/Containerization/NATNetworkInterface.swift index 1f749ab1..34d0f256 100644 --- a/Sources/Containerization/NATNetworkInterface.swift +++ b/Sources/Containerization/NATNetworkInterface.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift b/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift index 2693b25a..3a49060a 100644 --- a/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift +++ b/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/SandboxContext/SandboxContext.pb.swift b/Sources/Containerization/SandboxContext/SandboxContext.pb.swift index 4f11e9ee..10691148 100644 --- a/Sources/Containerization/SandboxContext/SandboxContext.pb.swift +++ b/Sources/Containerization/SandboxContext/SandboxContext.pb.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/SystemPlatform.swift b/Sources/Containerization/SystemPlatform.swift index 9f169223..bd355731 100644 --- a/Sources/Containerization/SystemPlatform.swift +++ b/Sources/Containerization/SystemPlatform.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/TimeSyncer.swift b/Sources/Containerization/TimeSyncer.swift index f1e6fb22..da8617d7 100644 --- a/Sources/Containerization/TimeSyncer.swift +++ b/Sources/Containerization/TimeSyncer.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/UnixSocketConfiguration.swift b/Sources/Containerization/UnixSocketConfiguration.swift index 0de3cbf7..399d43cf 100644 --- a/Sources/Containerization/UnixSocketConfiguration.swift +++ b/Sources/Containerization/UnixSocketConfiguration.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/UnixSocketRelay.swift b/Sources/Containerization/UnixSocketRelay.swift index 60a3ea0d..d3305086 100644 --- a/Sources/Containerization/UnixSocketRelay.swift +++ b/Sources/Containerization/UnixSocketRelay.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VZVirtualMachine+Helpers.swift b/Sources/Containerization/VZVirtualMachine+Helpers.swift index 41c72b80..da1b3b99 100644 --- a/Sources/Containerization/VZVirtualMachine+Helpers.swift +++ b/Sources/Containerization/VZVirtualMachine+Helpers.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VZVirtualMachineInstance.swift b/Sources/Containerization/VZVirtualMachineInstance.swift index b6d65a8a..a5107ea2 100644 --- a/Sources/Containerization/VZVirtualMachineInstance.swift +++ b/Sources/Containerization/VZVirtualMachineInstance.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VZVirtualMachineManager.swift b/Sources/Containerization/VZVirtualMachineManager.swift index 45711900..9df4c545 100644 --- a/Sources/Containerization/VZVirtualMachineManager.swift +++ b/Sources/Containerization/VZVirtualMachineManager.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VirtualMachineAgent+Additions.swift b/Sources/Containerization/VirtualMachineAgent+Additions.swift index 2f566c38..fd24484d 100644 --- a/Sources/Containerization/VirtualMachineAgent+Additions.swift +++ b/Sources/Containerization/VirtualMachineAgent+Additions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VirtualMachineAgent.swift b/Sources/Containerization/VirtualMachineAgent.swift index 10ded654..2b7d3a50 100644 --- a/Sources/Containerization/VirtualMachineAgent.swift +++ b/Sources/Containerization/VirtualMachineAgent.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VirtualMachineInstance.swift b/Sources/Containerization/VirtualMachineInstance.swift index 4cd6c5b2..b600fd1c 100644 --- a/Sources/Containerization/VirtualMachineInstance.swift +++ b/Sources/Containerization/VirtualMachineInstance.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VirtualMachineManager.swift b/Sources/Containerization/VirtualMachineManager.swift index 79f8ef94..a92580ca 100644 --- a/Sources/Containerization/VirtualMachineManager.swift +++ b/Sources/Containerization/VirtualMachineManager.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Containerization/VsockConnectionStream.swift b/Sources/Containerization/VsockConnectionStream.swift index 7ec57441..e44d4569 100644 --- a/Sources/Containerization/VsockConnectionStream.swift +++ b/Sources/Containerization/VsockConnectionStream.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/ArchiveError.swift b/Sources/ContainerizationArchive/ArchiveError.swift index fdca7fac..3002d0a5 100644 --- a/Sources/ContainerizationArchive/ArchiveError.swift +++ b/Sources/ContainerizationArchive/ArchiveError.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/ArchiveWriter.swift b/Sources/ContainerizationArchive/ArchiveWriter.swift index 8511f6ca..c814c39a 100644 --- a/Sources/ContainerizationArchive/ArchiveWriter.swift +++ b/Sources/ContainerizationArchive/ArchiveWriter.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift b/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift index f730f1c8..cfcd45f2 100644 --- a/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift +++ b/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/ArchiveWriterDelegate.swift b/Sources/ContainerizationArchive/ArchiveWriterDelegate.swift index d4d782c7..d3aaeaef 100644 --- a/Sources/ContainerizationArchive/ArchiveWriterDelegate.swift +++ b/Sources/ContainerizationArchive/ArchiveWriterDelegate.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c b/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c index 33568692..2af4dd1f 100644 --- a/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c +++ b/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift b/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift index b9510aaf..c6ae5907 100644 --- a/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift +++ b/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/Reader.swift b/Sources/ContainerizationArchive/Reader.swift index cdec2e1e..d01d9614 100644 --- a/Sources/ContainerizationArchive/Reader.swift +++ b/Sources/ContainerizationArchive/Reader.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/TempDir.swift b/Sources/ContainerizationArchive/TempDir.swift index f8d432a7..02fa1c5f 100644 --- a/Sources/ContainerizationArchive/TempDir.swift +++ b/Sources/ContainerizationArchive/TempDir.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationArchive/WriteEntry.swift b/Sources/ContainerizationArchive/WriteEntry.swift index 54bc535e..7b0c531d 100644 --- a/Sources/ContainerizationArchive/WriteEntry.swift +++ b/Sources/ContainerizationArchive/WriteEntry.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Export.swift b/Sources/ContainerizationEXT4/EXT4+Export.swift index 559088dd..51021f12 100644 --- a/Sources/ContainerizationEXT4/EXT4+Export.swift +++ b/Sources/ContainerizationEXT4/EXT4+Export.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Extensions.swift b/Sources/ContainerizationEXT4/EXT4+Extensions.swift index d811af84..a8843b9a 100644 --- a/Sources/ContainerizationEXT4/EXT4+Extensions.swift +++ b/Sources/ContainerizationEXT4/EXT4+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+FileTree.swift b/Sources/ContainerizationEXT4/EXT4+FileTree.swift index 5b2d4111..74513b8e 100644 --- a/Sources/ContainerizationEXT4/EXT4+FileTree.swift +++ b/Sources/ContainerizationEXT4/EXT4+FileTree.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Format.swift b/Sources/ContainerizationEXT4/EXT4+Format.swift index 748b5d2d..5ac96508 100644 --- a/Sources/ContainerizationEXT4/EXT4+Format.swift +++ b/Sources/ContainerizationEXT4/EXT4+Format.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Ptr.swift b/Sources/ContainerizationEXT4/EXT4+Ptr.swift index f2603994..bcb3a7a1 100644 --- a/Sources/ContainerizationEXT4/EXT4+Ptr.swift +++ b/Sources/ContainerizationEXT4/EXT4+Ptr.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Reader.swift b/Sources/ContainerizationEXT4/EXT4+Reader.swift index 6f76ee8e..e0eaa83d 100644 --- a/Sources/ContainerizationEXT4/EXT4+Reader.swift +++ b/Sources/ContainerizationEXT4/EXT4+Reader.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Types.swift b/Sources/ContainerizationEXT4/EXT4+Types.swift index eb81546d..6ad27884 100644 --- a/Sources/ContainerizationEXT4/EXT4+Types.swift +++ b/Sources/ContainerizationEXT4/EXT4+Types.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4+Xattrs.swift b/Sources/ContainerizationEXT4/EXT4+Xattrs.swift index eeca1771..cc4b766a 100644 --- a/Sources/ContainerizationEXT4/EXT4+Xattrs.swift +++ b/Sources/ContainerizationEXT4/EXT4+Xattrs.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/EXT4.swift b/Sources/ContainerizationEXT4/EXT4.swift index 4e3521a9..5d3de30c 100644 --- a/Sources/ContainerizationEXT4/EXT4.swift +++ b/Sources/ContainerizationEXT4/EXT4.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/FilePath+Extensions.swift b/Sources/ContainerizationEXT4/FilePath+Extensions.swift index bbe73e87..763ccad2 100644 --- a/Sources/ContainerizationEXT4/FilePath+Extensions.swift +++ b/Sources/ContainerizationEXT4/FilePath+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/FileTimestamps.swift b/Sources/ContainerizationEXT4/FileTimestamps.swift index 9cb7d0c1..6935e42a 100644 --- a/Sources/ContainerizationEXT4/FileTimestamps.swift +++ b/Sources/ContainerizationEXT4/FileTimestamps.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/Formatter+Unpack.swift b/Sources/ContainerizationEXT4/Formatter+Unpack.swift index fc85aad7..e33d27bd 100644 --- a/Sources/ContainerizationEXT4/Formatter+Unpack.swift +++ b/Sources/ContainerizationEXT4/Formatter+Unpack.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/Integer+Extensions.swift b/Sources/ContainerizationEXT4/Integer+Extensions.swift index 43760046..bd2f2b88 100644 --- a/Sources/ContainerizationEXT4/Integer+Extensions.swift +++ b/Sources/ContainerizationEXT4/Integer+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift b/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift index c041a887..6790f7af 100644 --- a/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift +++ b/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationError/ContainerizationError.swift b/Sources/ContainerizationError/ContainerizationError.swift index 4f06ccae..d4aebe5d 100644 --- a/Sources/ContainerizationError/ContainerizationError.swift +++ b/Sources/ContainerizationError/ContainerizationError.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/AddressAllocator.swift b/Sources/ContainerizationExtras/AddressAllocator.swift index bee05594..597c607c 100644 --- a/Sources/ContainerizationExtras/AddressAllocator.swift +++ b/Sources/ContainerizationExtras/AddressAllocator.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/AsyncLock.swift b/Sources/ContainerizationExtras/AsyncLock.swift index 33d49d29..ad913ed4 100644 --- a/Sources/ContainerizationExtras/AsyncLock.swift +++ b/Sources/ContainerizationExtras/AsyncLock.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/CIDRAddress.swift b/Sources/ContainerizationExtras/CIDRAddress.swift index 89bd26f3..f684c774 100644 --- a/Sources/ContainerizationExtras/CIDRAddress.swift +++ b/Sources/ContainerizationExtras/CIDRAddress.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/FileManager+Temporary.swift b/Sources/ContainerizationExtras/FileManager+Temporary.swift index e982b57a..b55f0478 100644 --- a/Sources/ContainerizationExtras/FileManager+Temporary.swift +++ b/Sources/ContainerizationExtras/FileManager+Temporary.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/IPAddress.swift b/Sources/ContainerizationExtras/IPAddress.swift index 6db48498..f3cb031f 100644 --- a/Sources/ContainerizationExtras/IPAddress.swift +++ b/Sources/ContainerizationExtras/IPAddress.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/IndexedAddressAllocator.swift b/Sources/ContainerizationExtras/IndexedAddressAllocator.swift index 6409bc82..e6f45107 100644 --- a/Sources/ContainerizationExtras/IndexedAddressAllocator.swift +++ b/Sources/ContainerizationExtras/IndexedAddressAllocator.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift b/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift index 68b503c6..fce1b57b 100644 --- a/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift +++ b/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/NetworkAddress.swift b/Sources/ContainerizationExtras/NetworkAddress.swift index 79a96916..f0f82586 100644 --- a/Sources/ContainerizationExtras/NetworkAddress.swift +++ b/Sources/ContainerizationExtras/NetworkAddress.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/ProgressEvent.swift b/Sources/ContainerizationExtras/ProgressEvent.swift index 5e484c17..eca81e99 100644 --- a/Sources/ContainerizationExtras/ProgressEvent.swift +++ b/Sources/ContainerizationExtras/ProgressEvent.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/Timeout.swift b/Sources/ContainerizationExtras/Timeout.swift index 7f4c0f82..5801fb97 100644 --- a/Sources/ContainerizationExtras/Timeout.swift +++ b/Sources/ContainerizationExtras/Timeout.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationExtras/UInt8+DataBinding.swift b/Sources/ContainerizationExtras/UInt8+DataBinding.swift index f39f60b6..366b1a73 100644 --- a/Sources/ContainerizationExtras/UInt8+DataBinding.swift +++ b/Sources/ContainerizationExtras/UInt8+DataBinding.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationIO/ReadStream.swift b/Sources/ContainerizationIO/ReadStream.swift index 7cf74880..49d7bc3f 100644 --- a/Sources/ContainerizationIO/ReadStream.swift +++ b/Sources/ContainerizationIO/ReadStream.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationNetlink/NetlinkSession.swift b/Sources/ContainerizationNetlink/NetlinkSession.swift index 4c5e0ba2..e3103694 100644 --- a/Sources/ContainerizationNetlink/NetlinkSession.swift +++ b/Sources/ContainerizationNetlink/NetlinkSession.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationNetlink/NetlinkSocket.swift b/Sources/ContainerizationNetlink/NetlinkSocket.swift index 7fc21d69..b3446095 100644 --- a/Sources/ContainerizationNetlink/NetlinkSocket.swift +++ b/Sources/ContainerizationNetlink/NetlinkSocket.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationNetlink/Types.swift b/Sources/ContainerizationNetlink/Types.swift index a7cbbbd4..e7921ffe 100644 --- a/Sources/ContainerizationNetlink/Types.swift +++ b/Sources/ContainerizationNetlink/Types.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/AnnotationKeys.swift b/Sources/ContainerizationOCI/AnnotationKeys.swift index 5c6aac6f..663a7b9d 100644 --- a/Sources/ContainerizationOCI/AnnotationKeys.swift +++ b/Sources/ContainerizationOCI/AnnotationKeys.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Bundle.swift b/Sources/ContainerizationOCI/Bundle.swift index 2e249818..e1edf9f3 100644 --- a/Sources/ContainerizationOCI/Bundle.swift +++ b/Sources/ContainerizationOCI/Bundle.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/Authentication.swift b/Sources/ContainerizationOCI/Client/Authentication.swift index 0c35cf25..7864206e 100644 --- a/Sources/ContainerizationOCI/Client/Authentication.swift +++ b/Sources/ContainerizationOCI/Client/Authentication.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/KeychainHelper.swift b/Sources/ContainerizationOCI/Client/KeychainHelper.swift index 4d29fb2a..9bfbe678 100644 --- a/Sources/ContainerizationOCI/Client/KeychainHelper.swift +++ b/Sources/ContainerizationOCI/Client/KeychainHelper.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift b/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift index 6548e841..4a799011 100644 --- a/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift +++ b/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift b/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift index c57818c3..0db38258 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift b/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift index 8515adaa..4ee41ea2 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift b/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift index 4dc72bec..3460c0eb 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift b/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift index 36f0448e..5505ca2f 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Client/RegistryClient.swift b/Sources/ContainerizationOCI/Client/RegistryClient.swift index e460a12c..a4d38159 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/AsyncTypes.swift b/Sources/ContainerizationOCI/Content/AsyncTypes.swift index 2da9ae14..cf7d8e6f 100644 --- a/Sources/ContainerizationOCI/Content/AsyncTypes.swift +++ b/Sources/ContainerizationOCI/Content/AsyncTypes.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/Content.swift b/Sources/ContainerizationOCI/Content/Content.swift index 4614322f..ae02193b 100644 --- a/Sources/ContainerizationOCI/Content/Content.swift +++ b/Sources/ContainerizationOCI/Content/Content.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift b/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift index 8f7ed8c1..f21e2f13 100644 --- a/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift +++ b/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/ContentWriter.swift b/Sources/ContainerizationOCI/Content/ContentWriter.swift index 4d20378b..b99efc27 100644 --- a/Sources/ContainerizationOCI/Content/ContentWriter.swift +++ b/Sources/ContainerizationOCI/Content/ContentWriter.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/LocalContent.swift b/Sources/ContainerizationOCI/Content/LocalContent.swift index 830a264c..a1d96030 100644 --- a/Sources/ContainerizationOCI/Content/LocalContent.swift +++ b/Sources/ContainerizationOCI/Content/LocalContent.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/LocalContentStore.swift b/Sources/ContainerizationOCI/Content/LocalContentStore.swift index 59e172b8..7387d442 100644 --- a/Sources/ContainerizationOCI/Content/LocalContentStore.swift +++ b/Sources/ContainerizationOCI/Content/LocalContentStore.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift b/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift index 62db6cd3..67f72050 100644 --- a/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift +++ b/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/String+Extension.swift b/Sources/ContainerizationOCI/Content/String+Extension.swift index bf9b1ed3..5d12a19c 100644 --- a/Sources/ContainerizationOCI/Content/String+Extension.swift +++ b/Sources/ContainerizationOCI/Content/String+Extension.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Content/URL+Extensions.swift b/Sources/ContainerizationOCI/Content/URL+Extensions.swift index 02a905af..d715cc07 100644 --- a/Sources/ContainerizationOCI/Content/URL+Extensions.swift +++ b/Sources/ContainerizationOCI/Content/URL+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Descriptor.swift b/Sources/ContainerizationOCI/Descriptor.swift index b6c473a5..30497c18 100644 --- a/Sources/ContainerizationOCI/Descriptor.swift +++ b/Sources/ContainerizationOCI/Descriptor.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/FileManager+Size.swift b/Sources/ContainerizationOCI/FileManager+Size.swift index 5a1fa5bb..76cd3c59 100644 --- a/Sources/ContainerizationOCI/FileManager+Size.swift +++ b/Sources/ContainerizationOCI/FileManager+Size.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/ImageConfig.swift b/Sources/ContainerizationOCI/ImageConfig.swift index baef58f8..3e37a658 100644 --- a/Sources/ContainerizationOCI/ImageConfig.swift +++ b/Sources/ContainerizationOCI/ImageConfig.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Index.swift b/Sources/ContainerizationOCI/Index.swift index bdcfbb3a..ec8d75f6 100644 --- a/Sources/ContainerizationOCI/Index.swift +++ b/Sources/ContainerizationOCI/Index.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Manifest.swift b/Sources/ContainerizationOCI/Manifest.swift index 3c34ad76..ab194ebd 100644 --- a/Sources/ContainerizationOCI/Manifest.swift +++ b/Sources/ContainerizationOCI/Manifest.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/MediaType.swift b/Sources/ContainerizationOCI/MediaType.swift index 364faf4d..690738fe 100644 --- a/Sources/ContainerizationOCI/MediaType.swift +++ b/Sources/ContainerizationOCI/MediaType.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Platform.swift b/Sources/ContainerizationOCI/Platform.swift index 80f0794a..b151cf09 100644 --- a/Sources/ContainerizationOCI/Platform.swift +++ b/Sources/ContainerizationOCI/Platform.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Reference.swift b/Sources/ContainerizationOCI/Reference.swift index c4c694f0..6ebec188 100644 --- a/Sources/ContainerizationOCI/Reference.swift +++ b/Sources/ContainerizationOCI/Reference.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Spec.swift b/Sources/ContainerizationOCI/Spec.swift index c6fca880..31343f61 100644 --- a/Sources/ContainerizationOCI/Spec.swift +++ b/Sources/ContainerizationOCI/Spec.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/State.swift b/Sources/ContainerizationOCI/State.swift index 6e32c739..f3d8b658 100644 --- a/Sources/ContainerizationOCI/State.swift +++ b/Sources/ContainerizationOCI/State.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOCI/Version.swift b/Sources/ContainerizationOCI/Version.swift index 1063a351..712ea66d 100644 --- a/Sources/ContainerizationOCI/Version.swift +++ b/Sources/ContainerizationOCI/Version.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/AsyncSignalHandler.swift b/Sources/ContainerizationOS/AsyncSignalHandler.swift index 0b06ef64..2194234d 100644 --- a/Sources/ContainerizationOS/AsyncSignalHandler.swift +++ b/Sources/ContainerizationOS/AsyncSignalHandler.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/BinaryInteger+Extensions.swift b/Sources/ContainerizationOS/BinaryInteger+Extensions.swift index e123c0e3..52293222 100644 --- a/Sources/ContainerizationOS/BinaryInteger+Extensions.swift +++ b/Sources/ContainerizationOS/BinaryInteger+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Command.swift b/Sources/ContainerizationOS/Command.swift index a79c80e9..575fe866 100644 --- a/Sources/ContainerizationOS/Command.swift +++ b/Sources/ContainerizationOS/Command.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/File.swift b/Sources/ContainerizationOS/File.swift index a9978efd..f9f5de3d 100644 --- a/Sources/ContainerizationOS/File.swift +++ b/Sources/ContainerizationOS/File.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Keychain/KeychainQuery.swift b/Sources/ContainerizationOS/Keychain/KeychainQuery.swift index ec17436f..6f25de2f 100644 --- a/Sources/ContainerizationOS/Keychain/KeychainQuery.swift +++ b/Sources/ContainerizationOS/Keychain/KeychainQuery.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Linux/Binfmt.swift b/Sources/ContainerizationOS/Linux/Binfmt.swift index 5309c5a5..b278eea5 100644 --- a/Sources/ContainerizationOS/Linux/Binfmt.swift +++ b/Sources/ContainerizationOS/Linux/Binfmt.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Linux/Epoll.swift b/Sources/ContainerizationOS/Linux/Epoll.swift index 28766755..3619bcb1 100644 --- a/Sources/ContainerizationOS/Linux/Epoll.swift +++ b/Sources/ContainerizationOS/Linux/Epoll.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Mount/Mount.swift b/Sources/ContainerizationOS/Mount/Mount.swift index dd4e041f..a604e652 100644 --- a/Sources/ContainerizationOS/Mount/Mount.swift +++ b/Sources/ContainerizationOS/Mount/Mount.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/POSIXError+Helpers.swift b/Sources/ContainerizationOS/POSIXError+Helpers.swift index c4127d97..d3f384d7 100644 --- a/Sources/ContainerizationOS/POSIXError+Helpers.swift +++ b/Sources/ContainerizationOS/POSIXError+Helpers.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Path.swift b/Sources/ContainerizationOS/Path.swift index c8502d9f..4199eb36 100644 --- a/Sources/ContainerizationOS/Path.swift +++ b/Sources/ContainerizationOS/Path.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Pipe+Close.swift b/Sources/ContainerizationOS/Pipe+Close.swift index 9b2101dd..2ababaf8 100644 --- a/Sources/ContainerizationOS/Pipe+Close.swift +++ b/Sources/ContainerizationOS/Pipe+Close.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Reaper.swift b/Sources/ContainerizationOS/Reaper.swift index f8a117cb..f4a49535 100644 --- a/Sources/ContainerizationOS/Reaper.swift +++ b/Sources/ContainerizationOS/Reaper.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Signals.swift b/Sources/ContainerizationOS/Signals.swift index 33f5542c..c2ed21d0 100644 --- a/Sources/ContainerizationOS/Signals.swift +++ b/Sources/ContainerizationOS/Signals.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Socket/Socket.swift b/Sources/ContainerizationOS/Socket/Socket.swift index fbff6646..e7f61cbe 100644 --- a/Sources/ContainerizationOS/Socket/Socket.swift +++ b/Sources/ContainerizationOS/Socket/Socket.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Socket/SocketType.swift b/Sources/ContainerizationOS/Socket/SocketType.swift index 62d87374..27ffc817 100644 --- a/Sources/ContainerizationOS/Socket/SocketType.swift +++ b/Sources/ContainerizationOS/Socket/SocketType.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Socket/UnixType.swift b/Sources/ContainerizationOS/Socket/UnixType.swift index 9bb7ed39..dcab6295 100644 --- a/Sources/ContainerizationOS/Socket/UnixType.swift +++ b/Sources/ContainerizationOS/Socket/UnixType.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Socket/VsockType.swift b/Sources/ContainerizationOS/Socket/VsockType.swift index ce547f8d..379959b3 100644 --- a/Sources/ContainerizationOS/Socket/VsockType.swift +++ b/Sources/ContainerizationOS/Socket/VsockType.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Syscall.swift b/Sources/ContainerizationOS/Syscall.swift index a4e6b6bf..31f4753f 100644 --- a/Sources/ContainerizationOS/Syscall.swift +++ b/Sources/ContainerizationOS/Syscall.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Sysctl.swift b/Sources/ContainerizationOS/Sysctl.swift index b1ebec32..077619a7 100644 --- a/Sources/ContainerizationOS/Sysctl.swift +++ b/Sources/ContainerizationOS/Sysctl.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/Terminal.swift b/Sources/ContainerizationOS/Terminal.swift index 5ad69b64..34d1721e 100644 --- a/Sources/ContainerizationOS/Terminal.swift +++ b/Sources/ContainerizationOS/Terminal.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/URL+Extensions.swift b/Sources/ContainerizationOS/URL+Extensions.swift index c0c5ac86..dc296e03 100644 --- a/Sources/ContainerizationOS/URL+Extensions.swift +++ b/Sources/ContainerizationOS/URL+Extensions.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ContainerizationOS/User.swift b/Sources/ContainerizationOS/User.swift index 0e15c845..a46f06c9 100644 --- a/Sources/ContainerizationOS/User.swift +++ b/Sources/ContainerizationOS/User.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Integration/ProcessTests.swift b/Sources/Integration/ProcessTests.swift index 794e2988..de7ca06d 100644 --- a/Sources/Integration/ProcessTests.swift +++ b/Sources/Integration/ProcessTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Integration/Suite.swift b/Sources/Integration/Suite.swift index f3de502d..f5dda125 100644 --- a/Sources/Integration/Suite.swift +++ b/Sources/Integration/Suite.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/Integration/VMTests.swift b/Sources/Integration/VMTests.swift index b558df4a..e20013ad 100644 --- a/Sources/Integration/VMTests.swift +++ b/Sources/Integration/VMTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/SendableProperty/SendableProperty.swift b/Sources/SendableProperty/SendableProperty.swift index 1aae0db4..33cea110 100644 --- a/Sources/SendableProperty/SendableProperty.swift +++ b/Sources/SendableProperty/SendableProperty.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/SendablePropertyMacros/SendablePropertyError.swift b/Sources/SendablePropertyMacros/SendablePropertyError.swift index 9875f6aa..a0209cb4 100644 --- a/Sources/SendablePropertyMacros/SendablePropertyError.swift +++ b/Sources/SendablePropertyMacros/SendablePropertyError.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/SendablePropertyMacros/SendablePropertyMacro.swift b/Sources/SendablePropertyMacros/SendablePropertyMacro.swift index 511d677c..7764daeb 100644 --- a/Sources/SendablePropertyMacros/SendablePropertyMacro.swift +++ b/Sources/SendablePropertyMacros/SendablePropertyMacro.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/SendablePropertyMacros/SendablePropertyPlugin.swift b/Sources/SendablePropertyMacros/SendablePropertyPlugin.swift index 58b42633..9f7ac00c 100644 --- a/Sources/SendablePropertyMacros/SendablePropertyPlugin.swift +++ b/Sources/SendablePropertyMacros/SendablePropertyPlugin.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/ContainerStore.swift b/Sources/cctl/ContainerStore.swift index 64a21ec8..44306ca2 100644 --- a/Sources/cctl/ContainerStore.swift +++ b/Sources/cctl/ContainerStore.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/ImageCommand.swift b/Sources/cctl/ImageCommand.swift index ede451e9..84c5218b 100644 --- a/Sources/cctl/ImageCommand.swift +++ b/Sources/cctl/ImageCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/KernelCommand.swift b/Sources/cctl/KernelCommand.swift index 5e833f53..5fa70b8e 100644 --- a/Sources/cctl/KernelCommand.swift +++ b/Sources/cctl/KernelCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/LoginCommand.swift b/Sources/cctl/LoginCommand.swift index 5e12245f..aaff838c 100644 --- a/Sources/cctl/LoginCommand.swift +++ b/Sources/cctl/LoginCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/RootfsCommand.swift b/Sources/cctl/RootfsCommand.swift index b1801a00..6d446748 100644 --- a/Sources/cctl/RootfsCommand.swift +++ b/Sources/cctl/RootfsCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/RunCommand.swift b/Sources/cctl/RunCommand.swift index b20e0ead..19a0f33f 100644 --- a/Sources/cctl/RunCommand.swift +++ b/Sources/cctl/RunCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/cctl+Utils.swift b/Sources/cctl/cctl+Utils.swift index 03463575..9d846818 100644 --- a/Sources/cctl/cctl+Utils.swift +++ b/Sources/cctl/cctl+Utils.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/cctl/cctl.swift b/Sources/cctl/cctl.swift index 1fa180e8..39963876 100644 --- a/Sources/cctl/cctl.swift +++ b/Sources/cctl/cctl.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationArchiveTests/ArchiveTests.swift b/Tests/ContainerizationArchiveTests/ArchiveTests.swift index 2a060ea0..e285949b 100644 --- a/Tests/ContainerizationArchiveTests/ArchiveTests.swift +++ b/Tests/ContainerizationArchiveTests/ArchiveTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift b/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift index c94b8536..ba0c6c3b 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift b/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift index f48bd361..508539b1 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift b/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift index 94dc5ac7..55b27d18 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift b/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift index a54aaade..cd97458e 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift b/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift index 0819d074..88b72c1b 100644 --- a/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift +++ b/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift b/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift index 05fe04b9..2c566c48 100644 --- a/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift +++ b/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationExtrasTests/TestIPAddress.swift b/Tests/ContainerizationExtrasTests/TestIPAddress.swift index 0fa7d2b0..a518bd75 100644 --- a/Tests/ContainerizationExtrasTests/TestIPAddress.swift +++ b/Tests/ContainerizationExtrasTests/TestIPAddress.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift b/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift index 05a3a350..8e94cee3 100644 --- a/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift +++ b/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift b/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift index b2441a04..14484950 100644 --- a/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift +++ b/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift b/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift index 0b5a56ef..659ab164 100644 --- a/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift +++ b/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift b/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift index 7b8e1de3..a1efdbd3 100644 --- a/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift +++ b/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationNetlinkTests/TypesTest.swift b/Tests/ContainerizationNetlinkTests/TypesTest.swift index 574c821a..bb74e8c4 100644 --- a/Tests/ContainerizationNetlinkTests/TypesTest.swift +++ b/Tests/ContainerizationNetlinkTests/TypesTest.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOCITests/OCIImageTests.swift b/Tests/ContainerizationOCITests/OCIImageTests.swift index 0c0c769d..cc6600e9 100644 --- a/Tests/ContainerizationOCITests/OCIImageTests.swift +++ b/Tests/ContainerizationOCITests/OCIImageTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOCITests/OCIPlatformTests.swift b/Tests/ContainerizationOCITests/OCIPlatformTests.swift index b969f326..109aba94 100644 --- a/Tests/ContainerizationOCITests/OCIPlatformTests.swift +++ b/Tests/ContainerizationOCITests/OCIPlatformTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOCITests/ReferenceTests.swift b/Tests/ContainerizationOCITests/ReferenceTests.swift index 8c289f2c..dfa8d73e 100644 --- a/Tests/ContainerizationOCITests/ReferenceTests.swift +++ b/Tests/ContainerizationOCITests/ReferenceTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOCITests/RegistryClientTests.swift b/Tests/ContainerizationOCITests/RegistryClientTests.swift index 3a13cb9a..ba6bc896 100644 --- a/Tests/ContainerizationOCITests/RegistryClientTests.swift +++ b/Tests/ContainerizationOCITests/RegistryClientTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOSTests/KeychainQueryTests.swift b/Tests/ContainerizationOSTests/KeychainQueryTests.swift index 9a54bd3a..15108b31 100644 --- a/Tests/ContainerizationOSTests/KeychainQueryTests.swift +++ b/Tests/ContainerizationOSTests/KeychainQueryTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationOSTests/UserTests.swift b/Tests/ContainerizationOSTests/UserTests.swift index 05a854e8..99b12529 100644 --- a/Tests/ContainerizationOSTests/UserTests.swift +++ b/Tests/ContainerizationOSTests/UserTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift b/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift index 60512252..d06309dd 100644 --- a/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift +++ b/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift b/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift index 665103f9..1e0b2971 100644 --- a/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift +++ b/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift b/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift index a6420b9d..756cd9ea 100644 --- a/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift +++ b/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ContainerizationTests/KernelTests.swift b/Tests/ContainerizationTests/KernelTests.swift index ca5a5b0d..29a8780a 100644 --- a/Tests/ContainerizationTests/KernelTests.swift +++ b/Tests/ContainerizationTests/KernelTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/SendablePropertyMacrosTests/SendablePropertyMacrosTests.swift b/Tests/SendablePropertyMacrosTests/SendablePropertyMacrosTests.swift index c435f0bd..dd56dd3b 100644 --- a/Tests/SendablePropertyMacrosTests/SendablePropertyMacrosTests.swift +++ b/Tests/SendablePropertyMacrosTests/SendablePropertyMacrosTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/SendablePropertyTests/SendablePropertyTests.swift b/Tests/SendablePropertyTests/SendablePropertyTests.swift index 3f53da12..5db01551 100644 --- a/Tests/SendablePropertyTests/SendablePropertyTests.swift +++ b/Tests/SendablePropertyTests/SendablePropertyTests.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/kernel/Makefile b/kernel/Makefile index 16a4a3c8..fb0ff250 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -1,4 +1,5 @@ -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/kernel/build.sh b/kernel/build.sh index 45776304..953c939b 100755 --- a/kernel/build.sh +++ b/kernel/build.sh @@ -1,4 +1,5 @@ -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/licenserc.toml b/licenserc.toml index f29f9ff0..a7e2c041 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -20,7 +20,7 @@ attrs = 'enable' ignore = 'enable' [properties] -copyrightOwner = "Apple Inc. and the containerization project authors" +copyrightOwner = "Apple Inc. and the Containerization project authors" [mapping.SWIFT_STYLE] extensions = ["swift"] diff --git a/scripts/ensure-hawkeye-exists.sh b/scripts/ensure-hawkeye-exists.sh index ecd88e84..8f2e87a9 100755 --- a/scripts/ensure-hawkeye-exists.sh +++ b/scripts/ensure-hawkeye-exists.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/install-hawkeye.sh b/scripts/install-hawkeye.sh index 320e5703..9a255671 100755 --- a/scripts/install-hawkeye.sh +++ b/scripts/install-hawkeye.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/license-header.txt b/scripts/license-header.txt index b26825ef..dd866a6d 100644 --- a/scripts/license-header.txt +++ b/scripts/license-header.txt @@ -1,4 +1,5 @@ -Copyright ©{{ " " }}{%- if attrs.git_file_modified_year != attrs.git_file_created_year -%}{{ attrs.git_file_created_year }}-{{ attrs.git_file_modified_year }}{%- else -%}{{ attrs.git_file_created_year }}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}. All rights reserved. +Copyright ©{{ " " }}{%- if attrs.git_file_modified_year != attrs.git_file_created_year -%}{{ attrs.git_file_created_year }}-{{ attrs.git_file_modified_year }}{%- else -%}{{ attrs.git_file_created_year }}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}. +All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/scripts/make-docs.sh b/scripts/make-docs.sh index 5c2eb70f..66342c31 100755 --- a/scripts/make-docs.sh +++ b/scripts/make-docs.sh @@ -1,5 +1,6 @@ #! /bin/bash -e -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vminitd/Makefile b/vminitd/Makefile index ee5c84fc..a843a404 100644 --- a/vminitd/Makefile +++ b/vminitd/Makefile @@ -1,4 +1,5 @@ -# Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. +# All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/vminitd/Package.swift b/vminitd/Package.swift index 969f7237..25228cfd 100644 --- a/vminitd/Package.swift +++ b/vminitd/Package.swift @@ -1,6 +1,7 @@ // swift-tools-version: 6.0 //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/LCShim/include/syscall2.h b/vminitd/Sources/LCShim/include/syscall2.h index edab5846..d07073df 100644 --- a/vminitd/Sources/LCShim/include/syscall2.h +++ b/vminitd/Sources/LCShim/include/syscall2.h @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/LCShim/syscall2.c b/vminitd/Sources/LCShim/syscall2.c index 65168267..6bfee43b 100644 --- a/vminitd/Sources/LCShim/syscall2.c +++ b/vminitd/Sources/LCShim/syscall2.c @@ -1,5 +1,6 @@ /* - * Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. + * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vmexec/ExecCommand.swift b/vminitd/Sources/vmexec/ExecCommand.swift index 8a46768f..260afe2e 100644 --- a/vminitd/Sources/vmexec/ExecCommand.swift +++ b/vminitd/Sources/vmexec/ExecCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vmexec/Mount.swift b/vminitd/Sources/vmexec/Mount.swift index b03c71e7..7ebf8a69 100644 --- a/vminitd/Sources/vmexec/Mount.swift +++ b/vminitd/Sources/vmexec/Mount.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vmexec/RunCommand.swift b/vminitd/Sources/vmexec/RunCommand.swift index 4dea5854..146731b2 100644 --- a/vminitd/Sources/vmexec/RunCommand.swift +++ b/vminitd/Sources/vmexec/RunCommand.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vmexec/vmexec.swift b/vminitd/Sources/vmexec/vmexec.swift index 2a17424c..9be72f17 100644 --- a/vminitd/Sources/vmexec/vmexec.swift +++ b/vminitd/Sources/vmexec/vmexec.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/Application.swift b/vminitd/Sources/vminitd/Application.swift index 82b72e28..060942f8 100644 --- a/vminitd/Sources/vminitd/Application.swift +++ b/vminitd/Sources/vminitd/Application.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/HostStdio.swift b/vminitd/Sources/vminitd/HostStdio.swift index 431e000b..48197e57 100644 --- a/vminitd/Sources/vminitd/HostStdio.swift +++ b/vminitd/Sources/vminitd/HostStdio.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/ManagedContainer.swift b/vminitd/Sources/vminitd/ManagedContainer.swift index 3918f73a..ac58bd5b 100644 --- a/vminitd/Sources/vminitd/ManagedContainer.swift +++ b/vminitd/Sources/vminitd/ManagedContainer.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/ManagedProcess.swift b/vminitd/Sources/vminitd/ManagedProcess.swift index 444e16bb..c6d71533 100644 --- a/vminitd/Sources/vminitd/ManagedProcess.swift +++ b/vminitd/Sources/vminitd/ManagedProcess.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/OSFile+Splice.swift b/vminitd/Sources/vminitd/OSFile+Splice.swift index 5f53a751..4c66d4b6 100644 --- a/vminitd/Sources/vminitd/OSFile+Splice.swift +++ b/vminitd/Sources/vminitd/OSFile+Splice.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/OSFile.swift b/vminitd/Sources/vminitd/OSFile.swift index ca04b0b2..19a630e5 100644 --- a/vminitd/Sources/vminitd/OSFile.swift +++ b/vminitd/Sources/vminitd/OSFile.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/ProcessSupervisor.swift b/vminitd/Sources/vminitd/ProcessSupervisor.swift index 67604d4a..4ee316b8 100644 --- a/vminitd/Sources/vminitd/ProcessSupervisor.swift +++ b/vminitd/Sources/vminitd/ProcessSupervisor.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/Server+GRPC.swift b/vminitd/Sources/vminitd/Server+GRPC.swift index 75dd728a..f591c629 100644 --- a/vminitd/Sources/vminitd/Server+GRPC.swift +++ b/vminitd/Sources/vminitd/Server+GRPC.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/Server.swift b/vminitd/Sources/vminitd/Server.swift index e268e55d..68486897 100644 --- a/vminitd/Sources/vminitd/Server.swift +++ b/vminitd/Sources/vminitd/Server.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/StandardIO.swift b/vminitd/Sources/vminitd/StandardIO.swift index 7fa113ef..2e89a4cc 100644 --- a/vminitd/Sources/vminitd/StandardIO.swift +++ b/vminitd/Sources/vminitd/StandardIO.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/TerminalIO.swift b/vminitd/Sources/vminitd/TerminalIO.swift index 548baf14..ccebee70 100644 --- a/vminitd/Sources/vminitd/TerminalIO.swift +++ b/vminitd/Sources/vminitd/TerminalIO.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/vminitd/Sources/vminitd/VsockProxy.swift b/vminitd/Sources/vminitd/VsockProxy.swift index 5aba8f5b..aec7cdf1 100644 --- a/vminitd/Sources/vminitd/VsockProxy.swift +++ b/vminitd/Sources/vminitd/VsockProxy.swift @@ -1,5 +1,6 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. +// All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.