Skip to content

Commit b704f14

Browse files
[gardening] Improve header consistency
1 parent 520469a commit b704f14

28 files changed

+28
-28
lines changed

benchmark/single-source/CString.swift

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

benchmark/single-source/StringMatch.swift

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

benchmark/single-source/Suffix.swift

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

include/swift/Demangling/StandardTypesMangling.def

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

include/swift/SIL/SILVTableVisitor.h

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

include/swift/TBDGen/TBDGen.h

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

lib/AST/ModuleLoader.cpp

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) 2017 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

lib/FrontendTool/TBD.h

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

lib/SILGen/ArgumentScope.h

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

lib/SILGen/Callee.h

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

lib/SILGen/ResultPlan.h

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

stdlib/public/SwiftShims/CFCharacterSetShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CFCharacterSetShims.h - CoreFoundation declarations for CF hashing functions ------===//
1+
//===--- CFCharacterSetShims.h - Declarations for CF hashing functions ----===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/CFHashingShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- CFHashingShims.h - CoreFoundation declarations for CF hashing functions ------===//
1+
//===--- CFHashingShims.h - Declarations for CF hashing functions ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/CoreFoundationOverlayShims.h

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

stdlib/public/SwiftShims/FoundationShimSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- FoundationShimSupport.h - Helper macros for Foundation overlay ------===//
1+
//===--- FoundationShimSupport.h - Helper macros for Foundation overlay ---===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSCalendarShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSCalendarShims.h - Foundation declarations for Calendar overlay ------===//
1+
//===--- NSCalendarShims.h - Foundation declarations for Calendar overlay -===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSCoderShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSCoderShims.h - Foundation declarations for NSCoder overlay ------===//
1+
//===--- NSCoderShims.h - Foundation declarations for NSCoder overlay -----===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSDataShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSDataShims.h - Foundation declarations for Data overlay ------===//
1+
//===--- NSDataShims.h - Foundation declarations for Data overlay ---------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSDictionaryShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSDictionaryShims.h - Foundation declarations for Dictionary overlay ------===//
1+
//===--- NSDictionaryShims.h - Foundation decl. for Dictionary overlay ----===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSErrorShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSErrorShims.h - Foundation declarations for NSError overlay ------===//
1+
//===--- NSErrorShims.h - Foundation declarations for NSError overlay -----===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSFileManagerShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSFileManagerShims.h - Foundation declarations for FileManager overlay ------===//
1+
//===--- NSFileManagerShims.h - Foundation decl. for FileManager overlay --===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSIndexSetShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSIndexSetShims.h - Foundation declarations for IndexSet overlay ------===//
1+
//===--- NSIndexSetShims.h - Foundation declarations for IndexSet overlay -===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSKeyedArchiverShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSKeyedArchiverShims.h - Foundation declarations for NSKeyedArchiver overlay ------===//
1+
//===--- NSKeyedArchiverShims.h - Found. decl. for NSKeyedArchiver overlay ===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSLocaleShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSLocaleShims.h - Foundation declarations for Locale overlay ------===//
1+
//===--- NSLocaleShims.h - Foundation declarations for Locale overlay -----===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSTimeZoneShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSTimeZoneShims.h - Foundation declarations for TimeZone overlay ------===//
1+
//===--- NSTimeZoneShims.h - Foundation declarations for TimeZone overlay -===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

stdlib/public/SwiftShims/NSUndoManagerShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- NSUndoManagerShims.h - Foundation declarations for NSUndoManager overlay ------===//
1+
//===--- NSUndoManagerShims.h - Foundation decl. for NSUndoManager overlay ===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

validation-test/compiler_crashers/28726-nominaltypedecl-hasfixedlayout.swift

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

0 commit comments

Comments
 (0)