Add copyright headers to new files

This commit is contained in:
Yuta Saito
2024-12-08 15:32:32 +09:00
parent 62c4d26ba1
commit 2c403e78ae
7 changed files with 84 additions and 0 deletions

View File

@@ -1,3 +1,15 @@
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
@propertyWrapper
final class HeapBox<T> {
var wrappedValue: T