Skip to content

Commit 272a6c7

Browse files
committed
Update file headers so that they don't change each year
feature/update-file-header
1 parent d4beb12 commit 272a6c7

77 files changed

Lines changed: 154 additions & 306 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.swiftformat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--redundanttype explicit
33
--swiftversion 5.8
44
--maxwidth 120
5-
--header "{file}\nCoreDataRepository\n\n\nMIT License\n\nCopyright © {year} Andrew Roan"
5+
--header "{file}\nCoreDataRepository\n\nThis source code is licensed under the MIT License (MIT) found in the\nLICENSE file in the root directory of this source tree."
66
--allman false
77
--wraparguments before-first
8-
--wrapcollections before-first
8+
--wrapcollections before-first

Benchmarks/coredata-repository-benchmarks/coredata-repository-benchmarks.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// coredata-repository-benchmarks.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
// swiftlint:disable file_length
108

Examples/Relationships/RelationshipsExample/RelationshipsExample/CoreDataStack.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// CoreDataStack.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import Foundation

Examples/Relationships/RelationshipsExample/RelationshipsExample/Document.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// Document.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinet+Drawer.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// FileCabinet+Drawer.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinet.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// FileCabinet.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinetDetailView.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// FileCabinetDetailView.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/FileCabinetsView.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// FileCabinetsView.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreData
108
import CoreDataRepository

Examples/Relationships/RelationshipsExample/RelationshipsExample/RelationshipsExampleApp.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// RelationshipsExampleApp.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import CoreDataRepository
108
import SwiftUI

Sources/CoreDataRepository/CoreDataBatchError.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
// CoreDataBatchError.swift
22
// CoreDataRepository
33
//
4-
//
5-
// MIT License
6-
//
7-
// Copyright © 2024 Andrew Roan
4+
// This source code is licensed under the MIT License (MIT) found in the
5+
// LICENSE file in the root directory of this source tree.
86

97
import Foundation
108

0 commit comments

Comments
 (0)