diff --git a/Sources/CodableDatastore/Datastore/Configuration.swift b/Sources/CodableDatastore/Datastore/Configuration.swift index e81aa4b..597778c 100644 --- a/Sources/CodableDatastore/Datastore/Configuration.swift +++ b/Sources/CodableDatastore/Datastore/Configuration.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-05-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // public struct Configuration: Sendable { diff --git a/Sources/CodableDatastore/Datastore/Datastore.swift b/Sources/CodableDatastore/Datastore/Datastore.swift index e04fa9f..8a4ec71 100644 --- a/Sources/CodableDatastore/Datastore/Datastore.swift +++ b/Sources/CodableDatastore/Datastore/Datastore.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-05-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift b/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift index 11f3633..696c83f 100644 --- a/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift +++ b/Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-11. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/DatastoreError.swift b/Sources/CodableDatastore/Datastore/DatastoreError.swift index 16c281c..6891e52 100644 --- a/Sources/CodableDatastore/Datastore/DatastoreError.swift +++ b/Sources/CodableDatastore/Datastore/DatastoreError.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-18. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/DatastoreKey.swift b/Sources/CodableDatastore/Datastore/DatastoreKey.swift index 1ce8c05..68cc4a2 100644 --- a/Sources/CodableDatastore/Datastore/DatastoreKey.swift +++ b/Sources/CodableDatastore/Datastore/DatastoreKey.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-01. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // public struct DatastoreKey: RawRepresentable, Hashable, Comparable, Sendable { diff --git a/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift b/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift index ec0a572..66ed9ef 100644 --- a/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift +++ b/Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-20. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/ObservedEvent.swift b/Sources/CodableDatastore/Datastore/ObservedEvent.swift index c5c942d..e67334f 100644 --- a/Sources/CodableDatastore/Datastore/ObservedEvent.swift +++ b/Sources/CodableDatastore/Datastore/ObservedEvent.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-12. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/Progress.swift b/Sources/CodableDatastore/Datastore/Progress.swift index 16924c1..6823c4e 100644 --- a/Sources/CodableDatastore/Datastore/Progress.swift +++ b/Sources/CodableDatastore/Datastore/Progress.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-15. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift b/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift index 71cc635..2ff6529 100644 --- a/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift +++ b/Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-15. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift b/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift index 4622df7..b372709 100644 --- a/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift +++ b/Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-12. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // public protocol TypedAsyncSequence: AsyncSequence {} diff --git a/Sources/CodableDatastore/Debug/GlobalTimer.swift b/Sources/CodableDatastore/Debug/GlobalTimer.swift index 40c589c..cb190ab 100644 --- a/Sources/CodableDatastore/Debug/GlobalTimer.swift +++ b/Sources/CodableDatastore/Debug/GlobalTimer.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-05. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Indexes/IndexName.swift b/Sources/CodableDatastore/Indexes/IndexName.swift index 0d7e1b3..f4dfb71 100644 --- a/Sources/CodableDatastore/Indexes/IndexName.swift +++ b/Sources/CodableDatastore/Indexes/IndexName.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-20. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // /// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index. diff --git a/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift b/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift index e68df47..6b48556 100644 --- a/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift +++ b/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-05. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // /// A type of bound found on either end of a range. diff --git a/Sources/CodableDatastore/Indexes/IndexType.swift b/Sources/CodableDatastore/Indexes/IndexType.swift index 0410769..26e2310 100644 --- a/Sources/CodableDatastore/Indexes/IndexType.swift +++ b/Sources/CodableDatastore/Indexes/IndexType.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-20. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // /// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index. diff --git a/Sources/CodableDatastore/Indexes/UUID+Comparable.swift b/Sources/CodableDatastore/Indexes/UUID+Comparable.swift index c18d753..d86dea3 100644 --- a/Sources/CodableDatastore/Indexes/UUID+Comparable.swift +++ b/Sources/CodableDatastore/Indexes/UUID+Comparable.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-04. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/AccessMode.swift b/Sources/CodableDatastore/Persistence/AccessMode.swift index 4d65b1d..44ede4f 100644 --- a/Sources/CodableDatastore/Persistence/AccessMode.swift +++ b/Sources/CodableDatastore/Persistence/AccessMode.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-05-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // /// An AccessMode marker type. diff --git a/Sources/CodableDatastore/Persistence/Cursor.swift b/Sources/CodableDatastore/Persistence/Cursor.swift index 79f160c..c934f96 100644 --- a/Sources/CodableDatastore/Persistence/Cursor.swift +++ b/Sources/CodableDatastore/Persistence/Cursor.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-17. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // /// An opaque type ``Persistence``s may use to indicate a position in their storage. diff --git a/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift b/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift index 92441dc..332e1e7 100644 --- a/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift +++ b/Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-13. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift b/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift index c4179a5..bb4d464 100644 --- a/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift +++ b/Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-29. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift index 2eeda26..85117bd 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift index d015049..a46ef07 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-23. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift index 1957d78..6c14b61 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-26. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift index 8efa8ce..c2b26d5 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-23. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift index 2fef31d..563f1d8 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-27. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift index 12dfa43..5b728a3 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-27. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift index 6112d94..71a0814 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-22. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift index a50ddb7..aa00f35 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-14. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift index c485132..d5f8d7b 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/DatedIdentifier.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/DatedIdentifier.swift index 9c4757c..9aef948 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/DatedIdentifier.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/DatedIdentifier.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-08. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift index 9568656..2e97d27 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-03. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistenceError.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistenceError.swift index 967ac3f..72f77dd 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistenceError.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistenceError.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-09. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift index abb3b43..0f25ab4 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-07. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/JSONCoder.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/JSONCoder.swift index 37cb63e..c09c68e 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/JSONCoder.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/JSONCoder.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-14. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // #if canImport(Darwin) diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/LazyTask.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/LazyTask.swift index e0a2b2b..4c1c9d9 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/LazyTask.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/LazyTask.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-05. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // struct LazyTask { diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift index f70a492..9b3691d 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-09. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift index e3eb3af..3c32d08 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-15. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift index 6d67227..b1fadeb 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-08. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/SortOrder.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/SortOrder.swift index 1e9a866..d3eb7dd 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/SortOrder.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/SortOrder.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-03. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // enum SortOrder { diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/StoreInfo/StoreInfo.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/StoreInfo/StoreInfo.swift index 21fadfa..77cdd7e 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/StoreInfo/StoreInfo.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/StoreInfo/StoreInfo.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-07. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/DiskCursor.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/DiskCursor.swift index 32d7e12..339f88a 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/DiskCursor.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/DiskCursor.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-03. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // extension DiskPersistence { diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift index 4bfa4d3..777b6ff 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-21. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Disk Persistence/TypedIdentifier.swift b/Sources/CodableDatastore/Persistence/Disk Persistence/TypedIdentifier.swift index 7ec7cd2..e95b685 100644 --- a/Sources/CodableDatastore/Persistence/Disk Persistence/TypedIdentifier.swift +++ b/Sources/CodableDatastore/Persistence/Disk Persistence/TypedIdentifier.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Memory Persistence/MemoryPersistence.swift b/Sources/CodableDatastore/Persistence/Memory Persistence/MemoryPersistence.swift index 6d109bf..888a7ba 100644 --- a/Sources/CodableDatastore/Persistence/Memory Persistence/MemoryPersistence.swift +++ b/Sources/CodableDatastore/Persistence/Memory Persistence/MemoryPersistence.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-03. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/Persistence.swift b/Sources/CodableDatastore/Persistence/Persistence.swift index f788016..8b5b6bd 100644 --- a/Sources/CodableDatastore/Persistence/Persistence.swift +++ b/Sources/CodableDatastore/Persistence/Persistence.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-03. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Sources/CodableDatastore/Persistence/TransactionOptions.swift b/Sources/CodableDatastore/Persistence/TransactionOptions.swift index 6104d88..701c7da 100644 --- a/Sources/CodableDatastore/Persistence/TransactionOptions.swift +++ b/Sources/CodableDatastore/Persistence/TransactionOptions.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-20. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import Foundation diff --git a/Tests/CodableDatastoreTests/DatastoreDescriptorTests.swift b/Tests/CodableDatastoreTests/DatastoreDescriptorTests.swift index fd9f87a..8328d20 100644 --- a/Tests/CodableDatastoreTests/DatastoreDescriptorTests.swift +++ b/Tests/CodableDatastoreTests/DatastoreDescriptorTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-11. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DatastoreFormatTests.swift b/Tests/CodableDatastoreTests/DatastoreFormatTests.swift index c031429..4e2ee9f 100644 --- a/Tests/CodableDatastoreTests/DatastoreFormatTests.swift +++ b/Tests/CodableDatastoreTests/DatastoreFormatTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2024-04-12. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DatastorePageEntryTests.swift b/Tests/CodableDatastoreTests/DatastorePageEntryTests.swift index a2a6589..8589112 100644 --- a/Tests/CodableDatastoreTests/DatastorePageEntryTests.swift +++ b/Tests/CodableDatastoreTests/DatastorePageEntryTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-04. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DatedIdentifierTests.swift b/Tests/CodableDatastoreTests/DatedIdentifierTests.swift index 2ebecd2..07f0bfb 100644 --- a/Tests/CodableDatastoreTests/DatedIdentifierTests.swift +++ b/Tests/CodableDatastoreTests/DatedIdentifierTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DiskPersistenceDatastoreIndexTests.swift b/Tests/CodableDatastoreTests/DiskPersistenceDatastoreIndexTests.swift index 061c641..9f6c922 100644 --- a/Tests/CodableDatastoreTests/DiskPersistenceDatastoreIndexTests.swift +++ b/Tests/CodableDatastoreTests/DiskPersistenceDatastoreIndexTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-04. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DiskPersistenceDatastoreTests.swift b/Tests/CodableDatastoreTests/DiskPersistenceDatastoreTests.swift index 2b57908..9fe339d 100644 --- a/Tests/CodableDatastoreTests/DiskPersistenceDatastoreTests.swift +++ b/Tests/CodableDatastoreTests/DiskPersistenceDatastoreTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-02. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DiskPersistenceTests.swift b/Tests/CodableDatastoreTests/DiskPersistenceTests.swift index a8f5bc6..79f73a2 100644 --- a/Tests/CodableDatastoreTests/DiskPersistenceTests.swift +++ b/Tests/CodableDatastoreTests/DiskPersistenceTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-07. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/DiskTransactionTests.swift b/Tests/CodableDatastoreTests/DiskTransactionTests.swift index 30fa1b4..f6101f5 100644 --- a/Tests/CodableDatastoreTests/DiskTransactionTests.swift +++ b/Tests/CodableDatastoreTests/DiskTransactionTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-02. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/IndexRangeExpressionTests.swift b/Tests/CodableDatastoreTests/IndexRangeExpressionTests.swift index 7019436..c066932 100644 --- a/Tests/CodableDatastoreTests/IndexRangeExpressionTests.swift +++ b/Tests/CodableDatastoreTests/IndexRangeExpressionTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-05. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/SnapshotTests.swift b/Tests/CodableDatastoreTests/SnapshotTests.swift index e14633f..846f3d0 100644 --- a/Tests/CodableDatastoreTests/SnapshotTests.swift +++ b/Tests/CodableDatastoreTests/SnapshotTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/TransactionOptionsTests.swift b/Tests/CodableDatastoreTests/TransactionOptionsTests.swift index 4f2fb88..a7dd9cd 100644 --- a/Tests/CodableDatastoreTests/TransactionOptionsTests.swift +++ b/Tests/CodableDatastoreTests/TransactionOptionsTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-07-12. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/TypedIdentifierTests.swift b/Tests/CodableDatastoreTests/TypedIdentifierTests.swift index bcfeac0..35b3a34 100644 --- a/Tests/CodableDatastoreTests/TypedIdentifierTests.swift +++ b/Tests/CodableDatastoreTests/TypedIdentifierTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-10. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest diff --git a/Tests/CodableDatastoreTests/UUIDTests.swift b/Tests/CodableDatastoreTests/UUIDTests.swift index c786a82..7ab7b42 100644 --- a/Tests/CodableDatastoreTests/UUIDTests.swift +++ b/Tests/CodableDatastoreTests/UUIDTests.swift @@ -3,7 +3,7 @@ // CodableDatastore // // Created by Dimitri Bouniol on 2023-06-04. -// Copyright © 2023 Mochi Development, Inc. All rights reserved. +// Copyright © 2023-24 Mochi Development, Inc. All rights reserved. // import XCTest