Skip to content

Commit acd86aa

Browse files
committed
Add header note to autogenerated files
1 parent 6f969a9 commit acd86aa

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

Sources/Standards/Country/_generated/ISOCountries+Collections.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOCountries {
1519
/// 249 `ISOCountryInfo`s
1620
public static let all: [ISOCountryInfo] = [

Sources/Standards/Country/_generated/ISOCountryInfo+AllCountries.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOCountryInfo {
1519
/// Afghanistan
1620
/// ```

Sources/Standards/Currency/_generated/ISOCurrencies+Collections.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOCurrencies {
1519
/// 166 `ISOCurrencyInfo`s
1620
public static let all: [ISOCurrencyInfo] = [

Sources/Standards/Currency/_generated/ISOCurrencyInfo+AllCurrencies.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOCurrencyInfo {
1519
/// Afghani
1620
/// ```

Sources/Standards/Language/_generated/ISOLanguageInfo+AllLanguages.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOLanguageInfo {
1519
/// Abkhazian
1620
/// ```

Sources/Standards/Language/_generated/ISOLanguages+Collections.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
//===----------------------------------------------------------------------===//
15+
// Automatically generated with `swift run update`. Do not modify. //
16+
//===----------------------------------------------------------------------===//
17+
1418
extension ISOLanguages {
1519
/// 184 `ISOLanguageInfo`s
1620
public static let all: [ISOLanguageInfo] = [

Sources/update/SourceCodeEncodable.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ extension SourceCodeEncodable {
4646
//
4747
//===----------------------------------------------------------------------===//
4848
49+
//===----------------------------------------------------------------------===//
50+
// Automatically generated with `swift run update`. Do not modify. //
51+
//===----------------------------------------------------------------------===//
52+
4953
"""
5054
}
5155
}

0 commit comments

Comments
 (0)