Skip to content

Commit a029589

Browse files
[gardening] Use consistent headers
1 parent 5c03825 commit a029589

22 files changed

+22
-22
lines changed

benchmark/single-source/DropFirst.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DropFirst.swift --------------------------------------------------===//
1+
//===--- DropFirst.swift --------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/DropLast.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DropLast.swift ---------------------------------------------------===//
1+
//===--- DropLast.swift ---------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/DropWhile.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DropWhile.swift --------------------------------------------------===//
1+
//===--- DropWhile.swift --------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/Prefix.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Prefix.swift -----------------------------------------------------===//
1+
//===--- Prefix.swift -----------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/PrefixWhile.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- PrefixWhile.swift ------------------------------------------------===//
1+
//===--- PrefixWhile.swift ------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/StringEdits.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- StringEdits.swift ------------------------------------*- swift -*-===//
1+
//===--- StringEdits.swift ------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

benchmark/single-source/Suffix.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Suffix.swift -----------------------------------------------------===//
1+
//===--- Suffix.swift -----------------------------------------*- swift -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/Migrator/FixitApplyDiagnosticConsumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FixitApplyDiagnosticConsumer.h - ----------------------*- C++ -*-===//
1+
//===--- FixitApplyDiagnosticConsumer.h - -----------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/Migrator/MigrationState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MigrationState.h - Migration State --------------------*- C++ -*-===//
1+
//===--- MigrationState.h - Migration State ---------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/Migrator/MigratorOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Migrator.h - Swift Migrator ----------------------------*- C++ -*-===//
1+
//===--- MigratorOptions.h - Swift Migrator ---------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

include/swift/SIL/OwnershipChecker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- OwnershipChecker.h -----------------------------------------------===//
1+
//===--- OwnershipChecker.h -------------------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Migrator/FixitApplyDiagnosticConsumer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FixitApplyDiagnosticConsumer.cpp -----------------------*- C++ -*-===//
1+
//===--- FixitApplyDiagnosticConsumer.cpp ---------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Migrator/MigrationState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MigrationState.cpp ------------------------------------*- C++ -*-===//
1+
//===--- MigrationState.cpp -----------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Migrator/Migrator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Migrator.cpp ------------------------------------------*- C++ -*-===//
1+
//===--- Migrator.cpp -----------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/Migrator/Replacement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Replacement.cpp ----------------------------------------*- C++ -*-===//
1+
//===--- Replacement.cpp --------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SIL/SILDebugScope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- SILDebugScope.h - DebugScopes for SIL code -------------*- C++ -*-===//
1+
//===--- SILDebugScope.cpp - DebugScopes for SIL code ---------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SIL/ValueOwnershipKindClassifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- ValueOwnershipKindClassifier.h -----------------------------------===//
1+
//===--- ValueOwnershipKindClassifier.h -------------------------*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DIMemoryUseCollector.cpp - Memory use analysis for DI ------------===//
1+
//===--- DIMemoryUseCollectorOwnership.cpp - Memory use analysis for DI ---===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

lib/SILOptimizer/Mandatory/DIMemoryUseCollectorOwnership.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- DIMemoryUseCollector.h - Memory use information for DI -*- C++ -*-===//
1+
//===--- DIMemoryUseCollectorOwnership.h - Mem. use info for DI -*- C++ -*-===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

test/stdlib/Integers.swift.gyb

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 - 2016 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2014 - 2017 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

test/stdlib/MixedTypeArithmeticsDiagnostics3.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MixedTypeArithmeticsDiagnostics.swift ----------------------------===//
1+
//===--- MixedTypeArithmeticsDiagnostics3.swift ---------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

test/stdlib/MixedTypeArithmeticsDiagnostics4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- MixedTypeArithmeticsDiagnostics.swift ----------------------------===//
1+
//===--- MixedTypeArithmeticsDiagnostics4.swift ---------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)