Skip to content

Commit

Permalink
Add license header to Optional+withUnsafeBytes.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Oct 21, 2024
1 parent a7049c3 commit acd486a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Sources/_CryptoExtras/Util/Optional+withUnsafeBytes.swift
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit acd486a

Please sign in to comment.