Skip to content

Commit a26f71d

Browse files
committed
Copyright headers
1 parent e0f14b9 commit a26f71d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Sources/SwiftBasicFormat/Indenter.swift

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
//===----------------------------------------------------------------------===//
12
//
2-
// Indenter.swift
3-
// swift-syntax
3+
// This source file is part of the Swift.org open source project
44
//
5-
// Created by Jed Fox on 9/8/24.
5+
// Copyright (c) 2024 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
67
//
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
712

813
#if swift(>=6)
914
public import SwiftSyntax

Tests/SwiftBasicFormatTest/IndentTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2024 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information

0 commit comments

Comments
 (0)