Skip to content

Commit d896503

Browse files
Updated copyright dates
1 parent 1158718 commit d896503

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 {}

0 commit comments

Comments
 (0)