From acd486a4434bc45618287069d72c9d4bfec0d42c Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino Date: Mon, 21 Oct 2024 18:33:58 +0200 Subject: [PATCH] Add license header to `Optional+withUnsafeBytes.swift` --- .../Util/Optional+withUnsafeBytes.swift | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift b/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift index 7e8ae694..570c4a5e 100644 --- a/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift +++ b/Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift @@ -1,3 +1,17 @@ +//===----------------------------------------------------------------------===// +// +// This source file is part of the SwiftCrypto open source project +// +// Copyright (c) 2024 Apple Inc. and the SwiftCrypto project authors +// Licensed under Apache License v2.0 +// +// See LICENSE.txt for license information +// See CONTRIBUTORS.md for the list of SwiftCrypto project authors +// +// SPDX-License-Identifier: Apache-2.0 +// +//===----------------------------------------------------------------------===// + import Foundation extension Optional where Wrapped == ContiguousBytes {