From 995a2313483a105f63b4779938b9b19631cc8cf2 Mon Sep 17 00:00:00 2001 From: J Logan Date: Fri, 3 Oct 2025 13:27:59 -0700 Subject: [PATCH] Removes "all rights reserved" from license header. (#309) --- Makefile | 2 +- Package.swift | 2 +- Sources/CShim/exec_command.c | 2 +- Sources/CShim/include/exec_command.h | 2 +- Sources/CShim/include/vsock.h | 2 +- Sources/CShim/vsock.c | 2 +- Sources/Containerization/AttachedFilesystem.swift | 2 +- Sources/Containerization/Container.swift | 2 +- Sources/Containerization/ContainerManager.swift | 2 +- Sources/Containerization/DNSConfiguration.swift | 2 +- Sources/Containerization/ExitStatus.swift | 2 +- Sources/Containerization/Hash.swift | 2 +- Sources/Containerization/HostsConfiguration.swift | 2 +- Sources/Containerization/IO/ReaderStream.swift | 2 +- Sources/Containerization/IO/Terminal+ReaderStream.swift | 2 +- Sources/Containerization/IO/Writer.swift | 2 +- Sources/Containerization/Image/Image.swift | 2 +- .../Containerization/Image/ImageStore/ImageStore+Export.swift | 2 +- .../Containerization/Image/ImageStore/ImageStore+Import.swift | 2 +- .../Image/ImageStore/ImageStore+OCILayout.swift | 2 +- .../Image/ImageStore/ImageStore+ReferenceManager.swift | 2 +- Sources/Containerization/Image/ImageStore/ImageStore.swift | 2 +- Sources/Containerization/Image/InitImage.swift | 2 +- Sources/Containerization/Image/KernelImage.swift | 2 +- Sources/Containerization/Image/Unpacker/EXT4Unpacker.swift | 2 +- Sources/Containerization/Image/Unpacker/Unpacker.swift | 2 +- Sources/Containerization/Interface.swift | 2 +- Sources/Containerization/Kernel.swift | 2 +- Sources/Containerization/LinuxContainer.swift | 2 +- Sources/Containerization/LinuxProcess.swift | 2 +- Sources/Containerization/Mount.swift | 2 +- Sources/Containerization/NATInterface.swift | 2 +- Sources/Containerization/NATNetworkInterface.swift | 2 +- .../Containerization/SandboxContext/SandboxContext.grpc.swift | 2 +- Sources/Containerization/SandboxContext/SandboxContext.pb.swift | 2 +- Sources/Containerization/SystemPlatform.swift | 2 +- Sources/Containerization/TimeSyncer.swift | 2 +- Sources/Containerization/UnixSocketConfiguration.swift | 2 +- Sources/Containerization/UnixSocketRelay.swift | 2 +- Sources/Containerization/VZVirtualMachine+Helpers.swift | 2 +- Sources/Containerization/VZVirtualMachineInstance.swift | 2 +- Sources/Containerization/VZVirtualMachineManager.swift | 2 +- Sources/Containerization/VirtualMachineAgent+Additions.swift | 2 +- Sources/Containerization/VirtualMachineAgent.swift | 2 +- Sources/Containerization/VirtualMachineInstance.swift | 2 +- Sources/Containerization/VirtualMachineManager.swift | 2 +- Sources/Containerization/Vminitd+Rosetta.swift | 2 +- Sources/Containerization/Vminitd+SocketRelay.swift | 2 +- Sources/Containerization/Vminitd.swift | 2 +- Sources/Containerization/VsockConnectionStream.swift | 2 +- Sources/ContainerizationArchive/ArchiveError.swift | 2 +- Sources/ContainerizationArchive/ArchiveWriter.swift | 2 +- .../ContainerizationArchive/ArchiveWriterConfiguration.swift | 2 +- Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c | 2 +- Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift | 2 +- Sources/ContainerizationArchive/Reader.swift | 2 +- Sources/ContainerizationArchive/TempDir.swift | 2 +- Sources/ContainerizationArchive/WriteEntry.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Extensions.swift | 2 +- Sources/ContainerizationEXT4/EXT4+FileTree.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Formatter.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Ptr.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Reader.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Types.swift | 2 +- Sources/ContainerizationEXT4/EXT4+Xattrs.swift | 2 +- Sources/ContainerizationEXT4/EXT4.swift | 2 +- Sources/ContainerizationEXT4/EXT4Reader+Export.swift | 2 +- Sources/ContainerizationEXT4/EXT4Reader+IO.swift | 2 +- Sources/ContainerizationEXT4/FilePath+Extensions.swift | 2 +- Sources/ContainerizationEXT4/FileTimestamps.swift | 2 +- Sources/ContainerizationEXT4/Formatter+Unpack.swift | 2 +- Sources/ContainerizationEXT4/Integer+Extensions.swift | 2 +- Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift | 2 +- Sources/ContainerizationError/ContainerizationError.swift | 2 +- Sources/ContainerizationExtras/AddressAllocator.swift | 2 +- Sources/ContainerizationExtras/AsyncLock.swift | 2 +- Sources/ContainerizationExtras/CIDRAddress.swift | 2 +- Sources/ContainerizationExtras/FileManager+Temporary.swift | 2 +- Sources/ContainerizationExtras/IPAddress.swift | 2 +- Sources/ContainerizationExtras/IndexedAddressAllocator.swift | 2 +- Sources/ContainerizationExtras/NetworkAddress+Allocator.swift | 2 +- Sources/ContainerizationExtras/NetworkAddress.swift | 2 +- Sources/ContainerizationExtras/ProgressEvent.swift | 2 +- Sources/ContainerizationExtras/ProxyUtils.swift | 2 +- Sources/ContainerizationExtras/RotatingAddressAllocator.swift | 2 +- Sources/ContainerizationExtras/Timeout.swift | 2 +- Sources/ContainerizationExtras/UInt8+DataBinding.swift | 2 +- Sources/ContainerizationIO/ReadStream.swift | 2 +- Sources/ContainerizationNetlink/NetlinkSession.swift | 2 +- Sources/ContainerizationNetlink/NetlinkSocket.swift | 2 +- Sources/ContainerizationNetlink/Types.swift | 2 +- Sources/ContainerizationOCI/AnnotationKeys.swift | 2 +- Sources/ContainerizationOCI/Bundle.swift | 2 +- Sources/ContainerizationOCI/Client/Authentication.swift | 2 +- Sources/ContainerizationOCI/Client/KeychainHelper.swift | 2 +- Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift | 2 +- Sources/ContainerizationOCI/Client/RegistryClient+Error.swift | 2 +- Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift | 2 +- Sources/ContainerizationOCI/Client/RegistryClient+Push.swift | 2 +- Sources/ContainerizationOCI/Client/RegistryClient+Token.swift | 2 +- Sources/ContainerizationOCI/Client/RegistryClient.swift | 2 +- Sources/ContainerizationOCI/Content/AsyncTypes.swift | 2 +- Sources/ContainerizationOCI/Content/Content.swift | 2 +- Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift | 2 +- Sources/ContainerizationOCI/Content/ContentWriter.swift | 2 +- Sources/ContainerizationOCI/Content/LocalContent.swift | 2 +- Sources/ContainerizationOCI/Content/LocalContentStore.swift | 2 +- Sources/ContainerizationOCI/Content/SHA256+Extensions.swift | 2 +- Sources/ContainerizationOCI/Content/String+Extension.swift | 2 +- Sources/ContainerizationOCI/Content/URL+Extensions.swift | 2 +- Sources/ContainerizationOCI/Descriptor.swift | 2 +- Sources/ContainerizationOCI/FileManager+Size.swift | 2 +- Sources/ContainerizationOCI/ImageConfig.swift | 2 +- Sources/ContainerizationOCI/Index.swift | 2 +- Sources/ContainerizationOCI/Manifest.swift | 2 +- Sources/ContainerizationOCI/MediaType.swift | 2 +- Sources/ContainerizationOCI/Platform.swift | 2 +- Sources/ContainerizationOCI/Reference.swift | 2 +- Sources/ContainerizationOCI/Spec.swift | 2 +- Sources/ContainerizationOCI/State.swift | 2 +- Sources/ContainerizationOCI/Version.swift | 2 +- Sources/ContainerizationOS/AsyncSignalHandler.swift | 2 +- Sources/ContainerizationOS/BinaryInteger+Extensions.swift | 2 +- Sources/ContainerizationOS/Command.swift | 2 +- Sources/ContainerizationOS/File.swift | 2 +- Sources/ContainerizationOS/Keychain/KeychainQuery.swift | 2 +- Sources/ContainerizationOS/Linux/Binfmt.swift | 2 +- Sources/ContainerizationOS/Linux/Epoll.swift | 2 +- Sources/ContainerizationOS/Mount/Mount.swift | 2 +- Sources/ContainerizationOS/POSIXError+Helpers.swift | 2 +- Sources/ContainerizationOS/Path.swift | 2 +- Sources/ContainerizationOS/Pipe+Close.swift | 2 +- Sources/ContainerizationOS/Reaper.swift | 2 +- Sources/ContainerizationOS/Signals.swift | 2 +- Sources/ContainerizationOS/Socket/Socket.swift | 2 +- Sources/ContainerizationOS/Socket/SocketType.swift | 2 +- Sources/ContainerizationOS/Socket/UnixType.swift | 2 +- Sources/ContainerizationOS/Socket/VsockType.swift | 2 +- Sources/ContainerizationOS/Syscall.swift | 2 +- Sources/ContainerizationOS/Sysctl.swift | 2 +- Sources/ContainerizationOS/Terminal.swift | 2 +- Sources/ContainerizationOS/URL+Extensions.swift | 2 +- Sources/ContainerizationOS/User.swift | 2 +- Sources/Integration/ProcessTests.swift | 2 +- Sources/Integration/Suite.swift | 2 +- Sources/Integration/VMTests.swift | 2 +- Sources/cctl/ImageCommand.swift | 2 +- Sources/cctl/KernelCommand.swift | 2 +- Sources/cctl/LoginCommand.swift | 2 +- Sources/cctl/RootfsCommand.swift | 2 +- Sources/cctl/RunCommand.swift | 2 +- Sources/cctl/cctl+Utils.swift | 2 +- Sources/cctl/cctl.swift | 2 +- Tests/ContainerizationArchiveTests/ArchiveTests.swift | 2 +- .../ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift | 2 +- Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift | 2 +- Tests/ContainerizationEXT4Tests/TestEXT4Format.swift | 2 +- Tests/ContainerizationEXT4Tests/TestEXT4Reader+IO.swift | 2 +- Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift | 2 +- Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift | 2 +- Tests/ContainerizationExtrasTests/ProxyUtilsTests.swift | 2 +- Tests/ContainerizationExtrasTests/TestCIDRAddress.swift | 2 +- Tests/ContainerizationExtrasTests/TestIPAddress.swift | 2 +- .../TestNetworkAddress+Allocator.swift | 2 +- Tests/ContainerizationExtrasTests/TestTimeout.swift | 2 +- Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift | 2 +- Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift | 2 +- Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift | 2 +- Tests/ContainerizationNetlinkTests/TypesTest.swift | 2 +- Tests/ContainerizationOCITests/AuthChallengeTests.swift | 2 +- Tests/ContainerizationOCITests/OCIImageTests.swift | 2 +- Tests/ContainerizationOCITests/OCIPlatformTests.swift | 2 +- Tests/ContainerizationOCITests/ReferenceTests.swift | 2 +- Tests/ContainerizationOCITests/RegistryClientTests.swift | 2 +- Tests/ContainerizationOSTests/KeychainQueryTests.swift | 2 +- Tests/ContainerizationOSTests/UserTests.swift | 2 +- Tests/ContainerizationTests/DNSTests.swift | 2 +- Tests/ContainerizationTests/HashTests.swift | 2 +- Tests/ContainerizationTests/HostsTests.swift | 2 +- Tests/ContainerizationTests/ImageTests.swift | 2 +- Tests/ContainerizationTests/ImageTests/ContainsAuth.swift | 2 +- .../ImageTests/ImageStoreImagePullTests.swift | 2 +- Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift | 2 +- Tests/ContainerizationTests/KernelTests.swift | 2 +- Tests/ContainerizationTests/LinuxContainerTests.swift | 2 +- Tests/ContainerizationTests/MountTests.swift | 2 +- examples/ctr-example/Makefile | 2 +- examples/ctr-example/Package.swift | 2 +- examples/ctr-example/Sources/ctr-example/main.swift | 2 +- kernel/Makefile | 2 +- kernel/build.sh | 2 +- scripts/ensure-hawkeye-exists.sh | 2 +- scripts/install-hawkeye.sh | 2 +- scripts/license-header.txt | 2 +- scripts/make-docs.sh | 2 +- vminitd/Makefile | 2 +- vminitd/Package.swift | 2 +- vminitd/Sources/LCShim/include/syscall.h | 2 +- vminitd/Sources/LCShim/syscall.c | 2 +- vminitd/Sources/vmexec/Console.swift | 2 +- vminitd/Sources/vmexec/ExecCommand.swift | 2 +- vminitd/Sources/vmexec/Mount.swift | 2 +- vminitd/Sources/vmexec/RunCommand.swift | 2 +- vminitd/Sources/vmexec/vmexec.swift | 2 +- vminitd/Sources/vminitd/Application.swift | 2 +- vminitd/Sources/vminitd/Cgroup2Manager.swift | 2 +- vminitd/Sources/vminitd/HostStdio.swift | 2 +- vminitd/Sources/vminitd/IOCloser+Extensions.swift | 2 +- vminitd/Sources/vminitd/IOCloser.swift | 2 +- vminitd/Sources/vminitd/IOPair.swift | 2 +- vminitd/Sources/vminitd/ManagedContainer.swift | 2 +- vminitd/Sources/vminitd/ManagedProcess.swift | 2 +- vminitd/Sources/vminitd/OSFile+Splice.swift | 2 +- vminitd/Sources/vminitd/OSFile.swift | 2 +- vminitd/Sources/vminitd/ProcessSupervisor.swift | 2 +- vminitd/Sources/vminitd/Server+GRPC.swift | 2 +- vminitd/Sources/vminitd/Server.swift | 2 +- vminitd/Sources/vminitd/StandardIO.swift | 2 +- vminitd/Sources/vminitd/TerminalIO.swift | 2 +- vminitd/Sources/vminitd/VsockProxy.swift | 2 +- 220 files changed, 220 insertions(+), 220 deletions(-) diff --git a/Makefile b/Makefile index 2f219882..144c2153 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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 56159eb7..4d070ff0 100644 --- a/Package.swift +++ b/Package.swift @@ -1,6 +1,6 @@ // swift-tools-version: 6.2 //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f3db6d32..cbb35b3d 100644 --- a/Sources/CShim/exec_command.c +++ b/Sources/CShim/exec_command.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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 b0b6d2a0..89919cd5 100644 --- a/Sources/CShim/include/exec_command.h +++ b/Sources/CShim/include/exec_command.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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 a546c4c9..b94262b8 100644 --- a/Sources/CShim/include/vsock.h +++ b/Sources/CShim/include/vsock.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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 91160e4e..ef74079e 100644 --- a/Sources/CShim/vsock.c +++ b/Sources/CShim/vsock.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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 f6b327e6..0e85132b 100644 --- a/Sources/Containerization/AttachedFilesystem.swift +++ b/Sources/Containerization/AttachedFilesystem.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f74c32e5..bc7e4970 100644 --- a/Sources/Containerization/Container.swift +++ b/Sources/Containerization/Container.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/ContainerManager.swift b/Sources/Containerization/ContainerManager.swift index 9d9ddb63..c140d872 100644 --- a/Sources/Containerization/ContainerManager.swift +++ b/Sources/Containerization/ContainerManager.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 21ff0f34..abb2d9d5 100644 --- a/Sources/Containerization/DNSConfiguration.swift +++ b/Sources/Containerization/DNSConfiguration.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/ExitStatus.swift b/Sources/Containerization/ExitStatus.swift index 2ebf304e..af05a5d7 100644 --- a/Sources/Containerization/ExitStatus.swift +++ b/Sources/Containerization/ExitStatus.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 623ff027..87a1de8c 100644 --- a/Sources/Containerization/Hash.swift +++ b/Sources/Containerization/Hash.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/HostsConfiguration.swift b/Sources/Containerization/HostsConfiguration.swift index 26c1765e..906e3d94 100644 --- a/Sources/Containerization/HostsConfiguration.swift +++ b/Sources/Containerization/HostsConfiguration.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 d71c01e9..4b9e0f67 100644 --- a/Sources/Containerization/IO/ReaderStream.swift +++ b/Sources/Containerization/IO/ReaderStream.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0a595f58..2d007714 100644 --- a/Sources/Containerization/IO/Terminal+ReaderStream.swift +++ b/Sources/Containerization/IO/Terminal+ReaderStream.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1a726e58..9c2b4ff0 100644 --- a/Sources/Containerization/IO/Writer.swift +++ b/Sources/Containerization/IO/Writer.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 9fc57d18..2f2cbbe4 100644 --- a/Sources/Containerization/Image/Image.swift +++ b/Sources/Containerization/Image/Image.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 92e520c9..d24ff6c0 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+Export.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1adfedf5..f294a47c 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+Import.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 691021b5..b51d0b00 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+OCILayout.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1f220d6e..ccd35746 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore+ReferenceManager.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 d0ebcff7..d8ae2861 100644 --- a/Sources/Containerization/Image/ImageStore/ImageStore.swift +++ b/Sources/Containerization/Image/ImageStore/ImageStore.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 bf0eb9d5..daa958b6 100644 --- a/Sources/Containerization/Image/InitImage.swift +++ b/Sources/Containerization/Image/InitImage.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 26f3692a..ce5a1de4 100644 --- a/Sources/Containerization/Image/KernelImage.swift +++ b/Sources/Containerization/Image/KernelImage.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Unpacker/EXT4Unpacker.swift b/Sources/Containerization/Image/Unpacker/EXT4Unpacker.swift index 762a2c42..865c868e 100644 --- a/Sources/Containerization/Image/Unpacker/EXT4Unpacker.swift +++ b/Sources/Containerization/Image/Unpacker/EXT4Unpacker.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Unpacker/Unpacker.swift b/Sources/Containerization/Image/Unpacker/Unpacker.swift index a9a7c978..039a3e96 100644 --- a/Sources/Containerization/Image/Unpacker/Unpacker.swift +++ b/Sources/Containerization/Image/Unpacker/Unpacker.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ebe56a43..d1428e1d 100644 --- a/Sources/Containerization/Interface.swift +++ b/Sources/Containerization/Interface.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 2161e1c2..02a8b79d 100644 --- a/Sources/Containerization/Kernel.swift +++ b/Sources/Containerization/Kernel.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 cb6c64bf..cc5e1fef 100644 --- a/Sources/Containerization/LinuxContainer.swift +++ b/Sources/Containerization/LinuxContainer.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 3c56fd66..69a498e9 100644 --- a/Sources/Containerization/LinuxProcess.swift +++ b/Sources/Containerization/LinuxProcess.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b16cb263..349cb1bf 100644 --- a/Sources/Containerization/Mount.swift +++ b/Sources/Containerization/Mount.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 cba24401..895eaab7 100644 --- a/Sources/Containerization/NATInterface.swift +++ b/Sources/Containerization/NATInterface.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 845fc8f3..296eb8d4 100644 --- a/Sources/Containerization/NATNetworkInterface.swift +++ b/Sources/Containerization/NATNetworkInterface.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1e7c5d08..938bcaa6 100644 --- a/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift +++ b/Sources/Containerization/SandboxContext/SandboxContext.grpc.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 e58569af..7645a9c1 100644 --- a/Sources/Containerization/SandboxContext/SandboxContext.pb.swift +++ b/Sources/Containerization/SandboxContext/SandboxContext.pb.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a45d8ef3..4b0dc10d 100644 --- a/Sources/Containerization/SystemPlatform.swift +++ b/Sources/Containerization/SystemPlatform.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7ff5ab77..8a1a638a 100644 --- a/Sources/Containerization/TimeSyncer.swift +++ b/Sources/Containerization/TimeSyncer.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 4a527335..b269459c 100644 --- a/Sources/Containerization/UnixSocketConfiguration.swift +++ b/Sources/Containerization/UnixSocketConfiguration.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0cd75419..d59bac61 100644 --- a/Sources/Containerization/UnixSocketRelay.swift +++ b/Sources/Containerization/UnixSocketRelay.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 17aff00a..135ca019 100644 --- a/Sources/Containerization/VZVirtualMachine+Helpers.swift +++ b/Sources/Containerization/VZVirtualMachine+Helpers.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0046bc18..3f6a4e02 100644 --- a/Sources/Containerization/VZVirtualMachineInstance.swift +++ b/Sources/Containerization/VZVirtualMachineInstance.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 29f4495e..f23b1193 100644 --- a/Sources/Containerization/VZVirtualMachineManager.swift +++ b/Sources/Containerization/VZVirtualMachineManager.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 736607d8..3a4e9cf8 100644 --- a/Sources/Containerization/VirtualMachineAgent+Additions.swift +++ b/Sources/Containerization/VirtualMachineAgent+Additions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 58798e07..b8fec02e 100644 --- a/Sources/Containerization/VirtualMachineAgent.swift +++ b/Sources/Containerization/VirtualMachineAgent.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 3a3af7b5..5fd76cc4 100644 --- a/Sources/Containerization/VirtualMachineInstance.swift +++ b/Sources/Containerization/VirtualMachineInstance.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 081c6ba9..3f991b93 100644 --- a/Sources/Containerization/VirtualMachineManager.swift +++ b/Sources/Containerization/VirtualMachineManager.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Vminitd+Rosetta.swift b/Sources/Containerization/Vminitd+Rosetta.swift index 7aa46a7c..a8ac8e36 100644 --- a/Sources/Containerization/Vminitd+Rosetta.swift +++ b/Sources/Containerization/Vminitd+Rosetta.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Vminitd+SocketRelay.swift b/Sources/Containerization/Vminitd+SocketRelay.swift index 1b040f97..bfc1c63d 100644 --- a/Sources/Containerization/Vminitd+SocketRelay.swift +++ b/Sources/Containerization/Vminitd+SocketRelay.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Vminitd.swift b/Sources/Containerization/Vminitd.swift index 0d06e6fd..3db62944 100644 --- a/Sources/Containerization/Vminitd.swift +++ b/Sources/Containerization/Vminitd.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ad37fee4..3bf43b4f 100644 --- a/Sources/Containerization/VsockConnectionStream.swift +++ b/Sources/Containerization/VsockConnectionStream.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0f01e30f..7e059c10 100644 --- a/Sources/ContainerizationArchive/ArchiveError.swift +++ b/Sources/ContainerizationArchive/ArchiveError.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f3e61f16..b9f4e32b 100644 --- a/Sources/ContainerizationArchive/ArchiveWriter.swift +++ b/Sources/ContainerizationArchive/ArchiveWriter.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 caf64ba5..2765c7eb 100644 --- a/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift +++ b/Sources/ContainerizationArchive/ArchiveWriterConfiguration.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 aeca309f..e521b527 100644 --- a/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c +++ b/Sources/ContainerizationArchive/CArchive/archive_swift_bridge.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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 05c5609a..69bcc30e 100644 --- a/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift +++ b/Sources/ContainerizationArchive/FileArchiveWriterDelegate.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 bd016fcb..99f6f360 100644 --- a/Sources/ContainerizationArchive/Reader.swift +++ b/Sources/ContainerizationArchive/Reader.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 672bdbf4..10bcc2b4 100644 --- a/Sources/ContainerizationArchive/TempDir.swift +++ b/Sources/ContainerizationArchive/TempDir.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 07860c0e..821972bf 100644 --- a/Sources/ContainerizationArchive/WriteEntry.swift +++ b/Sources/ContainerizationArchive/WriteEntry.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 2222252a..da38d3bd 100644 --- a/Sources/ContainerizationEXT4/EXT4+Extensions.swift +++ b/Sources/ContainerizationEXT4/EXT4+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 5ec0838a..5b41119e 100644 --- a/Sources/ContainerizationEXT4/EXT4+FileTree.swift +++ b/Sources/ContainerizationEXT4/EXT4+FileTree.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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+Formatter.swift b/Sources/ContainerizationEXT4/EXT4+Formatter.swift index 97fdc87e..6311369f 100644 --- a/Sources/ContainerizationEXT4/EXT4+Formatter.swift +++ b/Sources/ContainerizationEXT4/EXT4+Formatter.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 fcbe42c2..0dbb9b73 100644 --- a/Sources/ContainerizationEXT4/EXT4+Ptr.swift +++ b/Sources/ContainerizationEXT4/EXT4+Ptr.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 9ab4ebf7..f5a9033a 100644 --- a/Sources/ContainerizationEXT4/EXT4+Reader.swift +++ b/Sources/ContainerizationEXT4/EXT4+Reader.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0f306066..3189147c 100644 --- a/Sources/ContainerizationEXT4/EXT4+Types.swift +++ b/Sources/ContainerizationEXT4/EXT4+Types.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b03eb4b1..2c4e2d4f 100644 --- a/Sources/ContainerizationEXT4/EXT4+Xattrs.swift +++ b/Sources/ContainerizationEXT4/EXT4+Xattrs.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 df0e29ec..f1817732 100644 --- a/Sources/ContainerizationEXT4/EXT4.swift +++ b/Sources/ContainerizationEXT4/EXT4.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/EXT4Reader+Export.swift b/Sources/ContainerizationEXT4/EXT4Reader+Export.swift index 649225dc..17613fc6 100644 --- a/Sources/ContainerizationEXT4/EXT4Reader+Export.swift +++ b/Sources/ContainerizationEXT4/EXT4Reader+Export.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/EXT4Reader+IO.swift b/Sources/ContainerizationEXT4/EXT4Reader+IO.swift index f5b3e0e0..0f80c812 100644 --- a/Sources/ContainerizationEXT4/EXT4Reader+IO.swift +++ b/Sources/ContainerizationEXT4/EXT4Reader+IO.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 eca7d294..d4004b73 100644 --- a/Sources/ContainerizationEXT4/FilePath+Extensions.swift +++ b/Sources/ContainerizationEXT4/FilePath+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 df2fdf5d..8db83b0a 100644 --- a/Sources/ContainerizationEXT4/FileTimestamps.swift +++ b/Sources/ContainerizationEXT4/FileTimestamps.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 db473389..d1b83f9a 100644 --- a/Sources/ContainerizationEXT4/Formatter+Unpack.swift +++ b/Sources/ContainerizationEXT4/Formatter+Unpack.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f3bb7db9..54ffb86f 100644 --- a/Sources/ContainerizationEXT4/Integer+Extensions.swift +++ b/Sources/ContainerizationEXT4/Integer+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 219003cd..8f3852f0 100644 --- a/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift +++ b/Sources/ContainerizationEXT4/UnsafeLittleEndianBytes.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 0fb98de8..9c769ca8 100644 --- a/Sources/ContainerizationError/ContainerizationError.swift +++ b/Sources/ContainerizationError/ContainerizationError.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ce937b30..6eefbc54 100644 --- a/Sources/ContainerizationExtras/AddressAllocator.swift +++ b/Sources/ContainerizationExtras/AddressAllocator.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 702a3f23..2826ce67 100644 --- a/Sources/ContainerizationExtras/AsyncLock.swift +++ b/Sources/ContainerizationExtras/AsyncLock.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 55c9a6e7..c14de2d9 100644 --- a/Sources/ContainerizationExtras/CIDRAddress.swift +++ b/Sources/ContainerizationExtras/CIDRAddress.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 978f483b..76ee8ebb 100644 --- a/Sources/ContainerizationExtras/FileManager+Temporary.swift +++ b/Sources/ContainerizationExtras/FileManager+Temporary.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 850b4fea..91850e1a 100644 --- a/Sources/ContainerizationExtras/IPAddress.swift +++ b/Sources/ContainerizationExtras/IPAddress.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 6ab672c5..8c541bce 100644 --- a/Sources/ContainerizationExtras/IndexedAddressAllocator.swift +++ b/Sources/ContainerizationExtras/IndexedAddressAllocator.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a02c5b34..85a22a94 100644 --- a/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift +++ b/Sources/ContainerizationExtras/NetworkAddress+Allocator.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 c2b826ce..d9b97545 100644 --- a/Sources/ContainerizationExtras/NetworkAddress.swift +++ b/Sources/ContainerizationExtras/NetworkAddress.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a9d0de58..d9c2707d 100644 --- a/Sources/ContainerizationExtras/ProgressEvent.swift +++ b/Sources/ContainerizationExtras/ProgressEvent.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/ProxyUtils.swift b/Sources/ContainerizationExtras/ProxyUtils.swift index ccd9691b..a92183df 100644 --- a/Sources/ContainerizationExtras/ProxyUtils.swift +++ b/Sources/ContainerizationExtras/ProxyUtils.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/RotatingAddressAllocator.swift b/Sources/ContainerizationExtras/RotatingAddressAllocator.swift index 597605a4..4cfb5d47 100644 --- a/Sources/ContainerizationExtras/RotatingAddressAllocator.swift +++ b/Sources/ContainerizationExtras/RotatingAddressAllocator.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 557922f9..66b2e45c 100644 --- a/Sources/ContainerizationExtras/Timeout.swift +++ b/Sources/ContainerizationExtras/Timeout.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 16f90b3d..db5ce248 100644 --- a/Sources/ContainerizationExtras/UInt8+DataBinding.swift +++ b/Sources/ContainerizationExtras/UInt8+DataBinding.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b40e6a67..fcbc7731 100644 --- a/Sources/ContainerizationIO/ReadStream.swift +++ b/Sources/ContainerizationIO/ReadStream.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 4d19dd75..7d17aba8 100644 --- a/Sources/ContainerizationNetlink/NetlinkSession.swift +++ b/Sources/ContainerizationNetlink/NetlinkSession.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 2189d754..e15918fe 100644 --- a/Sources/ContainerizationNetlink/NetlinkSocket.swift +++ b/Sources/ContainerizationNetlink/NetlinkSocket.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 33e8efba..373bc0ea 100644 --- a/Sources/ContainerizationNetlink/Types.swift +++ b/Sources/ContainerizationNetlink/Types.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 de8d9df2..253e4279 100644 --- a/Sources/ContainerizationOCI/AnnotationKeys.swift +++ b/Sources/ContainerizationOCI/AnnotationKeys.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 5a780c27..1b50efb6 100644 --- a/Sources/ContainerizationOCI/Bundle.swift +++ b/Sources/ContainerizationOCI/Bundle.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 8317a619..541a2222 100644 --- a/Sources/ContainerizationOCI/Client/Authentication.swift +++ b/Sources/ContainerizationOCI/Client/Authentication.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ac314d49..1141bd4c 100644 --- a/Sources/ContainerizationOCI/Client/KeychainHelper.swift +++ b/Sources/ContainerizationOCI/Client/KeychainHelper.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ad9a1c68..3e25b53e 100644 --- a/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift +++ b/Sources/ContainerizationOCI/Client/LocalOCILayoutClient.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7539a562..c21d6fcb 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Error.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1e482df5..7e15ad45 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Fetch.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 22717856..4225e751 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Push.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 43061f9e..e0cd9c37 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient+Token.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 e9386468..7887dc3b 100644 --- a/Sources/ContainerizationOCI/Client/RegistryClient.swift +++ b/Sources/ContainerizationOCI/Client/RegistryClient.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7193c1dd..72d8ceed 100644 --- a/Sources/ContainerizationOCI/Content/AsyncTypes.swift +++ b/Sources/ContainerizationOCI/Content/AsyncTypes.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ad63850d..8088ca09 100644 --- a/Sources/ContainerizationOCI/Content/Content.swift +++ b/Sources/ContainerizationOCI/Content/Content.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 dc42b704..5b81f5d0 100644 --- a/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift +++ b/Sources/ContainerizationOCI/Content/ContentStoreProtocol.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ce59c531..531e7e0d 100644 --- a/Sources/ContainerizationOCI/Content/ContentWriter.swift +++ b/Sources/ContainerizationOCI/Content/ContentWriter.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ef4a7409..7afba0c6 100644 --- a/Sources/ContainerizationOCI/Content/LocalContent.swift +++ b/Sources/ContainerizationOCI/Content/LocalContent.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 42664330..126a42ca 100644 --- a/Sources/ContainerizationOCI/Content/LocalContentStore.swift +++ b/Sources/ContainerizationOCI/Content/LocalContentStore.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7d389a3d..23645bc1 100644 --- a/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift +++ b/Sources/ContainerizationOCI/Content/SHA256+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 76cf9308..1b426be2 100644 --- a/Sources/ContainerizationOCI/Content/String+Extension.swift +++ b/Sources/ContainerizationOCI/Content/String+Extension.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 9f1a99bb..1fe05ff6 100644 --- a/Sources/ContainerizationOCI/Content/URL+Extensions.swift +++ b/Sources/ContainerizationOCI/Content/URL+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 648dc12c..4e453194 100644 --- a/Sources/ContainerizationOCI/Descriptor.swift +++ b/Sources/ContainerizationOCI/Descriptor.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 65ec63f6..93970716 100644 --- a/Sources/ContainerizationOCI/FileManager+Size.swift +++ b/Sources/ContainerizationOCI/FileManager+Size.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 77f5d431..7aca5c73 100644 --- a/Sources/ContainerizationOCI/ImageConfig.swift +++ b/Sources/ContainerizationOCI/ImageConfig.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ce6d81e1..3aee6eb4 100644 --- a/Sources/ContainerizationOCI/Index.swift +++ b/Sources/ContainerizationOCI/Index.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 890c834b..24ac22a0 100644 --- a/Sources/ContainerizationOCI/Manifest.swift +++ b/Sources/ContainerizationOCI/Manifest.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 059b7150..c9b8f787 100644 --- a/Sources/ContainerizationOCI/MediaType.swift +++ b/Sources/ContainerizationOCI/MediaType.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 e57342d4..6d0de08d 100644 --- a/Sources/ContainerizationOCI/Platform.swift +++ b/Sources/ContainerizationOCI/Platform.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f2aadca8..d5b21086 100644 --- a/Sources/ContainerizationOCI/Reference.swift +++ b/Sources/ContainerizationOCI/Reference.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 e033219e..90922cc7 100644 --- a/Sources/ContainerizationOCI/Spec.swift +++ b/Sources/ContainerizationOCI/Spec.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 43042fac..98c72408 100644 --- a/Sources/ContainerizationOCI/State.swift +++ b/Sources/ContainerizationOCI/State.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a24659ed..07ac95d0 100644 --- a/Sources/ContainerizationOCI/Version.swift +++ b/Sources/ContainerizationOCI/Version.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 5f2fd328..0be36767 100644 --- a/Sources/ContainerizationOS/AsyncSignalHandler.swift +++ b/Sources/ContainerizationOS/AsyncSignalHandler.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f7e4dd54..f8a616e8 100644 --- a/Sources/ContainerizationOS/BinaryInteger+Extensions.swift +++ b/Sources/ContainerizationOS/BinaryInteger+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 037c541c..77c8c166 100644 --- a/Sources/ContainerizationOS/Command.swift +++ b/Sources/ContainerizationOS/Command.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 fee818c2..85df4060 100644 --- a/Sources/ContainerizationOS/File.swift +++ b/Sources/ContainerizationOS/File.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 3ee6f8dd..ef88fb96 100644 --- a/Sources/ContainerizationOS/Keychain/KeychainQuery.swift +++ b/Sources/ContainerizationOS/Keychain/KeychainQuery.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a3b6b94c..afa5a137 100644 --- a/Sources/ContainerizationOS/Linux/Binfmt.swift +++ b/Sources/ContainerizationOS/Linux/Binfmt.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 934a7933..60fd9126 100644 --- a/Sources/ContainerizationOS/Linux/Epoll.swift +++ b/Sources/ContainerizationOS/Linux/Epoll.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 cc56e188..d29735fb 100644 --- a/Sources/ContainerizationOS/Mount/Mount.swift +++ b/Sources/ContainerizationOS/Mount/Mount.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 3f4464d8..06dba57d 100644 --- a/Sources/ContainerizationOS/POSIXError+Helpers.swift +++ b/Sources/ContainerizationOS/POSIXError+Helpers.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 2b586bd0..0f7e2628 100644 --- a/Sources/ContainerizationOS/Path.swift +++ b/Sources/ContainerizationOS/Path.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 30398f67..f99e15f0 100644 --- a/Sources/ContainerizationOS/Pipe+Close.swift +++ b/Sources/ContainerizationOS/Pipe+Close.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 4b475961..e4a7a434 100644 --- a/Sources/ContainerizationOS/Reaper.swift +++ b/Sources/ContainerizationOS/Reaper.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 d835e17b..e484934a 100644 --- a/Sources/ContainerizationOS/Signals.swift +++ b/Sources/ContainerizationOS/Signals.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 d3b1708e..65937252 100644 --- a/Sources/ContainerizationOS/Socket/Socket.swift +++ b/Sources/ContainerizationOS/Socket/Socket.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 eb522bc5..6118cf70 100644 --- a/Sources/ContainerizationOS/Socket/SocketType.swift +++ b/Sources/ContainerizationOS/Socket/SocketType.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 db660c0a..303ddf70 100644 --- a/Sources/ContainerizationOS/Socket/UnixType.swift +++ b/Sources/ContainerizationOS/Socket/UnixType.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 53f68134..db06b4a7 100644 --- a/Sources/ContainerizationOS/Socket/VsockType.swift +++ b/Sources/ContainerizationOS/Socket/VsockType.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 75a203dd..82291537 100644 --- a/Sources/ContainerizationOS/Syscall.swift +++ b/Sources/ContainerizationOS/Syscall.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 65d96168..d349c46c 100644 --- a/Sources/ContainerizationOS/Sysctl.swift +++ b/Sources/ContainerizationOS/Sysctl.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7b4afc33..1afbe5f7 100644 --- a/Sources/ContainerizationOS/Terminal.swift +++ b/Sources/ContainerizationOS/Terminal.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 c4cf5888..cbf3c2a0 100644 --- a/Sources/ContainerizationOS/URL+Extensions.swift +++ b/Sources/ContainerizationOS/URL+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 e1ab632b..719c715f 100644 --- a/Sources/ContainerizationOS/User.swift +++ b/Sources/ContainerizationOS/User.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 2ffcf402..c90e757d 100644 --- a/Sources/Integration/ProcessTests.swift +++ b/Sources/Integration/ProcessTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1ca64634..158dd50d 100644 --- a/Sources/Integration/Suite.swift +++ b/Sources/Integration/Suite.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 c1617991..0b6d9e1f 100644 --- a/Sources/Integration/VMTests.swift +++ b/Sources/Integration/VMTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b164974f..dfca4a67 100644 --- a/Sources/cctl/ImageCommand.swift +++ b/Sources/cctl/ImageCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f8764e8b..b538910e 100644 --- a/Sources/cctl/KernelCommand.swift +++ b/Sources/cctl/KernelCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f85ab9cd..2f37631d 100644 --- a/Sources/cctl/LoginCommand.swift +++ b/Sources/cctl/LoginCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ffb4ed46..9356d276 100644 --- a/Sources/cctl/RootfsCommand.swift +++ b/Sources/cctl/RootfsCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b851daa1..efa25e19 100644 --- a/Sources/cctl/RunCommand.swift +++ b/Sources/cctl/RunCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 bee8937f..995e5295 100644 --- a/Sources/cctl/cctl+Utils.swift +++ b/Sources/cctl/cctl+Utils.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 694b917f..a7e879c5 100644 --- a/Sources/cctl/cctl.swift +++ b/Sources/cctl/cctl.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 20dae7c0..ec5cf839 100644 --- a/Tests/ContainerizationArchiveTests/ArchiveTests.swift +++ b/Tests/ContainerizationArchiveTests/ArchiveTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a838627f..022b85a8 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4ExtendedAttributes.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 6c158af5..56563d4f 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Format+Create.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 7e60420e..2cb01f3b 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Format.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/TestEXT4Reader+IO.swift b/Tests/ContainerizationEXT4Tests/TestEXT4Reader+IO.swift index c3d6c972..634d31de 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Reader+IO.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Reader+IO.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 92273ab3..3083077b 100644 --- a/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift +++ b/Tests/ContainerizationEXT4Tests/TestEXT4Unpacker.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a125b9b6..5dda6cb1 100644 --- a/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift +++ b/Tests/ContainerizationEXT4Tests/TestFormatterUnpack.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/ProxyUtilsTests.swift b/Tests/ContainerizationExtrasTests/ProxyUtilsTests.swift index 44223450..811ed6d4 100644 --- a/Tests/ContainerizationExtrasTests/ProxyUtilsTests.swift +++ b/Tests/ContainerizationExtrasTests/ProxyUtilsTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ea859461..d8d7c081 100644 --- a/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift +++ b/Tests/ContainerizationExtrasTests/TestCIDRAddress.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ac51cafe..bac9fac0 100644 --- a/Tests/ContainerizationExtrasTests/TestIPAddress.swift +++ b/Tests/ContainerizationExtrasTests/TestIPAddress.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 09d2304d..5d8c09c9 100644 --- a/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift +++ b/Tests/ContainerizationExtrasTests/TestNetworkAddress+Allocator.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/TestTimeout.swift b/Tests/ContainerizationExtrasTests/TestTimeout.swift index a3bfe36b..6ddb10b3 100644 --- a/Tests/ContainerizationExtrasTests/TestTimeout.swift +++ b/Tests/ContainerizationExtrasTests/TestTimeout.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 c76e80c6..bf167a6f 100644 --- a/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift +++ b/Tests/ContainerizationExtrasTests/UInt8+DataBindingTest.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 1d610e58..5b4d0472 100644 --- a/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift +++ b/Tests/ContainerizationNetlinkTests/MockNetlinkSocket.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 174defdb..6ad51695 100644 --- a/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift +++ b/Tests/ContainerizationNetlinkTests/NetlinkSessionTest.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 00abcea0..86576677 100644 --- a/Tests/ContainerizationNetlinkTests/TypesTest.swift +++ b/Tests/ContainerizationNetlinkTests/TypesTest.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/AuthChallengeTests.swift b/Tests/ContainerizationOCITests/AuthChallengeTests.swift index edbf7d6f..78dc88f0 100644 --- a/Tests/ContainerizationOCITests/AuthChallengeTests.swift +++ b/Tests/ContainerizationOCITests/AuthChallengeTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 66f8ddf8..13198328 100644 --- a/Tests/ContainerizationOCITests/OCIImageTests.swift +++ b/Tests/ContainerizationOCITests/OCIImageTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f8021164..53f6c75a 100644 --- a/Tests/ContainerizationOCITests/OCIPlatformTests.swift +++ b/Tests/ContainerizationOCITests/OCIPlatformTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 20327e70..6437c636 100644 --- a/Tests/ContainerizationOCITests/ReferenceTests.swift +++ b/Tests/ContainerizationOCITests/ReferenceTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 c0567157..e7a42fa5 100644 --- a/Tests/ContainerizationOCITests/RegistryClientTests.swift +++ b/Tests/ContainerizationOCITests/RegistryClientTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b764d8a4..cfdc862b 100644 --- a/Tests/ContainerizationOSTests/KeychainQueryTests.swift +++ b/Tests/ContainerizationOSTests/KeychainQueryTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ad95c2ab..2fe6a5b1 100644 --- a/Tests/ContainerizationOSTests/UserTests.swift +++ b/Tests/ContainerizationOSTests/UserTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/DNSTests.swift b/Tests/ContainerizationTests/DNSTests.swift index f1487415..0b5d421d 100644 --- a/Tests/ContainerizationTests/DNSTests.swift +++ b/Tests/ContainerizationTests/DNSTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/HashTests.swift b/Tests/ContainerizationTests/HashTests.swift index f18183cf..94db3be8 100644 --- a/Tests/ContainerizationTests/HashTests.swift +++ b/Tests/ContainerizationTests/HashTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/HostsTests.swift b/Tests/ContainerizationTests/HostsTests.swift index e9116d4c..e7d7b966 100644 --- a/Tests/ContainerizationTests/HostsTests.swift +++ b/Tests/ContainerizationTests/HostsTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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.swift b/Tests/ContainerizationTests/ImageTests.swift index d77582cc..9c4989a2 100644 --- a/Tests/ContainerizationTests/ImageTests.swift +++ b/Tests/ContainerizationTests/ImageTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 72e3f0e0..3392d5b3 100644 --- a/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift +++ b/Tests/ContainerizationTests/ImageTests/ContainsAuth.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 045bdd8f..465d9cb7 100644 --- a/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift +++ b/Tests/ContainerizationTests/ImageTests/ImageStoreImagePullTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ced63ee3..daab699b 100644 --- a/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift +++ b/Tests/ContainerizationTests/ImageTests/ImageStoreTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 65a794bf..7121d4f2 100644 --- a/Tests/ContainerizationTests/KernelTests.swift +++ b/Tests/ContainerizationTests/KernelTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/LinuxContainerTests.swift b/Tests/ContainerizationTests/LinuxContainerTests.swift index d183d787..e65104f1 100644 --- a/Tests/ContainerizationTests/LinuxContainerTests.swift +++ b/Tests/ContainerizationTests/LinuxContainerTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/MountTests.swift b/Tests/ContainerizationTests/MountTests.swift index 85db4c5b..8d5cf84c 100644 --- a/Tests/ContainerizationTests/MountTests.swift +++ b/Tests/ContainerizationTests/MountTests.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/examples/ctr-example/Makefile b/examples/ctr-example/Makefile index 2d6ad405..fee228b2 100644 --- a/examples/ctr-example/Makefile +++ b/examples/ctr-example/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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/examples/ctr-example/Package.swift b/examples/ctr-example/Package.swift index a87828d4..b54b878e 100644 --- a/examples/ctr-example/Package.swift +++ b/examples/ctr-example/Package.swift @@ -1,6 +1,6 @@ // swift-tools-version: 6.2 //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/examples/ctr-example/Sources/ctr-example/main.swift b/examples/ctr-example/Sources/ctr-example/main.swift index 03c35ecd..a32935f4 100644 --- a/examples/ctr-example/Sources/ctr-example/main.swift +++ b/examples/ctr-example/Sources/ctr-example/main.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 b6e5f183..3f1d21e4 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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 560fc143..c87162a6 100755 --- a/kernel/build.sh +++ b/kernel/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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/ensure-hawkeye-exists.sh b/scripts/ensure-hawkeye-exists.sh index 24dfc447..ab1d4309 100755 --- a/scripts/ensure-hawkeye-exists.sh +++ b/scripts/ensure-hawkeye-exists.sh @@ -1,5 +1,5 @@ #!/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. # # 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 87b0deeb..d96511cb 100755 --- a/scripts/install-hawkeye.sh +++ b/scripts/install-hawkeye.sh @@ -1,5 +1,5 @@ #!/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. # # 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 43a2978c..8bf21511 100644 --- a/scripts/license-header.txt +++ b/scripts/license-header.txt @@ -1,4 +1,4 @@ -Copyright ©{{ " " }}{%- set created = attrs.git_file_created_year or attrs.disk_file_created_year -%}{%- set modified = attrs.git_file_modified_year or created -%}{%- if created != modified -%} {{created}}-{{modified}}{%- else -%}{{created}}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}. All rights reserved. +Copyright ©{{ " " }}{%- set created = attrs.git_file_created_year or attrs.disk_file_created_year -%}{%- set modified = attrs.git_file_modified_year or created -%}{%- if created != modified -%} {{created}}-{{modified}}{%- else -%}{{created}}{%- endif -%}{{ " " }}{{ props["copyrightOwner"] }}. 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 406b896c..afe535a0 100755 --- a/scripts/make-docs.sh +++ b/scripts/make-docs.sh @@ -1,5 +1,5 @@ #! /bin/bash -e -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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 6e21e3dd..5a3336e5 100644 --- a/vminitd/Makefile +++ b/vminitd/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +# Copyright © 2025 Apple Inc. and the Containerization project authors. # # 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 6568fbd0..41214f03 100644 --- a/vminitd/Package.swift +++ b/vminitd/Package.swift @@ -1,6 +1,6 @@ // swift-tools-version: 6.2 //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/syscall.h b/vminitd/Sources/LCShim/include/syscall.h index 062ca260..06d4831d 100644 --- a/vminitd/Sources/LCShim/include/syscall.h +++ b/vminitd/Sources/LCShim/include/syscall.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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/syscall.c b/vminitd/Sources/LCShim/syscall.c index 3eb825bc..3695ca2c 100644 --- a/vminitd/Sources/LCShim/syscall.c +++ b/vminitd/Sources/LCShim/syscall.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. + * Copyright © 2025 Apple Inc. and the Containerization project authors. * * 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/Console.swift b/vminitd/Sources/vmexec/Console.swift index e714638d..e90083ee 100644 --- a/vminitd/Sources/vmexec/Console.swift +++ b/vminitd/Sources/vmexec/Console.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 ffb9c7d7..a380a877 100644 --- a/vminitd/Sources/vmexec/ExecCommand.swift +++ b/vminitd/Sources/vmexec/ExecCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 97c8140c..0a269065 100644 --- a/vminitd/Sources/vmexec/Mount.swift +++ b/vminitd/Sources/vmexec/Mount.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 fe865289..e6d21c79 100644 --- a/vminitd/Sources/vmexec/RunCommand.swift +++ b/vminitd/Sources/vmexec/RunCommand.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 540c69e7..13e8e2a1 100644 --- a/vminitd/Sources/vmexec/vmexec.swift +++ b/vminitd/Sources/vmexec/vmexec.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 24539a7c..d9aa6ee4 100644 --- a/vminitd/Sources/vminitd/Application.swift +++ b/vminitd/Sources/vminitd/Application.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/Cgroup2Manager.swift b/vminitd/Sources/vminitd/Cgroup2Manager.swift index bbbb818b..1e5c8593 100644 --- a/vminitd/Sources/vminitd/Cgroup2Manager.swift +++ b/vminitd/Sources/vminitd/Cgroup2Manager.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 9ef5c521..e790fb7b 100644 --- a/vminitd/Sources/vminitd/HostStdio.swift +++ b/vminitd/Sources/vminitd/HostStdio.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/IOCloser+Extensions.swift b/vminitd/Sources/vminitd/IOCloser+Extensions.swift index d3d0397c..3c4827d8 100644 --- a/vminitd/Sources/vminitd/IOCloser+Extensions.swift +++ b/vminitd/Sources/vminitd/IOCloser+Extensions.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/IOCloser.swift b/vminitd/Sources/vminitd/IOCloser.swift index cf8c78b8..c0609700 100644 --- a/vminitd/Sources/vminitd/IOCloser.swift +++ b/vminitd/Sources/vminitd/IOCloser.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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/IOPair.swift b/vminitd/Sources/vminitd/IOPair.swift index 64de55ad..b3dacdcb 100644 --- a/vminitd/Sources/vminitd/IOPair.swift +++ b/vminitd/Sources/vminitd/IOPair.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 4bfef7be..24a392b6 100644 --- a/vminitd/Sources/vminitd/ManagedContainer.swift +++ b/vminitd/Sources/vminitd/ManagedContainer.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 9d7f4a5b..573f058e 100644 --- a/vminitd/Sources/vminitd/ManagedProcess.swift +++ b/vminitd/Sources/vminitd/ManagedProcess.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 d63ca47c..df278d52 100644 --- a/vminitd/Sources/vminitd/OSFile+Splice.swift +++ b/vminitd/Sources/vminitd/OSFile+Splice.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 27cdc5c8..81a3d0e2 100644 --- a/vminitd/Sources/vminitd/OSFile.swift +++ b/vminitd/Sources/vminitd/OSFile.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 5712907c..a61fdb9f 100644 --- a/vminitd/Sources/vminitd/ProcessSupervisor.swift +++ b/vminitd/Sources/vminitd/ProcessSupervisor.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 a7d6f267..8eeb16b9 100644 --- a/vminitd/Sources/vminitd/Server+GRPC.swift +++ b/vminitd/Sources/vminitd/Server+GRPC.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 70ff0b27..6142139d 100644 --- a/vminitd/Sources/vminitd/Server.swift +++ b/vminitd/Sources/vminitd/Server.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 13c310f9..2e733839 100644 --- a/vminitd/Sources/vminitd/StandardIO.swift +++ b/vminitd/Sources/vminitd/StandardIO.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 4e64f717..9db4681f 100644 --- a/vminitd/Sources/vminitd/TerminalIO.swift +++ b/vminitd/Sources/vminitd/TerminalIO.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // 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 f3ef319b..a0722a36 100644 --- a/vminitd/Sources/vminitd/VsockProxy.swift +++ b/vminitd/Sources/vminitd/VsockProxy.swift @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// Copyright © 2025 Apple Inc. and the Containerization project authors. All rights reserved. +// Copyright © 2025 Apple Inc. and the Containerization project authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.