Merge pull request #1064 from practicalswift/add-swift-marker

[gardening] Add "-*- swift -*-" to *.swift.gyb. Remove from *.swift.
This commit is contained in:
Dmitri Gribenko
2016-01-23 01:29:46 -08:00
20 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
//===--- LoggingWrappers.swift --------------------------------------------===//
//===--- LoggingWrappers.swift.gyb ----------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- NSValue.swift - Bridging things in NSValue -----------*- swift -*-===//
//===--- NSValue.swift - Bridging things in NSValue -----------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- CollectionAlgorithms.swift.gyb -----------------------------------===//
//===--- CollectionAlgorithms.swift.gyb -----------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- ExistentialCollection.swift.gyb ----------------------------------===//
//===--- ExistentialCollection.swift.gyb ----------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Filter.swift -----------------------------------------*- swift -*-===//
//===--- Filter.swift -----------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Flatten.swift.gyb ------------------------------------------------===//
//===--- Flatten.swift.gyb ------------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
//===--- LazyCollection.swift ---------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Map.swift - Lazily map over a SequenceType -----------*- swift -*-===//
//===--- Map.swift - Lazily map over a SequenceType -----------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Range.swift ------------------------------------------*- swift -*-===//
//===--- Range.swift ------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- RangeReplaceableCollectionType.swift -----------------*- swift -*-===//
//===--- RangeReplaceableCollectionType.swift -----------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Reverse.swift - Lazy sequence reversal ---------------*- swift -*-===//
//===--- Reverse.swift - Lazy sequence reversal ---------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- SequenceAlgorithms.swift.gyb -------------------------------------===//
//===--- SequenceAlgorithms.swift.gyb -------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- BridgeStorage.swift.gyb ------------------------------------------===//
//===--- BridgeStorage.swift.gyb ------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Index.swift - tests for Index types and operations ---------------===//
//===--- Index.swift.gyb - tests for Index types and operations -----------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- InputStream.swift.gyb --------------------------------------------===//
//===--- InputStream.swift.gyb --------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,5 +1,5 @@
%# -*- mode: swift -*-
//===--- NewArray.swift ---------------------------------------------------===//
//===--- NewArray.swift.gyb -----------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- NumericParsing.swift.gyb -----------------------------------------===//
//===--- NumericParsing.swift.gyb -----------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -1,4 +1,4 @@
//===--- Integers.swift.gyb -----------------------------------------------===//
//===--- Integers.swift.gyb -----------------------------------*- swift -*-===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -142,7 +142,7 @@ public extension SequenceType
}
}
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
//===--- LazyCollection.swift ---------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//

View File

@@ -143,7 +143,7 @@ public extension SequenceType
}
}
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
//===--- LazyCollection.swift ---------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//