Skip to content

Commit 4316477

Browse files
Updated copyright dates
1 parent be22bc5 commit 4316477

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

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

58 files changed

+58
-58
lines changed

Sources/CodableDatastore/Datastore/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-05-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
public struct Configuration: Sendable {

Sources/CodableDatastore/Datastore/Datastore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-05-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
#if canImport(Darwin)

Sources/CodableDatastore/Datastore/DatastoreDescriptor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-11.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/DatastoreError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-18.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/DatastoreKey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-01.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
public struct DatastoreKey: RawRepresentable, Hashable, Comparable, Sendable {

Sources/CodableDatastore/Datastore/Dictionary+RawRepresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-20.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/ObservedEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-12.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/Progress.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-15.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/RawRepresentable+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-15.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Datastore/TypedAsyncSequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-12.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
public protocol TypedAsyncSequence<Element>: AsyncSequence {}

Sources/CodableDatastore/Debug/GlobalTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-05.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Indexes/IndexName.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-20.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
/// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index.

Sources/CodableDatastore/Indexes/IndexRangeExpression.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-05.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
/// A type of bound found on either end of a range.

Sources/CodableDatastore/Indexes/IndexType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-20.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
/// A typed name that an index is keyed under. This is typically the path component of the key path that leads to an index.

Sources/CodableDatastore/Indexes/UUID+Comparable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-04.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/AccessMode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-05-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
/// An AccessMode marker type.

Sources/CodableDatastore/Persistence/Cursor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-17.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
/// An opaque type ``Persistence``s may use to indicate a position in their storage.

Sources/CodableDatastore/Persistence/DatastoreInterfaceError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-13.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/DatastoreInterfaceProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-29.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndex.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-23.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
#if canImport(Darwin)

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-26.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-23.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-27.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-27.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRoot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-22.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-14.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/DatedIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-08.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-03.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
#if canImport(Darwin)

Sources/CodableDatastore/Persistence/Disk Persistence/DiskPersistenceError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-09.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-07.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/JSONCoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-14.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/LazyTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-05.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
struct LazyTask<T> {

Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/Snapshot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-09.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-15.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-08.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/SortOrder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-03.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
enum SortOrder {

Sources/CodableDatastore/Persistence/Disk Persistence/StoreInfo/StoreInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-07.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/DiskCursor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-07-03.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
extension DiskPersistence {

Sources/CodableDatastore/Persistence/Disk Persistence/Transaction/Transaction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-21.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Disk Persistence/TypedIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-10.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Memory Persistence/MemoryPersistence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-03.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

Sources/CodableDatastore/Persistence/Persistence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// CodableDatastore
44
//
55
// Created by Dimitri Bouniol on 2023-06-03.
6-
// Copyright © 2023 Mochi Development, Inc. All rights reserved.
6+
// Copyright © 2023-24 Mochi Development, Inc. All rights reserved.
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)